From fe3733553985d06b8a549df368c471428fccf063 Mon Sep 17 00:00:00 2001 From: MaelReboux Date: Sun, 28 Apr 2019 18:16:13 +0200 Subject: [PATCH] Update traitements_phase_2.sh --- scripts/traitements_phase_2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/traitements_phase_2.sh b/scripts/traitements_phase_2.sh index 2943493..c1900ca 100755 --- a/scripts/traitements_phase_2.sh +++ b/scripts/traitements_phase_2.sh @@ -29,7 +29,7 @@ curl -sS http://umap.openstreetmap.fr/fr/datalayer/817222/ > data/phase_2_umap_ # note : les coordonnées sont en 3857 mais la déclaration de la table = 4326 -$PSQL -U $DB_USER -d $DB_NAME -c "DROP TABLE phase_2_pk_secteur_3857 CASCADE;" +$PSQL -U $DB_USER -d $DB_NAME -c "DROP TABLE IF EXISTS phase_2_pk_secteur_3857 CASCADE;" ogr2ogr -f "PostgreSQL" PG:"host=localhost user=redadeg password=redadeg dbname=redadeg" data/phase_2_umap_pk_secteur.geojson -nln phase_2_pk_secteur_3857 -lco GEOMETRY_NAME=the_geom -explodecollections -overwrite