geoutils.Vector.get_bounds_projected

geoutils.Vector.get_bounds_projected#

Vector.get_bounds_projected(out_crs, densify_points=5000)[source]#

Get vector bounds projected in a specified CRS.

Parameters:
  • out_crs (CRS) – Output CRS.

  • densify_points (int) – Maximum points to be added between image corners to account for nonlinear edges. Reduce if time computation is really critical (ms) or increase if extent is not accurate enough.

Return type:

BoundingBox