This small repository contains the official data as published by the authorities of the city and region of Aachen, Germany. They are continuesly scraped from the official website of the City of Aachen. Furthermore the repository contains a small set of python scripts, bash scripts and python notebooks, which are used for scraping the desired data from the web and evaluating them.
Disclaimer
Please note, that we do not take any responsibility for the correctness of the provided datasets. If you want to assure its correctness, please compare these datasets with the official data published by the authorities and the Robert-Koch-Institute.
Finally the officials of the city of Aachen are publishing their data in json format. You can find the up to date data at the OpenData Portal of the city of Aachen. Starting 18th of December, the database will therefore not be updated any further.
If you want to see a really nice dashboard for the covid data, visit oecher.info.
The data is provided as a SQLite database. You will find functionality to export the data from this database within the dbController
class.
You can find some pre-written jupyter notebooks for the evaluation of the provided data in the src/notebooks
directory.
If you have anything to contribute (e.g. bug-reports etc.) to this little project, please feel free to open an issue or start a pull request.
All data contained in the data
directory is licensed under the Open Database License. Please see the LICENSE.md file for further information.
All source code provided in this project is licensed under the MIT license. Please see the LICENSE.md file for further information.