dathere / covid19-time-series-utilities

several utilities to help wrangle COVID-19 data into a time-series format
Creative Commons Attribution Share Alike 4.0 International
34 stars 8 forks source link

Automatically add boundary/jurisdiction metadata to feed #14

Closed jqnatividad closed 4 years ago

jqnatividad commented 4 years ago

We also need to enrich the feed by adding additional metadata:

jqnatividad commented 4 years ago

Since we only have lat/long in the JHU data, did reverse-geocoding with https://Geocode.earth to extract continent, and for the US - locality, county, and state.

Just in case, stored the geocode.earth JSON response in a JSONB column so folks can see more metadata, and extract other features from the JSON if required.