hull_area

grizli.utils.hull_area(x, y)[source]

Return the area of a convex hull of a list of points

Parameters
xarray-like

x-coordinates of the points.

yarray-like

y-coordinates of the points.

Returns
float

The area of the convex hull.