cartopy.mpl.geoaxes.InterProjectionTransform¶
- class cartopy.mpl.geoaxes.InterProjectionTransform(source_projection, target_projection)[source]¶
Transform coordinates from the source_projection to the
target_projection
.- inverted()[source]¶
- Returns
InterProjectionTransform – A Matplotlib
Transform
from target to source coordinates.
- transform_non_affine(xy)[source]¶
Transform from source to target coordinates.
- Parameters
xy – An (n,2) array of points in source coordinates.
- Returns
x, y – An (n,2) array of transformed points in target coordinates.