[gdal-dev] GDAL 2.3.1 rc2 available

2018-06-23 Thread Even Rouault
Hi, I've issued a rc2 to fix a parallel make issue on Unix with the install target (#707) The changes since rc1 are: * Fix mkgdaldist.sh and shellcheck issues * GPKG: fix -Wzero-as-null-pointer-constant warning with sqlite < 3.7.8 * GNUmakefile: fix dependency of install target (fixes #707) Th

[gdal-dev] GDAL 2.3.1 rc2 available

2018-06-23 Thread Even Rouault
Hi, I've issued a rc2 to fix a parallel make issue on Unix with the install target (#707) The changes since rc1 are: * Fix mkgdaldist.sh and shellcheck issues * GPKG: fix -Wzero-as-null-pointer-constant warning with sqlite < 3.7.8 * GNUmakefile: fix dependency of install target (fixes #707) Th

Re: [gdal-dev] GDAL 2.3.1 rc1 available

2018-06-23 Thread Even Rouault
> so I attach a patch. Thanks, applied. -- Spatialys - Geospatial professional services http://www.spatialys.com ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] GDAL 2.3.1 rc1 available

2018-06-23 Thread Andrew C Aitchison
On Fri, 22 Jun 2018, Even Rouault wrote: I've issued a release candidate for GDAL 2.3.1. This adds 75 bug fixes on top of 2.3.0. The C and C++ API and ABI are unchanged. The source is available at: http://download.osgeo.org/gdal/2.3.1/gdal-2.3.1rc1.tar.xz http://download.osgeo.org/gdal/

Re: [gdal-dev] Tests if the geometry is within the other geometry

2018-06-23 Thread Even Rouault
On samedi 23 juin 2018 04:21:38 CEST Ian wrote: > I have a shape file consisting of thousands of features/polygons. > I have to extract only those polygons which are within the reference > polygon. > > I tried as follows: > > refpoly = feat.GetGeometryRef() > > fi = 'data.shp' > ids = ogr.Open(