wradlib.georef.projection.wkt_to_osr#
- wradlib.georef.projection.wkt_to_osr(wkt=None)[source]#
Create osr spatial reference object from WKT string
- Parameters:
wkt (
str) – WTK string defining the coordinate reference system- Returns:
crs (
osgeo.osr.SpatialReference) – GDAL/OSR object defining projection
Deprecated since version 2.4: This will be removed in 3.0. Use pyproj.CRS.from_wkt instead.