pointpats.hull

pointpats.hull(points)[source]

Find convex hull of a point array.

Parameters
points: arraylike

(n,2), (x,y) coordinates of a series of event points.

Returns
_array

(h,2), points defining the hull in counterclockwise order.