automatisation
This commit is contained in:
parent
2bd2310f6b
commit
84b71a7e80
|
@ -16,5 +16,5 @@ psql -d redadeg -c "CREATE EXTENSION postgis;"
|
||||||
|
|
||||||
|
|
||||||
# create tables
|
# create tables
|
||||||
#psql -d redadeg -U redadeg -Wredadeg -c ";"
|
psql -d redadeg -U redadeg -W < create_tables_3948.sql
|
||||||
|
|
||||||
|
|
|
@ -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
|
# 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
|
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
|
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
|
# 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
|
# et on exporte vers Geojson
|
||||||
|
|
Loading…
Reference in a new issue