[gdal-dev] GDAL/OGR 3.0.1 is released

2019-07-05 Thread Even Rouault
Hi, On behalf of the GDAL/OGR development team, I am pleased to announce the release of the GDAL/OGR 3.0.1 bug fix version. This adds 55 bug fixes on top of 3.0.0 Consult the release notes for the list of issues addressed : https://trac.osgeo.org/gdal/wiki/Release/3.0.1-News The sources are

[gdal-dev] GDAL/OGR 2.4.2 is released

2019-07-05 Thread Even Rouault
Hi, On behalf of the GDAL/OGR development team, I am pleased to announce the release of the GDAL/OGR 2.4.2 bug fix version. This adds 69 bug fixes on top of 2.4.1. Consult the release notes for the list of issues addressed : https://trac.osgeo.org/gdal/wiki/Release/2.4.2-News The sources are

Re: [gdal-dev] setting a spatial filter on a postgis layer gives wrong results

2019-07-05 Thread jratike80
Hi, It should be already possible to make accurate filtering from PostGIS by executing SQL with ST_Intersects. -Jukka Rahkonen- Even Rouault-2 wrote > On vendredi 5 juillet 2019 10:12:41 CEST Landry Breuil wrote: >> Hi, >> >> initially saw this with gdal 2.2.3 on debian, and confirmed the >> b

Re: [gdal-dev] Motions: promote GDAL 2.4.2 RC1 and GDAL 3.0.1 RC1 to final

2019-07-05 Thread Even Rouault
On mercredi 3 juillet 2019 11:15:57 CEST Even Rouault wrote: > Hi, > > Motion 1: promote GDAL 2.4.2 RC1 to final > Motion 2: promote GDAL 3.0.1 RC1 to final > > ~ > I declare those 2 motions passed with +1 from PSC members: TamasS, HowardB, DanielM, JukkaR, NormanB and myself. Even -- S

Re: [gdal-dev] Full Driver list for using in building from source

2019-07-05 Thread Tim Martin
Thanks Even I am not opposed to having drivers enabled. I just wanted to make sure I had a list of ones that I could use to flick on and off during the build phase. So I will use the list here - https://trac.osgeo.org/gdal/wiki/BuildingOnUnixWithMinimizedDrivers and the --disable-all-optional-

Re: [gdal-dev] setting a spatial filter on a postgis layer gives wrong results

2019-07-05 Thread Even Rouault
On vendredi 5 juillet 2019 10:12:41 CEST Landry Breuil wrote: > Hi, > > initially saw this with gdal 2.2.3 on debian, and confirmed the > behaviour is the same with gdal 3.0 on openbsd. > > I'm doing a spatial join between an union of geometries filtered from a > geopackage and a tileindex layer

[gdal-dev] setting a spatial filter on a postgis layer gives wrong results

2019-07-05 Thread Landry Breuil
Hi, initially saw this with gdal 2.2.3 on debian, and confirmed the behaviour is the same with gdal 3.0 on openbsd. I'm doing a spatial join between an union of geometries filtered from a geopackage and a tileindex layer stored in postgis, and the spatial filter set on the postgis layer beha

Re: [gdal-dev] Full Driver list for using in building from source

2019-07-05 Thread Even Rouault
On vendredi 5 juillet 2019 07:04:57 CEST Tim Martin wrote: > Hi List > > Hopefully this is the right place to post this query and not as a GitHub > issue. I also raised the question on GIS Stack Exchange but haven't got a > correct answer. > > I am trying to create an AWS Lambda layer with GDAL w

[gdal-dev] Full Driver list for using in building from source

2019-07-05 Thread Tim Martin
Hi List Hopefully this is the right place to post this query and not as a GitHub issue. I also raised the question on GIS Stack Exchange but haven't got a correct answer. I am trying to create an AWS Lambda layer with GDAL with only a few drivers and so have been using the amazonlinx-gdal Dock