Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alt-f1/covid-19
tools built to digest, compile and analyze data related to the covid-19
https://github.com/alt-f1/covid-19
covid-19 ecdc jupyter-notebook who worldwide
Last synced: 14 days ago
JSON representation
tools built to digest, compile and analyze data related to the covid-19
- Host: GitHub
- URL: https://github.com/alt-f1/covid-19
- Owner: ALT-F1
- License: other
- Created: 2020-03-17T13:56:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T18:27:09.000Z (almost 5 years ago)
- Last Synced: 2024-11-19T20:38:41.107Z (3 months ago)
- Topics: covid-19, ecdc, jupyter-notebook, who, worldwide
- Language: Jupyter Notebook
- Size: 1.53 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# covid-19
Jupyter notebook built to digest, compile and analyze data related to the covid-19
The charts are displayed using plotly
Run the jupyter
* on Google Colab : [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ALT-F1/covid-19/blob/master/daily_geographic_distribution_of_covid_19_cases_worldwide.ipynb)
* on Azure Notebooks :
Author : Abdelkrim Boujraf working for
# how to run the code using python3?
* download the code on your machine
* install python3
* run `pip install -r requirements.txt`
* run the code `python daily_geographic_distribution_of_covid_19_cases_worldwide.py`## results in the browser
* your default browser will start and display three charts
### Covid-19 - New confirmed cases in Belgium and Italy
![Covid-19 - New confirmed cases in Belgium and Italy](./screenshots/2020-03-16/covid-19-belgium_and_italy_new_confirmed_cases.png "Covid-19 - New confirmed cases in Belgium and Italy")
### Covid-19 - New deaths in Belgium and Italy
![Covid-19 - New deaths in Belgium and Italy](./screenshots/2020-03-16/covid-19-belgium_and_italy_new_deaths.png "Covid-19 - New deaths in Belgium and Italy")
### Covid-19 - Worldwide, new confirmed cases and new deaths
![Covid-19 - Worldwide, new confirmed cases and new deaths](./screenshots/2020-03-16/covid-19-worldwide_new_confirmed_cases_and_deaths.png "Covid-19 - Worldwide, new confirmed cases and new deaths")
# how to run the code on a jupyter notebook
upload the jupyter notebook on Google Colab
The jupyter notebook runs exactly the same code as the python code.
The user chooses the countries s.he wants to compare by using the 'Select multiple' widget
![Jupyter notebook - choose the countries you want to compare](./screenshots/2020-03-18/jupyter_notebook-the_user_can_choose_the_countries_to_compare.png "Jupyter notebook - choose the countries you want to compare")
# license
The GNU Affero General Public License is a modified version of the ordinary GNU GPL version 3. It has one added requirement: if you run a modified program on a server and let other users communicate with it there, your server must also allow them to download the source code corresponding to the modified version running there.
* why affero? https://www.gnu.org/licenses/why-affero-gpl.html
* source: https://www.gnu.org/licenses/agpl-3.0.en.html