Create backup_umap.sh
This commit is contained in:
parent
c954e8a503
commit
bc11bc825c
10
backup_umap.sh
Executable file
10
backup_umap.sh
Executable 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"
|
||||
|
Loading…
Reference in a new issue