Advertisement
Guest User

Untitled

a guest
May 19th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ogr2ogr -f "PostgreSQL" PG:"host=localhost port=5433 dbname=XXX user=XXX password=XXX" C:XXXXXX.gdb -lco SPATIAL_INDEX=NO --config PG_USE_COPY YES
  2.  
  3. ogrinfo out.gdb -al -sql "select * from eea_1Kgrid where fid = 1" -dialect OGRSQL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement