| sgo_cart_lonlat | 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).
sgo_points, sgo_bng_lonlat.
p <- sgo_points(list(3487823.234, -305433.201, 5313739.634), epsg=4936) p.xyz <- sgo_cart_lonlat(p) #Cartesian coordinates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.