Update traitements_phase_1.sh
ajustements traitement bash…
This commit is contained in:
parent
190d4dd2ad
commit
3fcf726218
|
@ -14,7 +14,7 @@ DB_PASSWD=redadeg
|
|||
|
||||
# varaibles liées au millésimes
|
||||
echo "millesime de travail = $1"
|
||||
rep_data=../data/$millesime/
|
||||
rep_data=../data/$millesime
|
||||
echo "rep_data = $rep_data"
|
||||
echo "base de données = $DB_NAME"
|
||||
echo ""
|
||||
|
@ -79,14 +79,14 @@ echo " exports geojson"
|
|||
echo ""
|
||||
|
||||
# et on exporte vers Geojson
|
||||
rm $rep_data/phase_1_pk_auto.geojson
|
||||
rm -f $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
|
||||
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
|
||||
# les fichiers sont ensuite tout de suite visible dans umap
|
||||
|
||||
# exports supplémentaires
|
||||
rm $rep_data/phase_1_pk_auto.xlsx
|
||||
rm -f $rep_data/phase_1_pk_auto.xlsx
|
||||
ogr2ogr -f "XLSX" $rep_data/phase_1_pk_auto.xlsx PG:"host=$DB_HOST user=$DB_USER password=$DB_PASSWD dbname=$DB_NAME" phase_1_pk_auto_4326
|
||||
|
||||
echo " fait"
|
||||
|
|
Loading…
Reference in a new issue