Re: [gdal-dev] sqlite dialect and MySQL spatial input

2013-10-02 Thread aborruso
Hi Even, Jukka, GDAL developers, I have written a blog post (in Italian), about this MySQL/GDAL/Sqlite experience: http://goo.gl/YvRqo2 It is another way to say thank you. Best regards, a -- View this message in context: http://osgeo-org.1560.x6.nabble.com/sqlite-dialect-and-MySQL-spatial-in

Re: [gdal-dev] can't fetch the projection definition string on Linux

2013-10-02 Thread Frank Warmerdam
Daniel, This is likely due to problems looking up the coordinate system. If you built and installed GDAL yourself it will likely be looking in /usr/local/share/gdal/data for the file pcs.csv. If you installed it via apt-get then it should be looking in /usr/share/gdal/data (or perhaps /usr/share

[gdal-dev] can't fetch the projection definition string on Linux

2013-10-02 Thread Daniel Testa
Hello everyone, I´m experiencing a weird behavior when reading a raster image (GTiff/GeoTIFF) I'm using GDAL 1.9.1 for Linux (Ubuntu 12.04 LTS) and Windows (Win 7 Ultimate SP1) to open a raster image with EPSG:22194 Sample output from gdalinfo for that image on Windows (WKT): [...] PROJCS["Campo

Re: [gdal-dev] Motion: Add Jukka Rahkonen to GDAL PSC

2013-10-02 Thread Even Rouault
> > Motion: To add Jukka Rahkonen to the GDAL PSC. > Hi, I declare this motion passed with support of myself, Howard, Tamas, Frank and Daniel. Welcome to the PSC Jukka ! Even -- Geospatial professional services http://even.rouault.free.fr/services.html __

Re: [gdal-dev] Kernel resource leak -- Windows

2013-10-02 Thread Joaquim Luis
On 01-10-2013 20:08, Even Rouault wrote: Le lundi 30 septembre 2013 00:59:33, Joaquim Luis a écrit : Hi, I can make a ticket with this but before, let me just report it here. - Win 64 bits GDAL build While playing with an Intel analysis tool to chase GMT memory leaks I got two complains respe

Re: [gdal-dev] EPSG 8.2 Upgrade

2013-10-02 Thread Andre Joost
Am 02.10.2013 07:46, schrieb Frank Warmerdam: Folks, I have upgraded libgeotiff, GDAL and PROJ.4 trunk's with the EPSG 8.2 database definitions. Let me know if you see problems or have questions. Not to you, but from: http://info.ogp.org.uk/geodesy/CurrentDB.html EPSG Geodetic Parameter Dat

Re: [gdal-dev] sqlite dialect and MySQL spatial input

2013-10-02 Thread aborruso
Hi Even, Even Rouault wrote > Wouldn't Area() as described in > http://dev.mysql.com/doc/refman/5.0/en/geometry-property- > functions.html#function_area do the job ? you are right, but I have used Area() in my post to make a simple example. I'm talking about functions like "Contains". In MySQL

Re: [gdal-dev] sqlite dialect and MySQL spatial input

2013-10-02 Thread Even Rouault
Le mercredi 02 octobre 2013 10:13:23, aborruso a écrit : > Hi, > firts of all thank you for your work. It is always very nice to see how a > great open source community works. > > > Even Rouault wrote > > > Using SQLITE dialect with a RDBMS driver is kind of unusual use case > > (which was the t

Re: [gdal-dev] sqlite dialect and MySQL spatial input

2013-10-02 Thread aborruso
Hi, firts of all thank you for your work. It is always very nice to see how a great open source community works. Even Rouault wrote > Using SQLITE dialect with a RDBMS driver is kind of unusual use case > (which was the thing that was finxed with r26506). I want to add a detail, but I do not kno