Github Page available at : page with graphs
- Description: Deaths in 2020 in FRANCE
- Data Source: Public data made available by INSEE
- Type of analysis: Analyzing public data
Following instructions from france_geojson , I rebuilt a geojson file of France using the IGN public data of June 2021 available at IGN
and using the package Mashaper
The file in raw_data is stripped of many of the original file properties to get the file weight down and I used: mapshaper -i *.shp combine-files snap -proj wgs84 -simplify 1% weighted keep-shapes -merge-layers -o format=geojson precision=0.00001 commune_simp1.json
to make a file lighter.