Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Various visualizations for COVID-19 data. Accessible via GitHub Pages.

License

Notifications You must be signed in to change notification settings

ccampo133/covid19-visualizations

Repository files navigation

covid19-visualizations

Various visualizations for COVID-19 data. Accessible at https://covid19.ccampo.me.

Updates occur automatically every day at midnight GMT and on every push to master (see the GitHub Actions workflows for auto-update details). The GitHub deployment log shows all recent website updates.

Data provided by:

Visualizations inspired by http://nrg.cs.ucl.ac.uk/mjh/covid19/

Requirements

Python 3.7

Usage

I recommend using a virtualenv:

$ python3 -m venv venv  
# ...or just 'python', assuming that points to a Python 3.7 installation

Then activate it:

$ source venv/bin/activate

Next, install from source:

$ python setup.py develop

Then run the program from the command line:

$ cov19vis
Saved file: index.html
Saved file: confirmed_select_countries_latest.png
Saved file: confirmed_select_countries_2020_03_25_00_05.png
...