Visualization of COVID-19 data in the Netherlands.
This respository is built to analyze/visualize COVID-19 related data. The dashboard is hosted HERE.
- Should work on any OS, but I've only tested on MacOS(11.6) and Ubuntu (20.04).
- Python 3.8
- Anaconda (pip might work as well)
-
Clone the repo
-
Create a conda environment & activate it
conda create --name dashboards-env python=3.8 conda activate dashboards-env
-
Install requirements
conda install -c conda-forge --file requirements.txt
- Change to the project directory.
- Run in deployment
gunicorn --bind 127.0.0.1:5005 covid-dashboard-nl:server
- Run for development (for auto-reloading on source change)
python3 covid-dashboard-nl.py
- Update to the latest data, as published by RIVM
python3 update_data.py
- Add deployment instructions.
- If you find any issues please open an issue on GitHub.
- Of course, any suggestions and/or feedback is always welcome. Please contact me here