Skip to content

v0.12.3

Choose a tag to compare

@github-actions github-actions released this 04 Feb 22:48
· 622 commits to main since this release

Release Notes

New Features

  • Add a function called break_lines for breaking lines at given points.
  • Add a function called snap2nearest for snapping points to the nearest point on a line with a given tolerance. It accepts a geopandas.GeoSeries of points and a geopandas.GeoSeries or geopandas.GeoDataFrame of lines. It automatically snaps to the closest lines in the input data.