|
|
|
|
|
by wosk
499 days ago
|
|
Very cool, that's an interesting and useful visualization. I work in infectious disease forecasting, and I wanted to give it a try already. However, the csv columns are
`State,County Name,x,y,Color,...,Largest City,County Full,State Full`
whereas our US model outputs are expressed using census geoids[1] (5-digits for county), and I believe that would also be the case for other potential users. In that case one would need to merge with the county dataframe[2] [1] https://www.census.gov/programs-surveys/geography/guidance/g...
[2] https://www2.census.gov/geo/docs/reference/codes/files/natio... |
|