Update phase_3_export.sh

coquille
This commit is contained in:
MaelREBOUX 2022-03-06 19:00:37 +01:00
parent b568144137
commit 585c7c94b0

View file

@ -25,7 +25,7 @@ echo ""
echo "" echo ""
echo " Exports GeoJSON pour umap" echo " Exports GeoJSON pour umap"
rm -f $rep_data/phase_2_trace_secteur.geojson rm -f $rep_data/phase_3_pk.geojson
ogr2ogr -f "GeoJSON" $rep_data/phase_3_pk.geojson PG:"host=$DB_HOST port=$DB_PORT user=$DB_USER password=$DB_PASSWD dbname=$DB_NAME" phase_3_pk_4326 ogr2ogr -f "GeoJSON" $rep_data/phase_3_pk.geojson PG:"host=$DB_HOST port=$DB_PORT user=$DB_USER password=$DB_PASSWD dbname=$DB_NAME" phase_3_pk_4326
echo " fait" echo " fait"