Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexwaygood/covid-excess-death
Script to auto-generate excess mortality graphs based on the FT's data in their repository.
https://github.com/alexwaygood/covid-excess-death
coronavirus covid-19 covid-19-data financial-times flask ft matplotlib pandas python
Last synced: 20 days ago
JSON representation
Script to auto-generate excess mortality graphs based on the FT's data in their repository.
- Host: GitHub
- URL: https://github.com/alexwaygood/covid-excess-death
- Owner: AlexWaygood
- License: gpl-3.0
- Created: 2021-05-12T16:30:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-20T23:17:17.000Z (over 3 years ago)
- Last Synced: 2025-01-06T00:45:11.579Z (about 1 month ago)
- Topics: coronavirus, covid-19, covid-19-data, financial-times, flask, ft, matplotlib, pandas, python
- Language: Python
- Homepage:
- Size: 502 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Covid excess deaths
Use the web app here: http://covid-excess-deaths.alexwaygood.com/ (main.py).
Alternatively, run on your desktop by running desktop_app.py.
An app that will generate a graph comparing excess deaths between two or more countries since the start of the pandemic. The script uses data on excess deaths that has been collected by the excellent team of data journalists at the FT. The FT's original repository is here: https://github.com/Financial-Times/coronavirus-excess-mortality-data.
The web app was made using Flask, and the graphs are made using the pandas and matplotlib libraries. The entire core of the app is written in Python (plus some HTML templates, javascript functions and CSS styling for the web app).
N.B. requirements.txt only holds requirements for the web app; desktop_requirements.txt has the requirements for the desktop app. all_requirements.txt has the two package requirements combined into one list.