From bc11bc825c1e56a42d44a8acce99e0aa66842993 Mon Sep 17 00:00:00 2001 From: MaelReboux Date: Tue, 8 Jan 2019 22:40:50 +0100 Subject: [PATCH] Create backup_umap.sh --- backup_umap.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 backup_umap.sh diff --git a/backup_umap.sh b/backup_umap.sh new file mode 100755 index 0000000..1aa9786 --- /dev/null +++ b/backup_umap.sh @@ -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" +