Re: [gdal-dev] FileGDB feature datasets

2014-05-02 Thread William Kyngesburye
Ah, that's probably the problem. They use the "standard" US Albers, but using the ESRI custom code instead of the EPSG version. On May 2, 2014, at 2:58 PM, Kyle Shannon wrote: > William, > > On Fri, May 2, 2014 at 1:44 PM, William Kyngesburye > wrote: >> For a while I've been converting File

Re: [gdal-dev] FileGDB feature datasets

2014-05-02 Thread Kyle Shannon
William, On Fri, May 2, 2014 at 1:44 PM, William Kyngesburye wrote: > For a while I've been converting FileGDB v9 files to v10 with Arc (export to > GDB multiple) so I can read them with GDAL (1.10). This works fine, the > conversion creates a flat GDB, though the original GDB has the data gro

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

[gdal-dev] FileGDB feature datasets

2014-05-02 Thread William Kyngesburye
For a while I've been converting FileGDB v9 files to v10 with Arc (export to GDB multiple) so I can read them with GDAL (1.10). This works fine, the conversion creates a flat GDB, though the original GDB has the data grouped in feature datasets. I just got some v10 GDBs, so no conversion neede

Re: [gdal-dev] GML and Spatial Reference

2014-05-02 Thread Even Rouault
Le vendredi 02 mai 2014 20:59:58, Ochs, Elke ERDC-RDE-CRREL-NH a écrit : > Hello, > > I'm not able to save a spatial reference to a GML file and would like help > understanding why. I'm creating a new GML from a copied feature. I > assign the spatial reference to both the output layer and geomet

[gdal-dev] GML and Spatial Reference

2014-05-02 Thread Ochs, Elke ERDC-RDE-CRREL-NH
Hello, I'm not able to save a spatial reference to a GML file and would like help understanding why. I'm creating a new GML from a copied feature. I assign the spatial reference to both the output layer and geometry. During debug, the layer and geometry report that the SR has been assigned

Re: [gdal-dev] ogr2ogr -f OCI fails on Windows

2014-05-02 Thread Martin Landa
Hi Ivan, 2014-05-02 17:59 GMT+02:00 Ivan Lucena : > Here is a list of the issues that I am planning to fix on that driver, once > I have time, bur if you think they are important for you too we can share > the work. The first item you have already started but you might think of Great. BTW, I alr

Re: [gdal-dev] ogr2ogr -f OCI fails on Windows

2014-05-02 Thread Ivan Lucena
Hi Martin, Here is a list of the issues that I am planning to fix on that driver, once I have time, bur if you think they are important for you too we can share the work. The first item you have already started but you might think of adding that line to the session initialization: 1) Always c

Re: [gdal-dev] "Times" projection in GDAL

2014-05-02 Thread Even Rouault
Le vendredi 02 mai 2014 16:34:31, Jed O. Kaplan a écrit : > Dear All, > > I have added the “Times” projection to my private copy of proj4 and tested > it. It works properly using proj and unproj. > > Could anyone on this list maybe give me a little guidance as to how I can > make GDAL aware of th

Re: [gdal-dev] "Times" projection in GDAL

2014-05-02 Thread Jed O. Kaplan
Dear All, I have added the “Times” projection to my private copy of proj4 and tested it. It works properly using proj and unproj. Could anyone on this list maybe give me a little guidance as to how I can make GDAL aware of this new map projection so that I may use it with GDAL/OGR utilities?

Re: [gdal-dev] how to know which proj4 version gdal uses internally ?

2014-05-02 Thread Andre Joost
Am 02.05.2014 13:23, schrieb Yasin Selçuk Berber: how can i know which proj4 version uses gdal v1.9.2 internally ? Open a command window, and type proj This will return the currently installed version number. HTH, André Joost ___ gdal-dev maili

Re: [gdal-dev] how to know which proj4 version gdal uses internally ?

2014-05-02 Thread Even Rouault
Le vendredi 02 mai 2014 13:23:19, Yasin Selçuk Berber a écrit : > hello, > > how can i know which proj4 version uses gdal v1.9.2 internally ? > > the reason for why i am asking this: i am trying to warp my raster data > into Google Mercator projection from within python, and for the target srs, >

[gdal-dev] how to know which proj4 version gdal uses internally ?

2014-05-02 Thread Yasin Selçuk Berber
hello, how can i know which proj4 version uses gdal v1.9.2 internally ? the reason for why i am asking this: i am trying to warp my raster data into Google Mercator projection from within python, and for the target srs, i am using function ImportFromEPSG(3857) with gdal v1.9.2 (with python bindin

Re: [gdal-dev] ogr2ogr -f OCI fails on Windows

2014-05-02 Thread Martin Landa
Hi, 2014-04-18 18:55 GMT+02:00 Ivan Lucena : > The driver should create the column as VARCHAR2, not VARCHAR [1]. It is > wrong for several reasons [2] and there is a possibility that the amount of > data you are loading is too big for the wrong data type. Can you change that > code [1], compile an