Skip to content

Commit

Permalink
overwrite existing bcdata.parcelmap
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Mar 2, 2024
1 parent 6cef02d commit a1b05cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jobs/whse_basemapping.transport_line
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ PSQL="psql $DATABASE_URL -v ON_ERROR_STOP=1"
ogr2ogr \
-f PostgreSQL \
"PG:$DATABASE_URL" \
--config PG_USE_COPY YES \
-lco GEOMETRY_NAME=geom \
-lco FID=transport_line_id \
-nln bcdata.transport_line \
Expand Down
1 change: 1 addition & 0 deletions jobs/whse_cadastre.pmbc_parcel_fabric_poly_svw
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ogr2ogr \
PG:$DATABASE_URL \
-lco GEOMETRY_NAME=geom \
-lco FID=PARCEL_FABRIC_POLY_ID \
-overwrite \
-nln bcdata.pmbc_parcel_fabric_poly_svw \
/tmp/pmbc_parcel_fabric_poly_svw.gdb.zip \
pmbc_parcel_fabric_poly_svw
Expand Down

0 comments on commit a1b05cd

Please sign in to comment.