bag_cases_csv.py is a script that scrapes Data published by BAG in the Excel File "Fallzahlen zu den Laborbefunden und Todesfällen" into a more accessible format in the out folder.
bag_cases.py is a script that generates some graphs with the average age distribution of the new cases
- create virtualenv with python3
- install modules pandas, xlrd matplotlib, requests
- install covid_importer with
pip install -e covid_importer
- run scripts