Scripts to download and merge French data from Géorisques (https://www.georisques.gouv.fr)
Scripts:
-
Script to download 'Plans de Prévention de Risques (PPR)' data for all French departments from Géorisques. Data available at: https://www.georisques.gouv.fr/dossiers/telechargement The script downloads and uncompresses data for all departments into a given folder.
NOTE: The follow-up script convert_ppr_to_gpkg.sh gets all the data files and stores them into a GPKG database.
Script to merge 'Plans de Prévention de Risques (PPR)' data for all French departments from Géorisques into a single GeoPackage database file. Data available at: https://www.georisques.gouv.fr/dossiers/telechargement For running the script you should set: + The folder where the uncompressed data is located (edit line 10). + The path to the new GPKG file (edit line 13).
-
Script to download CSV data per department from the French website Géorisques (https://www.georisques.gouv.fr/dossiers/basias/donnees#/), merging all departments into a single CSV (merged.csv).