Re: [gdal-dev] problems converting gdb to shp

2013-01-31 Thread Even Rouault
Le jeudi 31 janvier 2013 21:49:03, Tyler Mitchell a écrit : > Hi Sarah, > > Be sure to quote "ESRI Shapefile" or it will use "shapefile" as the output > filename. > > Since Shapefile is default, you can remove the -f ... stuff altogether to > simplify. > > As far as I can tell that's your main p

Re: [gdal-dev] problems converting gdb to shp

2013-01-31 Thread Tyler Mitchell
Hi Sarah, Be sure to quote "ESRI Shapefile" or it will use "shapefile" as the output filename. Since Shapefile is default, you can remove the -f ... stuff altogether to simplify. As far as I can tell that's your main problem there. I don't have a GDB install to test against though. Tyler

[gdal-dev] problems converting gdb to shp

2013-01-31 Thread Sarah Zatko
I'm trying to use the -where command in ogr2ogr (1.9.0) to separate out different geometry types, as was described in the FAQ for converting gdb to shp files, but when I do the following command Ogr2ogr.exe -f ESRI Shapefile points.shp input.gdb -a_srs EPSG:4326 -nln points -where 'ogr_geometry