Re: [gdal-dev] GDAL 1.10.1 release schedule ? [Was Re: QGIS hanging when opening a FileGDB on 64 bit Linux]

2013-08-13 Thread Jukka Rahkonen
Even Rouault mines-paris.org> writes: > GDAL users, > > if you have fixes they'd like to see in 1.10.1, then it would be time to speak > up, but preferably with a ticket with an attached patch I think there never was a ticket about adding support for reading the GML variant of the National L

[gdal-dev] what could be 7th parameter(scale factor) of "+towgs84" for this datum shift

2013-08-13 Thread Yasin Selçuk Berber
hi. i have some data, with a special datum using a special ellipsoid. i need to reproject this data in WGS84 datum. major and minor axis are known. other than that, first 6 of its +towgs84 parameters are also known: 0,0,0 for translation and 0,0,0 for rotation. In this situation, is it correct th

Re: [gdal-dev] Motion: Commit Access for Kurt Schwehr

2013-08-13 Thread Kurt Schwehr
Thanks! -kurt On Aug 13, 2013, at 6:59 PM, Frank Warmerdam wrote: > > > > On Fri, Aug 9, 2013 at 2:41 PM, Frank Warmerdam wrote: > Motion: Commit Access to GDAL for Kurt Schwehr > > I declare this motion passed with support from Daniel, Tamas, Even, Howard > and I. > > Welcome abort Kur

Re: [gdal-dev] Motion: Commit Access for Kurt Schwehr

2013-08-13 Thread Frank Warmerdam
On Fri, Aug 9, 2013 at 2:41 PM, Frank Warmerdam wrote: > Motion: Commit Access to GDAL for Kurt Schwehr > I declare this motion passed with support from Daniel, Tamas, Even, Howard and I. Welcome abort Kurt! I have svn enabled userid "goatbar" for the GDAL svn group. Please add yourself to th

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

2013-08-13 Thread Nik Sands
No problem. I've now logged these issues in GDAL Trac as two separate tickets (not sure if they should be in one ticket or two?): Ticket #5197 Ticket #5198 On 13/08/2013, at 4:06 PM, Even Rouault wrote: > Selon Nik Sands : > >> PS. I've got a work around for now... >> >> I

[gdal-dev] Accessing OnEarth TiledWMS fails with "This server no longer provides full WMS services!"

2013-08-13 Thread Alessandro Amici
Until a few days ago I used the GDAL WMS driver described in http://www.gdal.org/frmt_wms.html to access the "Global SRTM Elevation" data (actual elevation in meters) distributed by the JPL OnEarth server. I used the stock XML configuration file http://www.gdal.org/frmt_twms_srtm.xml but cur

[gdal-dev] GDAL 1.10.1 release schedule ? [Was Re: QGIS hanging when opening a FileGDB on 64 bit Linux]

2013-08-13 Thread Even Rouault
Le mardi 13 août 2013 22:04:38, Jeremy Palmer a écrit : > I see the QGIS dev team is looking to release 2.0 about the 7th of Sept. Is > there a chance to release a GDAL/OGR 1.10 point release to coincide with > this? I'm particularly interested in the OSGeo4W QGIS 2.0 package then > being linked a

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

2013-08-13 Thread Jeremy Palmer
>> Any chance to get this change back-ported to 1.10 so QGIS 2.0 will >> work with FIleGDBs? > I've just done that (although the changeset is a bit more substantial/risky > than the usual fixes done in stable branch). Thanks! I see the QGIS dev team is looking to release 2.0 about the 7th of Se

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

2013-08-13 Thread Even Rouault
Le mardi 13 août 2013 21:10:40, Jeremy Palmer a écrit : > Hi Even. > > I found the problem. I needed to do a make clean before rebuilding gdal. > Now everything is working and QGIS can load FIleGDBs! > > Any chance to get this change back-ported to 1.10 so QGIS 2.0 will work > with FIleGDBs? I'v

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

2013-08-13 Thread Jeremy Palmer
Hi Even. I found the problem. I needed to do a make clean before rebuilding gdal. Now everything is working and QGIS can load FIleGDBs! Any chance to get this change back-ported to 1.10 so QGIS 2.0 will work with FIleGDBs? Thanks again for your help. Cheers Jeremy

[gdal-dev] create mask file only

2013-08-13 Thread Duarte Carreira
Is there any way to create a mask file from an rgba without creating anything else, just the .msk file? Thanks, Duarte Duarte Carreira Diretor | Dep. Informa??o Geogr?fica e Cartografia www.edia.pt www.alqueva.com.pt

[gdal-dev] OGRStyleLabel/OGRStyleTool units

2013-08-13 Thread Andre Vautour
I am trying to interpret font sizes coming from OGR feature style strings. I would expect a font size in ground units to be scale-dependent inasmuch as a label would get smaller when you zoom out and bigger when you zoom in. I would expect a font size in pts, mm, inches, pixels, etc. to be sca

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

2013-08-13 Thread Jeremy Palmer
Nope I get a crash when opening now via OGRSFDriverRegistrar::Open. back trace is here: https://gist.github.com/palmerj/6219582 called from here in QGIS: https://github.com/qgis/Quantum-GIS/blob/master/src/providers/ogr/qgsogrprovider.cpp#L305 From: Even

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

2013-08-13 Thread Even Rouault
Selon Jeremy Palmer : > Wow Even - just amazing as always. > > Have you confirmed that you can no open a FileGDB in QGIS? No, I didn't. I've tested with the OGR API that it solved the issue with the following access pattern : ds1 = ogr.Open(datasetname) ds2 = ogr.Open(datasetname) ds2 = None ds1