Description Usage Arguments Details Value Author(s) Examples
Converts geographic coordinates to Gauss-Krueger-Coordinates.
1 | util.geoco2gk(x,y, meridian=4)
|
x |
A vector of longitudes to transform. |
y |
A vector of latitudes to transform. |
meridian |
The referenced meridian for Gauss-Krueger-Coordinates. |
Converts geographic coordinates (longitude, latitude) to Gauss-Krueger-Coordinates (‘Rechtswert’, ‘Hochwert’) referenced by a given meridian.
A matrix containing the the ‘Rechtswert’ of the Gauss-Krueger-Coordinates in its first column and the ‘Hochwert’ in its second column.
Daniel Doktor, Maximilian Lange
1 2 3 | x <- c(51.3, 54.7)
y <- c(12.3, 13.5)
gk.xy <- util.geoco2gk(x,y,4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.