1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
.. _api.transformations:
.. currentmodule:: cartopy
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
~~~~~~~~~~~~~~~~~~~~~
.. autosummary::
:toctree: generated/
img_transform.mesh_projection
img_transform.regrid
img_transform.warp_array
img_transform.warp_img
Vector transformations
~~~~~~~~~~~~~~~~~~~~~~
.. autosummary::
:toctree: generated/
vector_transform.vector_scalar_to_grid
Longitude wrapping
~~~~~~~~~~~~~~~~~~
.. autosummary::
:toctree: generated/
util.add_cyclic_point
LinearRing/LineString projection
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. autosummary::
:toctree: generated/
trace.project_linear
trace.Interpolator
trace.CartesianInterpolator
trace.SphericalInterpolator
trace.LineAccumulator
|