sgo_cart_lonlat {sgo} | R Documentation |
Geodetic Coordinate System (GCS) in cartesian coordinates to polar coordinates
Description
Converts a GCS expressed Earth-centered Earth-fixed (ECEF) cartesian coordinate to Longitude and Latitude and Ellipsoid Height.
Usage
sgo_cart_lonlat(x)
Arguments
x |
A |
Details
Currently converts from EPSGs 4936
and 4978
to 4937
and
4979
Value
An object of class sgo_points
with polar coordinates (Longitude,
Latitude and Ellipsoid Height).
See Also
Examples
p <- sgo_points(list(3487823.234, -305433.201, 5313739.634), epsg=4936)
p.xyz <- sgo_cart_lonlat(p) #Cartesian coordinates
[Package sgo version 0.9.2 Index]