wradlib.georef.raster.read_gdal_projection#
- wradlib.georef.raster.read_gdal_projection(dataset)[source]#
Get a projection (OSR object) from a GDAL dataset.
- Parameters:
dataset (
osgeo.gdal.Dataset) – raster image with georeferencing- Returns:
crs (
pyproj.crs.CoordinateSystem) – Coordinate Reference System (CRS)
Examples