earthkit.geo.rotate

Functions

rotate(lat, lon, south_pole_lat, south_pole_lon)

Rotate geographical coordinates on a sphere.

rotate_vector(lat, lon, vector_x, vector_y, ...)

Rotate vectors from source to target projection coordinates.

unrotate(lat, lon, south_pole_lat, south_pole_lon)

Unrotate geographical coordinates on a sphere.

unrotate_vector(lat, lon, vector_x, vector_y, ...[, ...])

Rotate vectors on a rotated grid back into eastward and northward components.