cartopy.trace.project_linear#

cartopy.trace.project_linear(geometry, src_crs, dest_projection)#

Project a geometry from one projection to another.

Parameters:
Returns:

shapely.geometry.MultiLineString – The result of projecting the given geometry from the source projection into the destination projection.