wradlib.georef.vector.transform_geometry#

wradlib.georef.vector.transform_geometry(geom, dest_srs, **kwargs)[source]#

Perform geotransformation to given destination SpatialReferenceSystem

It transforms coordinates to a given destination osr spatial reference if a geotransform is neccessary.

Parameters:
Keyword Arguments:

source_srs (osgeo.osr.SpatialReference) – Source Projection

Returns:

geom (osgeo.ogr.Geometry) – Transformed Geometry