Module convex_hull

Source
Expand description

Set of functions to compute and generate convex hulls

Functionsยง

convex_hull_from_points
Filters a set of points to only include those that are part of the convex hull
convex_hull_from_surrogate
Reconstitutes the convex hull of a SPolygon using its surrogate
convex_hull_indices
Returns the indices of the points in the SPolygon that form the convex hull