convert_coordinates: Convert coordinates from Gauss-Krueger to WGS84.

View source: R/convert_coordinates.R

convert_coordinatesR Documentation

Convert coordinates from Gauss-Krueger to WGS84.

Description

Convert coordinates from Gauss-Krueger to WGS84.

Usage

convert_coordinates(.gk.rw = NULL, .gk.hw = NULL)

Arguments

.gk.rw

A numeric vector of Gauss Krueger Rechtswert coordinates.

.gk.hw

A numeric vector of Gauss Krueger Hochwert coordinates.

Examples

convert_coordinates(.gk.rw = 3557875, .gk.hw = 5541342)
# lat <- 50.0056; lng <- 9.806289

markusdumke/rgeo documentation built on Jan. 25, 2024, 10:52 p.m.