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

2024-06-21 Thread Michaelis, Luis via gdal-dev
Michaelis, Luis via gdal-dev a écrit : 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

[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