powered by
Converts Pseudo - Mercator coordinates to WGS84 (EPSG=4326)
sgo_en_wgs84(x, to = 4326)
An object of class sgo_points whose coordinates are defined as Longitude/Latitude.
sgo_points
A sgo_points object describing a set of points in the geodetic coordinate system EPSG=3857.
Numeric. Sets the epsg code of the destination Geodetic Coordinate System. 4326 (WGS84) by default. And currently doesn't support any other.
epsg
Currently converts ONLY from EPSG 3857 to 4326 (Longitude/Latitude).
IOGP Publication 373-7-2 - Geomatics Guidance Note number 7, part 2 (October 2020). https://epsg.org/guidance-notes.html
sgo_points, sgo_wgs84_en.
sgo_wgs84_en
p <- sgo_points(list(-11169055.58, 2810000.00), epsg=3857) res <- sgo_en_wgs84(p)
Run the code above in your browser using DataLab