Skip to content
Snippets Groups Projects
config.py 337 B
# db = "./covid-19-data/us-counties.csv"
db = "https://raw.githubusercontent.com/nytimes/covid-19-data/master/us-counties.csv"

default_date_for_map = "2020-03-11"

# database file downloaded from
# https://www.weather.gov/source/gis/Shapefiles/County/c_03mr20.zip
# to get the lat and long values for US counties
dbf = "./c_03mr20.dbf"