pandamesh.find_edge_intersections#

pandamesh.find_edge_intersections(geometry: gpd.Geoseries) gpd.GeoSeries[source]#

Find all unresolved intersections between polygon boundaries, linestring, and linearring edges.

A “resolved” intersection is one where the intersection of two lines is represented by a vertex in both lines. Unresolved means: an intersection which is not represented by an explicit vertex in the geometries.

Parameters:

geometry (gpd.GeoSeries) – Points, lines, polygons.

Returns:

intersections – Locations (points) of intersections.

Return type:

gpd.GeoSeries