From e81cd8e0db85aa4cf4b9d279515ec365e1cc5e3c Mon Sep 17 00:00:00 2001 From: MaelReboux Date: Sat, 4 May 2019 10:35:48 +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/create_tables.sql | 2 +- scripts/traitements_phase_2.sh | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/scripts/create_tables.sql b/scripts/create_tables.sql index 147a20e..fc55a9d 100644 --- a/scripts/create_tables.sql +++ b/scripts/create_tables.sql @@ -352,7 +352,7 @@ CREATE TABLE phase_2_trace_troncons - +DROP VIEW IF EXISTS phase_2_tdb ; CREATE VIEW phase_2_tdb AS WITH total AS ( diff --git a/scripts/traitements_phase_2.sh b/scripts/traitements_phase_2.sh index 22946fb..5287b38 100755 --- a/scripts/traitements_phase_2.sh +++ b/scripts/traitements_phase_2.sh @@ -182,11 +182,18 @@ rm data/phase_2_trace_secteur.geojson ogr2ogr -f "GeoJSON" data/phase_2_trace_secteur.geojson PG:"host=localhost user=redadeg password=redadeg dbname=redadeg" phase_2_trace_secteur_4326 # les fichiers sont ensuite tout de suite visible dans umap -echo " fait" + +# exports supplémentaires +echo " exports supplémentaires" echo "" -# on exporte un json de synthèse des KM par secteur -# TODO +rm data/phase_1_pk_auto.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 +ogr2ogr -f "CSV" data/phase_2_tdb.csv PG:"host=localhost user=redadeg password=redadeg dbname=redadeg" phase_2_tdb + +echo " fait" +echo "" echo ""