has_self_intersections#

PolygonData.has_self_intersections(tol=1e-09)#

Determine whether the polygon contains any self-intersections.

Parameters:
tolfloat, default: 1e-9

Tolerance.

Returns:
bool

True when the polygon contains self-intersections, False otherwise.