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¶
|
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¶
Transform and interpolate a vector field to a regular grid in the target projection. |
Longitude wrapping¶
|
Add a cyclic point to an array and optionally a corresponding coordinate. |
LinearRing/LineString projection¶
|
Project a geometry from one projection to another. |