Re: [gdal-dev] Question: Layer intersection in Python

2024-06-20 Thread Even Rouault via gdal-dev
Luis, the issue is that shapefile layers do not really support a genuine unknown layer geometry type. They accept it on layer creation, but as soon as you write the first feature into it, the feature layer geometry type is used as the layer geometry type, and shapefile don't accept a mix of p

Re: [gdal-dev] GDAL 3.9.1 release candidate available

2024-06-20 Thread Greg Troxel via gdal-dev
Even Rouault via gdal-dev writes: >   https://download.osgeo.org/gdal/3.9.1/gdal-3.9.1rc1.tar.xz I locally updated pkgsrc, and it builds fine on NetBSD 10 amd64. qgis 3.36 using it (without recompiling qgis) starts up and loads geopackage vector layers and postgis vector layers. So seems good

Re: [gdal-dev] Motion: Adopt GDAL 3.9.1RC1 as 3.9.1 release

2024-06-20 Thread Greg Troxel via gdal-dev
Even Rouault via gdal-dev writes: > Motion: > > Adopt GDAL 3.9.1RC1 as 3.9.1 release I haven't had a chance to test in the 24h59m between the rc and proposing a release. Not sure when I will, but this interval seems super short. Of the beyond-core-team people that usually test, has anybody el

Re: [gdal-dev] Motion: Adopt GDAL 3.9.1RC1 as 3.9.1 release

2024-06-20 Thread Javier Jimenez Shaw via gdal-dev
Javier +1 On Thu, 20 Jun 2024 at 14:52, Even Rouault via gdal-dev < gdal-dev@lists.osgeo.org> wrote: > Hi, > > Motion: > > Adopt GDAL 3.9.1RC1 as 3.9.1 release > > Starting with my +1 > > Even > > -- > http://www.spatialys.com > My software is free, but my time generally not. > >

Re: [gdal-dev] Motion: Adopt GDAL 3.9.1RC1 as 3.9.1 release

2024-06-20 Thread Howard Butler via gdal-dev
+1 Howard > On Jun 20, 2024, at 7:52 AM, Even Rouault via gdal-dev > wrote: > > Hi, > > Motion: > > Adopt GDAL 3.9.1RC1 as 3.9.1 release > > Starting with my +1 > > Even > > -- > http://www.spatialys.com > My software is free, but my time generally not. > > __

[gdal-dev] Motion: Adopt GDAL 3.9.1RC1 as 3.9.1 release

2024-06-20 Thread Even Rouault via gdal-dev
Hi, Motion: Adopt GDAL 3.9.1RC1 as 3.9.1 release Starting with my +1 Even -- http://www.spatialys.com My software is free, but my time generally not. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-d

[gdal-dev] Question: Layer intersection in Python

2024-06-20 Thread Michaelis, Luis via gdal-dev
Hello GDAL devs! I've got a question about layer intersection detection. I'd like to use the GDAL Python interface to do batched intersection checks between two vector layers, one containing only two-point line strings and one containing terrain contour lines. To compute these intersections, I w