Image and vector transformations#
There are several useful utility functions in cartopy to help transform and reshape data when going from one projection to another.
Image transformations#
cartopy.img_transform
contains:
|
Return sample points in the given projection which span the entire projection range evenly. |
|
Regrid the data array from the source projection to the target projection. |
|
Regrid the data array from the source projection to the target projection. |
|
Regrid the image file from the source projection to the target projection. |
Vector transformations#
cartopy.vector_transform
contains:
|
Transform and interpolate a vector field to a regular grid in the target projection. |
Longitude wrapping#
cartopy.util
contains:
|
Add a cyclic point to an array and optionally a corresponding coordinate. |
|
Add a cyclic point to an array and optionally corresponding x/longitude and y/latitude coordinates. |
LinearRing/LineString projection#
cartopy.trace
contains:
|
Project a geometry from one projection to another. |