⚠️ Our 0.1 release refactored several early-development functions for long-term stability, to update your code see here. ⚠️
Future changes will come with deprecation warnings! 🙂

geoutils.Vector.bounds

Contents

geoutils.Vector.bounds#

property Vector.bounds: BoundingBox#

Total bounding box of the vector.

Caution: this is equivalent to GeoDataFrame.total_bounds, but not GeoDataFrame.bounds (per-feature bounds) which is instead defined as Vector.geom_bounds.