powered by
Converts a GCS expressed Earth-centered Earth-fixed (ECEF) cartesian coordinate to Longitude and Latitude and Ellipsoid Height.
sgo_cart_lonlat(x)
An object of class sgo_points with polar coordinates (Longitude, Latitude and Ellipsoid Height).
sgo_points
A sgo_points object with coordinates expressed in cartesian coordinates
Currently converts from EPSGs 4936 and 4978 to 4937 and 4979
4936
4978
4937
4979
sgo_points, sgo_bng_lonlat.
sgo_bng_lonlat
p <- sgo_points(list(3487823.234, -305433.201, 5313739.634), epsg=4936) p.xyz <- sgo_cart_lonlat(p) #Cartesian coordinates
Run the code above in your browser using DataLab