Update traitements_phase_1.sh
oubli 1 variable
This commit is contained in:
parent
0c79c24f26
commit
190d4dd2ad
|
@ -79,7 +79,7 @@ echo " exports geojson"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
# et on exporte vers Geojson
|
# et on exporte vers Geojson
|
||||||
rm data/phase_1_pk_auto.geojson
|
rm $rep_data/phase_1_pk_auto.geojson
|
||||||
ogr2ogr -f "GeoJSON" $rep_data/phase_1_pk_auto.geojson PG:"host=$DB_HOST user=$DB_USER password=$DB_PASSWD dbname=$DB_NAME" phase_1_pk_auto_4326
|
ogr2ogr -f "GeoJSON" $rep_data/phase_1_pk_auto.geojson PG:"host=$DB_HOST user=$DB_USER password=$DB_PASSWD dbname=$DB_NAME" phase_1_pk_auto_4326
|
||||||
rm $rep_data/phase_1_trace_4326.geojson
|
rm $rep_data/phase_1_trace_4326.geojson
|
||||||
ogr2ogr -f "GeoJSON" $rep_data/phase_1_trace_4326.geojson PG:"host=$DB_HOST user=$DB_USER password=$DB_PASSWD dbname=$DB_NAME" phase_1_trace_4326
|
ogr2ogr -f "GeoJSON" $rep_data/phase_1_trace_4326.geojson PG:"host=$DB_HOST user=$DB_USER password=$DB_PASSWD dbname=$DB_NAME" phase_1_trace_4326
|
||||||
|
|
Loading…
Reference in a new issue