minimum_bounding_radius#

GeosDataFrameAccessor.minimum_bounding_radius(*args, inplace=False, **kwargs)#

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

Applies pgpd.GeosSeriesAccessor.minimum_bounding_radius() to each column of “geos” dtype and aggregates the results in a DataFrame.

Parameters:
Returns:

DataFrame where each “geos” column from the original is transformed or None if inplace=True.

Return type:

pandas.DataFrame or None