[gdal-dev] Missing Python Geometry Methods

2013-03-16 Thread Jeremy Palmer
Any reason these methods are missing from the python geometry API: swapXY() Polygonize() ?? This message contains information, which is confidential and may be subject to legal privilege. If you are not the intended recipient, you must not peruse, use, disseminate, distribute or copy this mess

Re: [gdal-dev] How to set OGR_INTERLEAVED_READING when using the OSM driver

2013-03-16 Thread Even Rouault
Le samedi 16 mars 2013 20:51:42, Paolo Corti a écrit : > Hi Even and Jukka, please follow me inline: > > On Fri, Mar 15, 2013 at 10:47 PM, Even Rouault > > wrote: > >> According to the documentation anyway, the option should not be set at > >> all, as "the ogr2ogr application has been modified t

Re: [gdal-dev] Get a list of supported file formats

2013-03-16 Thread Even Rouault
Le samedi 16 mars 2013 16:14:30, Diego Gnesi Bartolani a écrit : > Hi, > > I'm writing a python plugin for QGIS. I need to implement a "Save As" > dialog and the user should choose among all GDAL's supported file formats. > Is there a method inside the GDAL API to iterate over all the supported >

Re: [gdal-dev] How to set OGR_INTERLEAVED_READING when using the OSM driver

2013-03-16 Thread Paolo Corti
Hi Even and Jukka, please follow me inline: On Fri, Mar 15, 2013 at 10:47 PM, Even Rouault wrote: >> >> According to the documentation anyway, the option should not be set at >> all, as "the ogr2ogr application has been modified to use that >> OGR_INTERLEAVED_READING mode without any particular u

[gdal-dev] Get a list of supported file formats

2013-03-16 Thread Diego Gnesi Bartolani
Hi, I'm writing a python plugin for QGIS. I need to implement a "Save As" dialog and the user should choose among all GDAL's supported file formats. Is there a method inside the GDAL API to iterate over all the supported raster (and only raster) file formats and get the file extension and the form

Re: [gdal-dev] Issues with FileGDB support

2013-03-16 Thread Jeff McKenna
On 2013-03-16 4:49 AM, Jan Heckman wrote: > Hi, > I have the gdb support working on a windows box, compiled 1.9.1, some > time ago. > From memory: > Remember filegdb support is a plugin. The dll needs to be in a specific > gdalplugins directory. > I guess that if the support is compiled correctly a

Re: [gdal-dev] Issues with FileGDB support

2013-03-16 Thread Jan Heckman
Hi, I have the gdb support working on a windows box, compiled 1.9.1, some time ago. >From memory: Remember filegdb support is a plugin. The dll needs to be in a specific gdalplugins directory. I guess that if the support is compiled correctly and the dll is not found, this would be mentioned in an