Advertisement
Guest User

Untitled

a guest
May 11th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #Windows loop of *.gml.gz to load each into remote machine with existing schema. note the lack of quotes in active_schema
  2. for %f in (*.gml.gz) do ogr2ogr -update -append -f PostgreSQL PG:"dbname='MyOSMMDB' host='192.168.56.1' port='45432' user='user' password='password' active_schema=mm_schema" "%f"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement