minimum_rotated_rectangle#

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

Computes the oriented envelope (minimum rotated rectangle) that encloses an input geometry, such that the resulting rectangle has minimum area.

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

Returns:

Series with the results of the function.

Return type:

pandas.Series