[gdal-dev] Re: OGR FileGDB driver: Failed at creating table ... (General function failure.)

2011-09-15 Thread Hermann Peifer
AFAICT, the issue is not so much that the FileGDB only supports certain projections, but that it only accepts a very specific WKT string for a given SRS. A single character of difference can cause the FileGDB API to not recognise the SRS, then fall back to a "General function failure". GDAL/OG

Re: [gdal-dev] Ogr2ogr datum shift

2011-09-15 Thread Frank Warmerdam
Stacey, You should not need to use cs2cs - pretty much the same capabilities are available from the ogr2ogr command line. What command are you using now? And what version of GDAL/OGR? With modern versions the following command should work well: ogr2ogr -s_srs EPSG:3857 -t_srs EPSG:4326 out.s

[gdal-dev] error compiling gdal with ArcSDE support

2011-09-15 Thread Wouter Schaubroeck
Hi list, I'm trying to compile gdal from source with added ArcSDE support, but it doesn't compile. I get this error: libsde.so: undefined reference to `pthread_atfork' My configure command looks like this: ./configure --with-sde=/home/sde/bin/sde100/sdeexe100/ --with-sde-version=100 --prefix=/ho

Re: [gdal-dev] OGR FileGDB driver: Failed at creating table ... (General function failure.)

2011-09-15 Thread Smith, Michael ERDC-CRREL-NH
I've run into this. It seems to be that there are only certain projections that are supported in FileGDB. I tried to convert data in to the Spherical Mercator projection and none of the projections I used (either epsg, esri epsg, or esri wkt) would work. I believe that Even R. determined that it wa

[gdal-dev] Re: OGR FileGDB driver: ERROR 1: 'OBJECTID' not recognised as an available field.

2011-09-15 Thread Hermann Peifer
On 15/09/2011 06:17, Paul Ramsey wrote: Interesting. I wonder if this is a mismatch between FGDB considering the fid to be a column and ogr considering it to be something more intrinsic... I think it warrants a ticket unless other layer types misbehave in a similar way. P. Being an (innocent)