All Projects → thomasdubdub → covid-france

thomasdubdub / covid-france

Licence: MIT license
Visualize evolution of the number of people hospitalized in French departments due to COVID-19 infection

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to covid-france

Covid19arData
Data COVID-19 Argentina actualizada y en formatos abiertos.
Stars: ✭ 51 (+121.74%)
Mutual labels:  opendata, covid-19, covid
covid-dashboard
Help welcomed if you have expertise in public health web technology, data modeling and munging, or visualization.
Stars: ✭ 106 (+360.87%)
Mutual labels:  covid-19, covid
caricovidsite
Caribbean focused COVID-19 case map
Stars: ✭ 15 (-34.78%)
Mutual labels:  covid-19, covid
Api
API for Current cases and more stuff about COVID-19 and Influenza
Stars: ✭ 2,323 (+10000%)
Mutual labels:  covid-19, covid
coronavirus
covid-19 data in J
Stars: ✭ 15 (-34.78%)
Mutual labels:  covid-19, covid
covid19-api
Covid19 Data API (JSON) - LIVE
Stars: ✭ 20 (-13.04%)
Mutual labels:  covid-19, covid
Covid19radar
Open Source / i18n / iOS Android Cross Platform Contact Tracing App by exposure notification framework Xamarin App and Server Side Code
Stars: ✭ 35 (+52.17%)
Mutual labels:  covid-19, covid
covid
COVID-19 cases around the world.
Stars: ✭ 14 (-39.13%)
Mutual labels:  covid-19, covid
cada.data.gouv.fr
A simple interface to search and display CADA advices
Stars: ✭ 16 (-30.43%)
Mutual labels:  opendata, france
coronavirus-dresden
Collects official SARS-CoV-2 infection statistics published by the city of Dresden.
Stars: ✭ 19 (-17.39%)
Mutual labels:  opendata, covid-19
covid-19-self-assessment
The tool takes the public through a series of questions to inform those who are concerned they may have contracted COVID-19.
Stars: ✭ 31 (+34.78%)
Mutual labels:  covid-19, covid
covid19gr
Open Data Aggregation & Knowledge Base Repository for the evolution of the SARS-COV-2 pandemic in Greece.
Stars: ✭ 21 (-8.7%)
Mutual labels:  opendata, covid-19
covid19-bd
Public API for accessing district-wise dataset and daily stats for Covid-19 in Bangladesh. Data is pulled from IEDCR reports
Stars: ✭ 29 (+26.09%)
Mutual labels:  covid-19, covid
covidpass
Scan your vaccination, test and recovery certificates in QR code representation and save them to your Apple Wallet
Stars: ✭ 137 (+495.65%)
Mutual labels:  covid-19, covid
covid-19
COVID-19 World is yet another Project to build a Dashboard like app to showcase the data related to the COVID-19(Corona Virus).
Stars: ✭ 28 (+21.74%)
Mutual labels:  covid-19, covid
Covid 19 Data
Data on COVID-19 (coronavirus) cases, deaths, hospitalizations, tests • All countries • Updated daily by Our World in Data
Stars: ✭ 4,702 (+20343.48%)
Mutual labels:  covid-19, covid
data2019nCoV
COVID-19 Pandemic Data R Package
Stars: ✭ 40 (+73.91%)
Mutual labels:  covid-19, covid
us-covid19
Data repository of State's Health Department stats for COVID19 in the United States
Stars: ✭ 37 (+60.87%)
Mutual labels:  covid-19, covid
covid19-time-series-utilities
several utilities to help wrangle COVID-19 data into a time-series format
Stars: ✭ 34 (+47.83%)
Mutual labels:  opendata, covid-19
covid19-datasets
A list of high quality open datasets for COVID-19 data analysis
Stars: ✭ 56 (+143.48%)
Mutual labels:  opendata, covid-19

Visualize evolution of the number of people hospitalized in French departments due to COVID-19 infection

COVID-19 and geographical data come from the French open data portal

Data are stored as pandas / GeoPandas dataframes

The map background is built with contextily

The animated gif is built with matplotlib


Example: hospitalizations year after year (latest update: 05/07/22)

hospitalizations

Example: Evolution of the number of people hospitalized in French departments due to COVID-19 infection (one year of data)

covid

Example: Evolution of hospitalizations in critical departments (one year of data)

topdeps

Example: Plot data of one specific French department (e.g. 31 - Haute-Garonne)

hg

Running the tests

Run the different notebooks to generate curves and map:

  • year-after-year: visualize hospitalizations for each day year after year

  • demo-2021-vs-2020: hospitalizations and deaths of 2020 and 2021 on the same plot

  • demo-covid-v2: build the animated gif with the map of France (demo-covid is deprecated)

  • demo-stats: basic stats on COVID-19 data

  • demo-plot-alldepts: plot evolution curves of most critical departments

  • demo-31: plot the data of a specific department (e.g. 31)

Built With

  • pandas - Python Data Analysis Library

  • GeoPandas - GeoPandas is an open source project which extends the datatypes used by pandas to allow spatial operations on geometric types.

  • contextily - Context geo-tiles in Python

Versions

Code executed with: Python 3.8.5, geopandas 0.8.1, pyproj 3.0.0

Warning: you have to create folders tmp and img at the root to save images for demo-covid

Authors

  • Thomas Dubot

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Data are provided by the French open data portal. More information here:

https://www.data.gouv.fr/fr/datasets/donnees-relatives-a-lepidemie-du-covid-19/

https://www.data.gouv.fr/fr/datasets/contours-des-departements-francais-issus-d-openstreetmap/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].