salem.transform_geometry

salem.transform_geometry(geom, crs=<Other Coordinate Operation Transformer: longlat> Description: PROJ-based coordinate operation Area of Use: - undefined, to_crs=<Other Coordinate Operation Transformer: longlat> Description: PROJ-based coordinate operation Area of Use: - undefined)[source]

Reprojects a shapely geometry.

Parameters:
geomshapely geometry

the geometry to transform

crscrs

the geometry’s crs

to_crscrs

the crs into which the geometry must be transformed

Returns:
A reprojected geometry