From 0deb8cd47815b843f80bb22555957225703b58b8 Mon Sep 17 00:00:00 2001 From: MaelReboux Date: Sat, 4 May 2019 11:15:31 +0200 Subject: [PATCH] =?UTF-8?q?exports=20suppl=C3=A9mentaires=20phase=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/traitements_phase_2.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/traitements_phase_2.sh b/scripts/traitements_phase_2.sh index 5287b38..1d10936 100755 --- a/scripts/traitements_phase_2.sh +++ b/scripts/traitements_phase_2.sh @@ -187,9 +187,9 @@ ogr2ogr -f "GeoJSON" data/phase_2_trace_secteur.geojson PG:"host=localhost user= echo " exports supplémentaires" echo "" -rm data/phase_1_pk_auto.xlsx +rm data/phase_2_tdb.xlsx ogr2ogr -f "XLSX" data/phase_2_tdb.xlsx PG:"host=localhost user=redadeg password=redadeg dbname=redadeg" phase_2_tdb -rm data/phase_1_pk_auto.csv +rm data/phase_2_tdb.csv ogr2ogr -f "CSV" data/phase_2_tdb.csv PG:"host=localhost user=redadeg password=redadeg dbname=redadeg" phase_2_tdb echo " fait"