You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Kilo59 Hi, inspired by @nischalshankar, NYT data-set provides county, state, and fips code where county and fips code are one-to-one mapping, so knowing county and state may be good enough to locate coordinates. We can leverage a library called geopy to achieve it. geopy seems reliable as I haven't seen an edge case yet.
For the NYT source the coordinates are NULL for all data objects.
(https://coronavirus-tracker-api.herokuapp.com/v2/locations?source=nyt&country_code=US&province=Washington&county=Snohomish)
The text was updated successfully, but these errors were encountered: