Re: [gdal-dev] GDAL/OGR 2.0.2 RC2 Available for Review

2016-01-24 Thread Even Rouault
Hi Sandro, Thanks for the report. I've just added ${CFLAGS}. See https://trac.osgeo.org/gdal/ticket/6330 I've pushed the fix in the branch but will not re-issue a RC just for that reason as the problem has likely existed forever. You could also use --with-freexl=/path/to/install/prefix as a lik

Re: [gdal-dev] GDAL/OGR 2.0.2 RC2 Available for Review

2016-01-24 Thread a . furieri
Hi Even, I casually noticed that the ./configure script fails to correctly identify libfreexl on Windows when using the MinGW/MSYS compiler. this error message is always returned even when the most recent version of libfreexl is correctly installed: "freexl too old. Needs freexl >= 1.0" the cau

Re: [gdal-dev] Ubuntu multiple gdal installations, each with its python bindings

2016-01-24 Thread Didier Richard
Hi, Another solution would be to use containers (docker) by installing all the relevant softwares (using a postgres container as basis for instance). It is more work than compiling as Even suggests, but is by far less intrusive to the host system. didier ___

Re: [gdal-dev] Intersection of two Layers

2016-01-24 Thread Ari Jolma
24.01.2016, 14:49, Kai Mühlbauer kirjoitti: Am 23.01.2016 um 11:29 schrieb Ari Jolma: I've committed the enhancement to the trunk. Great! The new options are USE_PREPARED_GEOMETRIES, which defaults to YES, and PRETEST_CONTAINMENT (note the change in this key), which defaults to NO. Compi

Re: [gdal-dev] Intersection of two Layers

2016-01-24 Thread Kai Mühlbauer
Am 23.01.2016 um 11:29 schrieb Ari Jolma: I've committed the enhancement to the trunk. Great! The new options are USE_PREPARED_GEOMETRIES, which defaults to YES, and PRETEST_CONTAINMENT (note the change in this key), which defaults to NO. Compiled and tested here, works with my current pyth

Re: [gdal-dev] Ubuntu multiple gdal installations, each with its python bindings

2016-01-24 Thread Even Rouault
Le samedi 23 janvier 2016 08:40:06, bojan.su...@gmail.com a écrit : > Hello, > > > > > I’m using a Ubuntu server with PostGIS on GDAL 1.10 with python bindings. > > > > > Now, I’m trying to add a 2.0.1 with python bindings so I could do some > tests. I need to do this without changing the e

[gdal-dev] Fw: new important message

2016-01-24 Thread Anthony Molzahn
Hello! New message, please read Anthony Molzahn ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Ubuntu multiple gdal installations, each with its python bindings

2016-01-24 Thread bojan.surma
Hello, I’m using a Ubuntu server with PostGIS on GDAL 1.10 with python bindings. Now, I’m trying to add a 2.0.1 with python bindings so I could do some tests. I need to do this without changing the existing environment. What’s the best way to do this? Thank you