LinearRing/LineString projection

This module pulls together _trace.cpp, proj, GEOS and _crs.pyx to implement a function to project a LinearRing / LineString. In general, this should never be called manually, instead leaving the processing to be done by the cartopy.crs.Projection subclasses.

cartopy.trace.project_linear(geometry, CRS 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.