covid19-time-series-utilities icon indicating copy to clipboard operation
covid19-time-series-utilities copied to clipboard

several utilities to help wrangle COVID-19 data into a time-series format

Results 9 covid19-time-series-utilities issues
Sort by recently updated
recently updated
newest added

When I try to run the script I get the following errors. I setup the database and was able to run covid19-ingest.sh, but not covid19-refine.sh ./covid19-refine.sh Checking latest data from...

Hi Postgresql docker error 2020-03-17 00:11:35.854 UTC [201] FATAL: database "covid_19" does not exist I have done everything according to manual. @jqnatividad any ideas ?

get population (for computing infection rate), area (size of location), standard identifiers (FIPS, ISO, etc.), Human Development Index, GDP, etc.

enhancement

- [ ] “Unpivot”/normalize the [WHO sitrep CSV](https://github.com/CSSEGISandData/COVID-19/blob/master/who_covid_19_situation_reports/who_covid_19_sit_rep_time_series/who_covid_19_sit_rep_time_series.csv) - [ ] add link to PDF to feed

enhancement

--help --date (to fetch data from a specific date) --reset (to fetch data from the start)

enhancement

and optionally create a CSV file and send it to STDOUT

Possibly by using [github webhooks](https://developer.github.com/webhooks/)...

enhancement

so the ingestion script can run on schedule.

documentation