[gdal-dev] problem in where clause

2013-08-12 Thread Ahmet Temiz
hello Do you have any idea why this expression is wrong ? 'PG: dbname=tr2 host=localhost user=orkun password=22 port=5432 schema=public table="slp4_geo AS r, sformasyon22 AS g" where="( ST_Intersects(r.rast, ST_SetSRID(g.geom,4326) ) ) AND (g.yas LIKE \'%KUVATERNER%\')" mode=2'

Re: [gdal-dev] Cannot compile 1.10 for iOS due to missing crt_extern

2013-08-12 Thread Even Rouault
Selon Nik Sands : > PS. I've got a work around for now... > > I edited the file "ogr/ogrsf_frmts/vfk/vfkdatablock.cpp" and commented out > the lines that referenced "clock()", and the debug line which appears to be > all that was using it. > > It then built OK. :-) > > I'm sure you guys can com

Re: [gdal-dev] Cannot compile 1.10 for iOS due to missing crt_extern

2013-08-12 Thread Nik Sands
PS. I've got a work around for now... I edited the file "ogr/ogrsf_frmts/vfk/vfkdatablock.cpp" and commented out the lines that referenced "clock()", and the debug line which appears to be all that was using it. It then built OK. :-) I'm sure you guys can come up with a proper solution, but

Re: [gdal-dev] Cannot compile 1.10 for iOS due to missing crt_extern

2013-08-12 Thread Nik Sands
Hi Even, Your suggestion has helped a little, but I still can't compile for iOS (device). I'm getting the following at the end of the build output... libtool: compile: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/g++ -arch armv7 -pipe -Os -gdwarf-

Re: [gdal-dev] QGIS hanging when opening a FileGDB on 64 bit Linux

2013-08-12 Thread Jeremy Palmer
Wow Even - just amazing as always. Have you confirmed that you can no open a FileGDB in QGIS? I still get the freeze when using GDAL trunk, but maybe that now a QGIS problem. -Original Message- From: Even Rouault [mailto:even.roua...@mines-paris.org] Sent: Tuesday, 13 August 2013 11:29 a

Re: [gdal-dev] QGIS hanging when opening a FileGDB on 64 bit Linux

2013-08-12 Thread Even Rouault
Le lundi 12 août 2013 22:12:11, Jeremy Palmer a écrit : > Further to this I see that when you open a FIleGDB in QGIS 3 OGROpen calls > made to the same database before any OGR_DS_Destroy calls are made. These > open calls occur during the layer selection dialog, the OGR provider > construction, and

[gdal-dev] importing attributes in ogr2ogr

2013-08-12 Thread Piotr Pachół
Hello, I have made different test in importing gml files to PostGIS by ogr2ogr and for me it would be necessary to have possibility to import some attributes (not only values) of elements. 1. I can't import using existing options the reason for NULL values for instance: These types are d

Re: [gdal-dev] GeoPDF translation

2013-08-12 Thread jsschmidt
Here's a Python3.3 script to convert multiple historic USGS GeoPDF's to GeoTiffs in a UTM10, NAD83 map projection at 300 dpi. Intermediate Geotiffs are output in the native USGS map projection - polyconic - then converted to GeoTiffs in UTM. Script requires access to the GDAL utilities, which I o

Re: [gdal-dev] QGIS hanging when opening a FileGDB on 64 bit Linux

2013-08-12 Thread Jeremy Palmer
Further to this I see that when you open a FIleGDB in QGIS 3 OGROpen calls made to the same database before any OGR_DS_Destroy calls are made. These open calls occur during the layer selection dialog, the OGR provider construction, and the initialisation of the QgsOgrFeatureIterator. I'm guessi

Re: [gdal-dev] Exporting gml3 with OGR for .NET?

2013-08-12 Thread Casper Span
Nobody uses GDAL for .net? :-( regards, Casper On Thu, Aug 8, 2013 at 9:51 AM, Casper Span wrote: > Hi list, > > I'm trying to get some piece of code working with the csharp package of > gdal. (NuGet GDAL / GDAL.Natve). > > Basically, I need to port a geometry to GML3.1.1. According to the > do