Advertisement
Guest User

Untitled

a guest
Mar 15th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. ogr2ogr -t_srs EPSG:4326 \
  2. -f "PostgreSQL" \
  3. PG:"host=localhost user=postgres dbname=mydb password=mypassword" \
  4. "myfgdb.gdb" "myfeatureclass" \
  5. -where "somefield" <> 'some_value'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement