xdem.EPC.bounds#
- property EPC.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.
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.