wradlib.georef.projection.project_bounds

Contents

wradlib.georef.projection.project_bounds#

wradlib.georef.projection.project_bounds(bounds, crs)[source]#

Get geographic bounds in projected coordinate system

Parameters:
  • bounds ((lon_min, lon_max, lat_min, lat_max)) – geographic bounds

  • crs (osgeo.osr.SpatialReference) – coordinate reference system used for the projection

Returns:

bounds ((xmin, xmax, ymin, ymax)) – projected bounds