[gdal-dev] Another OSS License Question

2016-01-23 Thread Aaron Boxer
Hello, I am curious about the OSS license landscape in the geospatial open source community. Off the top of my head, these are the common licenses: GPL (2.0,3.0,LGPL, Affero) Mozilla Public License 2.0 Apache MIT BSD 2 clause >From what I understand, Affero is the strictest, and MIT/BSD are the

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

2016-01-23 Thread Even Rouault
Hi, I've prepared a 2.0.2 RC2 with the following fixes on top of RC1: - ogr2ogr: fix -skip mode to rollback current transaction in case of failed insertion (#6328) - Ili1: Fix spread surface polygon rings for linearized features - remove .gitignore in source archive Peek up an archive among the

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

2016-01-23 Thread Even Rouault
Le samedi 23 janvier 2016 17:33:44, Jürgen E. Fischer a écrit : > Hi Even, > > On Sat, 23. Jan 2016 at 16:10:56 +0100, Even Rouault wrote: > > Here's what I tried: > The problem appears in the following layer. The transaction is still in an > unusable state and hence the next statement also fails

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

2016-01-23 Thread Jürgen E . Fischer
Hi Even, On Sat, 23. Jan 2016 at 16:10:56 +0100, Even Rouault wrote: > Here's what I tried: The problem appears in the following layer. The transaction is still in an unusable state and hence the next statement also fails (ERROR 1: ERROR: current transaction is aborted, commands ignored until en

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

2016-01-23 Thread Even Rouault
Hi Jürgen, your change looks sane, but I'm unable to reproduce an issue with the current code, as before each insertion in skip_failures mode, the previous transaction is committed (since -gt is forced to 1) (which seems to have the effect of a rollback, but that perhaps only works in some cont

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

2016-01-23 Thread Jürgen E . Fischer
Hi Even, On Fri, 22. Jan 2016 at 12:14:32 +0100, Even Rouault wrote: > ... and now a GDAL/OGR 2.0.2 release candidate. Please review and test. I added it to OSGeo4W as experimental. I found one problem that causes ogr2ogr to break when inserting duplicate data into postgres although -skipfailure

Re: [gdal-dev] Intersection of two Layers

2016-01-23 Thread Ari Jolma
I've committed the enhancement to the trunk. The new options are USE_PREPARED_GEOMETRIES, which defaults to YES, and PRETEST_CONTAINMENT (note the change in this key), which defaults to NO. Prepared geometries are used in Intersection, Union, and Identity. Ari 22.01.2016, 15:06, Kai Muehlbau