Some data pipelines and scripts for retrieving and plotting data about the spread of COVID-19 in Germany based on data from official sources.
Discussion for plots: https://hundt.me/2021/12/07/covid-contact-reduction.html
This repository uses ploomber for orchestration.
pip install -r requirements.txt
ploomber build --forceThe resulting plots can be found under products/plots/ and the data is stored in data/raw/ as well as data/processed/.
- Effective reproduction number: RKI Nowcasting, https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/Projekte_RKI/Nowcasting.html
- Mobility data: Covid-19 Mobility Project, https://www.covid-19-mobility.org/contact-index/
- ICU capacity: DIVI Intensivregister, https://www.intensivregister.de/
- Vaccination: Impfdashboard, https://impfdashboard.de/daten
