geoutils.Raster.get_bounds_projected# Raster.get_bounds_projected(out_crs, densify_points=5000)[source]# Get raster 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 non linear edges. Reduce if time computation is really critical (ms) or increase if extent is not accurate enough. Return type: BoundingBox