sgo_laea_etrs: ETRS89-LAEA Easting/Northing to ETRS89 geodetic coordinates

View source: R/sgo_laea.R

sgo_laea_etrsR Documentation

ETRS89-LAEA Easting/Northing to ETRS89 geodetic coordinates

Description

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

Usage

sgo_laea_etrs(x)

Arguments

x

A sgo_points object describing a set of points in the projected coordinate system EPSG=3035.

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 Longitude/Latitude in the ETRS89 Coordinate Reference 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

prj <- sgo_points(list(3962799.45, 2999718.85), epsg=3035)
p <- sgo_laea_etrs(prj)

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