Skip to content

Alex-bzh/vaxidep

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Vaxidep

Visualize the evolution of the vaccination campaign to Covid-19 in France, department by department, for a given age group.

A demonstration is available at https://apps.roulois.fr/vaxidep/

How to run this application on local?

You need a Web server to launch the application. There are several ways to do so. On Linux and MacOS platforms, you can for example call python or php utilities:

$ python -m http.server 8080
$ php -S localhost:8080

Then, open your web browser and navigate to the URL http://localhost:8080.

How to update the data?

SPF (Santé publique France) provide updated data day by day through its système d’information Vaccin Covid (VAC-SI).

  1. download the CSV files called vacsi-tot-a-dep.csv and vacsi-tot-a-fra.csv
  2. save it in the script folder
  3. run the script data_to_JSON.py
$ python data_to_JSON.py

This procedure will update the files in the data folder on which the application is based.

Credits

The borders of the departments come from the France GeoJSON project by Grégoire David.

All the data are extracted from the Covid vaccine information system (VAC-SI) and provided by Santé publique France.