sgo_en_wgs84 {sgo} | R Documentation |
Pseudo - Mercator to WGS84 Longitude/Latitude
Description
Converts Pseudo - Mercator coordinates to WGS84 (EPSG=4326)
Usage
sgo_en_wgs84(x, to = 4326)
Arguments
x |
A |
to |
Numeric. Sets the |
Details
Currently converts ONLY from EPSG 3857 to 4326 (Longitude/Latitude).
Value
An object of class sgo_points
whose coordinates are defined as
Longitude/Latitude.
References
IOGP Publication 373-7-2 - Geomatics Guidance Note number 7, part 2 (October 2020). https://epsg.org/guidance-notes.html
See Also
Examples
p <- sgo_points(list(-11169055.58, 2810000.00), epsg=3857)
res <- sgo_en_wgs84(p)
[Package sgo version 0.9.2 Index]