Navigation
geodetic2enu
xEast, yNorth, zUp = geodetic2enu(lon, lat, h, lon0, lat0, h0)
Convert from geodetic coordinates to local East, North, Up (ENU) coordinates.
lon
: a scalar, or vector of longitudes to be transformedlat
: a scalar, or vector of latitudes to be transformedh
: a scalar, or vector of altitudes of the point(s) to be transformedlon0, lat0, h0
: Origin of the geodetic coordinates system
Returns
Three Float64 scalars or thre vectors with the cartesian ENU components
© GMT.jl. Last modified: September 12, 2023. Website built with Franklin.jl and the Julia programming language.
These docs were autogenerated using GMT: v1.11.0