LonLat2GK: Converts longitude/latitude coordinates to Gauss-Kruger...

View source: R/Functions.R

LonLat2GKR Documentation

Converts longitude/latitude coordinates to Gauss-Kruger coordinates.

Description

This function accepts a pair longitude (decimal system, east) and latitude (decimal system, north) coordinates and converts them to Gauss-Kruger (GK) coordinates by performing re-projection.

Usage

LonLat2GK(Lon, Lat)

Arguments

Lon

longitude value (decimal system, east).

Lat

latitude value (decimal system, north).

Details

The resulting values are in GK zone EPSG 31467.

Value

Returns a vector of two values where X is first, Y second.

Author(s)

Carsten Croonenbroeck

See Also

GK2LonLat for the inverse.

Examples

LonLat2GK(12.09750, 54.07548) # Will return c(3702793, 5998320).

wflo documentation built on Jan. 15, 2023, 5:10 p.m.

Related to LonLat2GK in wflo...