mapping-geojson-osm/update_scripts/get_datasets.sh

13 lines
794 B
Bash
Raw Normal View History

#!/bin/bash
# get the updated geojson
2023-08-11 22:50:59 +02:00
## IRVE data
2023-10-09 12:16:11 +02:00
wget https://www.data.gouv.fr/fr/datasets/r/7eee8f09-5d1b-4f48-a304-5e99e8da1e26 -O ../etalab_data/irve_bornes_recharge/all.json
wget https://www.data.gouv.fr/fr/datasets/r/8d9398ae-3037-48b2-be19-412c24561fbb -O ../etalab_data/irve_bornes_recharge/all.csv
2023-10-10 11:33:49 +02:00
# wget https://github.com/Jungle-Bus/ref-EU-EVSE/raw/gh-pages/opendata_stations.csv -O ../etalab_data/irve_bornes_recharge/irve-junglebus.csv
2023-10-09 12:16:11 +02:00
2023-10-10 11:33:49 +02:00
wget https://osmose.openstreetmap.fr/api/0.3/issues.geojson?full=true&status=open&item=8410&limit=20000 -O ../etalab_data/irve_bornes_recharge/osmose-item-irve-8411-intégrables.json
wget https://www.data.gouv.fr/fr/datasets/r/7eee8f09-5d1b-4f48-a304-5e99e8da1e26 -O ../etalab_data/irve_bornes_recharge/latest.json
2023-08-11 18:41:32 +02:00
echo "refresh de la data"