powered by
Converts ETRS89 geodetic coordinates to ETRS89-LAEA Easting/Northing (EPSG:3035)
sgo_etrs_laea(x)
An object of class sgo_points whose coordinates are defined as Easting/Northing in the EPSG:3035 Projected Coordinate System.
sgo_points
A sgo_points object describing a set of points in the geodetic coordinate system EPSG=4258, 4937 or 4936.
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
p <- sgo_points(list(-3.9369, 56.1165), epsg=4258) prj <- sgo_etrs_laea(p)
Run the code above in your browser using DataLab