convex_hull#

GeosSeriesAccessor.convex_hull(*args, **kwargs)#

Computes the minimum convex geometry that encloses an input geometry.

Applies shapely.constructive.convex_hull to the data and returns a Series with the result.

Returns:

Series with the results of the function.

Return type:

pandas.Series