Create backup_umap.sh

This commit is contained in:
MaelReboux 2019-01-08 22:40:50 +01:00
parent c954e8a503
commit bc11bc825c

10
backup_umap.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/sh
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# on récupère les couches geojson depuis umap pour sauvegarde au cas où
# le tracé manuel
curl -sS http://umap.openstreetmap.fr/fr/datalayer/715180/ > "backup/$(date +%Y%m%d)_$(date +%H%M)_phase_1_trace.geojson"
# PK VIP
curl -sS http://umap.openstreetmap.fr/fr/datalayer/715179/ > "backup/$(date +%Y%m%d)_$(date +%H%M)_phase_1_pk_vip.geojson"