I ran into a problem when loading a ESRI Geodatabase format .gdb into PostGIS. I have data 2.5GB GDB file. I followed some tutorials on the internet, but it seems that doesn't work out.
- I created a database "SampleNY"
I executed this from the console:
ogr2ogr -f "PostgreSQL" PG:"dbname=SampleNY user=postgres" NYPluto/Pluto.gdb
But nothing happens, I didn't got neither an error nor a successful operation. Did I miss any steps?
No comments:
Post a Comment