automatisation

This commit is contained in:
MaelReboux 2019-01-06 18:00:34 +01:00
parent 2bd2310f6b
commit 84b71a7e80
2 changed files with 4 additions and 4 deletions

View file

@ -16,5 +16,5 @@ psql -d redadeg -c "CREATE EXTENSION postgis;"
# create tables
#psql -d redadeg -U redadeg -Wredadeg -c ";"
psql -d redadeg -U redadeg -W < create_tables_3948.sql

View file

@ -16,15 +16,15 @@ curl -sS http://umap.openstreetmap.fr/fr/datalayer/715179/ > phase_1_pk_vip.geo
# note : les coordonnées sont en 3857 maisla déclaration de la table = 4326
psql -d redadeg -c "DROP TABLE phase_1_trace_3857 CASCADE;"
psql -U redadeg -d redadeg -c "DROP TABLE phase_1_trace_3857 CASCADE;"
ogr2ogr -f "PostgreSQL" PG:"host=localhost user=redadeg password=redadeg dbname=redadeg" phase_1_trace.geojson -nln phase_1_trace_3857 -lco GEOMETRY_NAME=the_geom -explodecollections
psql -d redadeg -c "DROP TABLE phase_1_pk_vip_3857;"
psql -U redadeg -d redadeg -c "DROP TABLE phase_1_pk_vip_3857;"
ogr2ogr -f "PostgreSQL" PG:"host=localhost user=redadeg password=redadeg dbname=redadeg" phase_1_pk_vip.geojson -nln phase_1_pk_vip_3857 -lco GEOMETRY_NAME=the_geom
# on crée les tables en 3948
psql -d redadeg < load_tables_3948.sql
psql -U redadeg -d redadeg < load_tables_3948.sql
# et on exporte vers Geojson