total_bounds#
- GeosDataFrameAccessor.total_bounds(*args, **kwargs)#
Computes the total bounds (extent) of the geometry.
Applies
pgpd.GeosSeriesAccessor.total_bounds()
to each column of “geos” dtype and aggregates the results in a DataFrame.- Parameters:
args – Arguments passed to
total_bounds()
after the first argument.kwargs – Keyword arguments passed to
total_bounds()
.
- Returns:
DataFrame with the results total_bounds for each of the geos columns.
- Return type: