Re: [gdal-dev] FileGDB feature datasets

2014-05-02 Thread Eric Goddard
I've been able to open feature classes within datasets, and there is an option to specify the feature dataset under the layer creation options (http://www.gdal.org/ogr/drv_filegdb.html). It might be a custom projection issue -- the FileGDB driver doesn't support custom projections, and if one is pr

Re: [gdal-dev] Gdal GeoTIFFs in MapInfo

2014-03-12 Thread Eric Goddard
What about using a world file for the projection info? It is an Esri thing, but maybe MapInfo will recognize it. Just add a -co TFW=YES to the gdal_translate command. Eric On Wed, Mar 12, 2014 at 7:44 AM, Jonathan Moules wrote: > Hi Even, > >> >> Well, I don't know MapInfo limits with raster fil

[gdal-dev] Error using ogr2ogr to import sqlite table into FileGDB

2012-06-08 Thread Eric Goddard
Hello everyone, I'm attempting to import a non-spatial SQLite table into a File Geodatabase. I have gdal 1.9.0 compiled with FileGDB support on kubuntu 12.04 and it is working correctly. When I use $ogr2ogr -f "FileGDB" geodatabase.gdb database.db the command runs but for every record I get the

Re: [gdal-dev] compiling gdal 1.9 with FGDB support

2012-04-28 Thread Eric Goddard
Thanks again Even, it worked that time. I should've specified which version of the FGDB API I'm using. The library names were so similar I didn't even notice the difference in the error message. Eric On Sat, Apr 28, 2012 at 10:22 AM, Even Rouault wrote: > Le samedi 28 avril 2

Re: [gdal-dev] compiling gdal 1.9 with FGDB support

2012-04-28 Thread Eric Goddard
, 2012 at 5:56 AM, Even Rouault wrote: > Le samedi 28 avril 2012 06:47:03, Eric Goddard a écrit : > > Hello everyone, > > > > I'm attempting to compile gdal 1.9 with fgdb support on kubuntu 12.04. > I've > > downloaded the FileGDB api and have it set it u

[gdal-dev] compiling gdal 1.9 with FGDB support

2012-04-27 Thread Eric Goddard
Hello everyone, I'm attempting to compile gdal 1.9 with fgdb support on kubuntu 12.04. I've downloaded the FileGDB api and have it set it up in /usr/local. Running the samples from the FileGDB folder completes successfully. I'm configuring gdal with the following options: ./configure --with-geos