Function File: u, v, w = enu2uvw (east, north, up, lat0, lon0)
Function File: u, v, w = enu2uvw (east, north, up, lat0, lon0, angleUnit)

Convert East, North, Up (ENU) coordinates to UVW coordinates.

Inputs:

east, north, up: East, North, Up: coordinates of point(s) (meters)

lat0, lon0: geodetic coordinates of observer/reference point(s) (degrees)

angleUnit: string for angular units (’degrees’ or ’radians’, case-insensitive, first character will suffice). Default = ’degrees’.

Outputs:

u, v, w: coordinates of point(s) (meters).

See also: enu2aer, enu2ecef, enu2ecefv, enu2geodetic.

Package: mapping