sgo_cart_lonlat {sgo} | R Documentation |
Converts a GCS expressed Earth-centered Earth-fixed (ECEF) cartesian coordinate to Longitude and Latitude and Ellipsoid Height.
sgo_cart_lonlat(x)
x |
A |
Currently converts from EPSGs 4936
and 4978
to 4937
and
4979
An object of class sgo_points
with polar coordinates (Longitude,
Latitude and Ellipsoid Height).
p <- sgo_points(list(3487823.234, -305433.201, 5313739.634), epsg=4936)
p.xyz <- sgo_cart_lonlat(p) #Cartesian coordinates