v0.12.3
Release Notes
New Features
- Add a function called
break_linesfor breaking lines at given points. - Add a function called
snap2nearestfor snapping points to the nearest point on a line with a given tolerance. It accepts ageopandas.GeoSeriesof points and ageopandas.GeoSeriesorgeopandas.GeoDataFrameof lines. It automatically snaps to the closest lines in the input data.