sgo_etrs_laea: ETRS89 to ETRS89-LAEA Easting/Northing

View source: R/sgo_laea.R

sgo_etrs_laeaR Documentation

ETRS89 to ETRS89-LAEA Easting/Northing

Description

Converts ETRS89 geodetic coordinates to ETRS89-LAEA Easting/Northing (EPSG:3035)

Usage

sgo_etrs_laea(x)

Arguments

x

A sgo_points object describing a set of points in the geodetic coordinate system EPSG=4258, 4937 or 4936.

Details

ETRS89-LAEA (EPSG:3035) is a CRS for pan-European statistical mapping at all scales or other purposes where true area representation is required.

Value

An object of class sgo_points whose coordinates are defined as Easting/Northing in the EPSG:3035 Projected Coordinate System.

References

IOGP Publication 373-7-2 - Geomatics Guidance Note number 7, part 2 (October 2020). https://epsg.org/guidance-notes.html)

See Also

sgo_points, sgo_area.

Examples

p <- sgo_points(list(-3.9369, 56.1165), epsg=4258)
prj <- sgo_etrs_laea(p)

sgo documentation built on Sept. 23, 2022, 5:08 p.m.