powered by
Converts ETRS89-LAEA Easting/Northing to ETRS89 geodetic coordinates (EPSG:4258)
sgo_laea_etrs(x)
An object of class sgo_points whose coordinates are defined as Longitude/Latitude in the ETRS89 Coordinate Reference System.
sgo_points
A sgo_points object describing a set of points in the projected coordinate system EPSG=3035.
ETRS89-LAEA (EPSG:3035) is a CRS for pan-European statistical mapping at all scales or other purposes where true area representation is required.
IOGP Publication 373-7-2 - Geomatics Guidance Note number 7, part 2 (October 2020). https://epsg.org/guidance-notes.html
sgo_points, sgo_area.
sgo_area
prj <- sgo_points(list(3962799.45, 2999718.85), epsg=3035) p <- sgo_laea_etrs(prj)
Run the code above in your browser using DataLab