minimum_bounding_radius#

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

Computes the radius of the minimum bounding circle that encloses an input geometry.

Applies shapely.measurement.minimum_bounding_radius to the data and returns a Series with the result.

Returns:

Series with the results of the function.

Return type:

pandas.Series