COVID-19 graphs - especially cases per capita and growth.
$ git clone https://github.com/jojo4u/covid-19-graphs-jo.git
$ cd covid-19-graphs-jo
$ git submodule init
$ git submodule update --depth=1
$ python ./covid-19-graphs-jo.py
See requirements.txt for modules.
$ cd covid-19-data
$ git pull
This pulls around 200 MB each da. Alternatively directly from GitHub:
cd covid19-datasets/exports/combined/v1/
curl --location --remote-name "https://github.com/cipriancraciun/covid19-datasets/raw/master/exports/combined/v1/values.tsv.gz" || { popd; check_errs 2 "curl values.tsv.gz failed"; }
gunzip --force values.tsv.gz
See requirements.txt for modules.
Based on original data from JHU CSSE (https://github.com/CSSEGISandData/COVID-19), as processed and augmented at https://github.com/cipriancraciun/covid19-datasets