geoutils.Vector.bounds#
- property Vector.bounds: BoundingBox#
Total bounding box of the vector.
Caution: this is equivalent to
GeoDataFrame.total_bounds
, but notGeoDataFrame.bounds
(per-feature bounds) which is instead defined asVector.geom_bounds
.