You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Daniel Flassig edited this page Jul 25, 2026
·
2 revisions
Tests whether a 2D point lies on the boundary of a polygon loop within a given tolerance.
This function is located in the pygeo module.
The point is tested against the polygon points and edges. If its distance to a polygon point or edge is within the tolerance, the point is reported as on the boundary, together with the kind of contact. For an exact inside/outside decision use pygeo.is_in_polygon.