Re: [gdal-dev] Python GDAL split polyline by intersection

2021-04-23 Thread Patrick Young
You might check out the Python library Shapely (which wraps GEOS), it has a split method in it: https://shapely.readthedocs.io/en/stable/manual.html#splitting P On Fri, Apr 23, 2021 at 9:59 AM Chang Liao wrote: > Hi, GDALers, > > I have a GDAL Python API question, i want to find some function

[gdal-dev] Python GDAL split polyline by intersection

2021-04-23 Thread Chang Liao
Hi, GDALers, I have a GDAL Python API question, i want to find some function similar to the ArcGIS tool: https://desktop.arcgis.com/en/arcmap/10.3/manage-data/editing-existing-features/splitting-lines-at-intersections.htm But it seems there is no such existing function ready for use. I put some d