[gdal-dev] Transformation of style data

2013-10-08 Thread Wayne Parrott
Hi There, I have been using GDAL/OGR in a project and it is going quite well. I have been reprojecting data from various source formats into a single CRS (using the C# bindings), but one issue I have come across is with the associated OGR style information. Most of the font sizes in the source d

Re: [gdal-dev] ogr2ogr overwrite parameter

2013-10-08 Thread Nicol Hermann
Hi Even, thanks a lot! That did the trick. Best Nicol Am Dienstag, den 08.10.2013, 22:05 +0200 schrieb Even Rouault: > Le mardi 08 octobre 2013 21:37:54, Jukka Rahkonen a écrit : > > Nicol Hermann geoworld.de> writes: > > > Hello list, > > > > > > I am trying to batch load GPX files from a di

Re: [gdal-dev] ogr2ogr overwrite parameter

2013-10-08 Thread Even Rouault
Le mardi 08 octobre 2013 21:37:54, Jukka Rahkonen a écrit : > Nicol Hermann geoworld.de> writes: > > Hello list, > > > > I am trying to batch load GPX files from a directory into a mysql > > database. > > In order to avoid duplicates I am using the '-overwrite' layer create > > option. > > The fo

Re: [gdal-dev] ogr2ogr overwrite parameter

2013-10-08 Thread Jukka Rahkonen
Nicol Hermann geoworld.de> writes: > > Hello list, > > I am trying to batch load GPX files from a directory into a mysql > database. > In order to avoid duplicates I am using the '-overwrite' layer create > option. > The following line throw the error message > > ogr2ogr -overwrite -f MYSQL >

[gdal-dev] ogr2ogr overwrite parameter

2013-10-08 Thread Nicol Hermann
Hello list, I am trying to batch load GPX files from a directory into a mysql database. In order to avoid duplicates I am using the '-overwrite' layer create option. The following line throw the error message ogr2ogr -overwrite -f MYSQL 'MYSQL:dbname,host=localhost,user=me,password=' ${file} -lco

Re: [gdal-dev] GDAL and GeoPDF with Poppler (Couple issues)

2013-10-08 Thread Robert Zermeno
Thanks Even, >One thing to remind is that some layers are turned off by default in PDF. So >defining GDAL_PDF_LAYERS_OFF "Grids" will turn off "grids", but will let >layers >that defaulted to OFF as OFF. So if you want all layers but "Grids", you need >to specify --config GDAL_PDF_LAYERS "ALL"

Re: [gdal-dev] Does 64 bit gdal support deflate compression in geotiffs?

2013-10-08 Thread Even Rouault
Selon David Strip : > The new 64 bit release of qgis (2.0.1 Dufur) fails when trying to load > deflate compressed geotiffs. Further testing reveals that the bundled > gdal utilities suffer the same problem. The version lists as 1.10.0, > released 2013/04/24. No idea how it was built - this is a do

Re: [gdal-dev] Does 64 bit gdal support deflate compression in geotiffs?

2013-10-08 Thread David Strip
sorry for wasting everyone's time. I just realized I could download the pre-built version from gisinternals and test against that. And the answer is yes, deflate is supported in the latest release build. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org

[gdal-dev] Does 64 bit gdal support deflate compression in geotiffs?

2013-10-08 Thread David Strip
The new 64 bit release of qgis (2.0.1 Dufur) fails when trying to load deflate compressed geotiffs. Further testing reveals that the bundled gdal utilities suffer the same problem. The version lists as 1.10.0, released 2013/04/24. No idea how it was built - this is a download of the pre-compiled Wi

Re: [gdal-dev] Changed API for exportToGEOS

2013-10-08 Thread Paul Meems
Thanks Even, I'll change our code. I assume I need to call freeGEOSContext( hGEOSCtxt ); afterwards as well. And you are right. I'm using the trunk version of GDAL because I want the update EPSG database. But I'm using GEOS v3.4.2 (Stable) Paul *Paul Meems * Release manager, configuration m

Re: [gdal-dev] Changed API for exportToGEOS

2013-10-08 Thread Even Rouault
Selon Paul Meems : > Hi List, > > I'm upgrading GDAL and GEOS to the latest stable versions for MapWinGIS and > while compiling the project I noticed the signature for exportToGEOS and > createFromGEOS have been changed. > They now require a GEOSContextHandle_t parameter. > > I've been using Googl

[gdal-dev] Changed API for exportToGEOS

2013-10-08 Thread Paul Meems
Hi List, I'm upgrading GDAL and GEOS to the latest stable versions for MapWinGIS and while compiling the project I noticed the signature for exportToGEOS and createFromGEOS have been changed. They now require a GEOSContextHandle_t parameter. I've been using Google to search for some documentation