powered by
Converts geographic coordinates to Gauss-Krueger-Coordinates.
util.geoco2gk(x,y, meridian=4)
A vector of longitudes to transform.
A vector of latitudes to transform.
The referenced meridian for Gauss-Krueger-Coordinates.
A matrix containing the the ‘Rechtswert’ of the Gauss-Krueger-Coordinates in its first column and the ‘Hochwert’ in its second column.
Converts geographic coordinates (longitude, latitude) to Gauss-Krueger-Coordinates (‘Rechtswert’, ‘Hochwert’) referenced by a given meridian.
# NOT RUN { x <- c(51.3, 54.7) y <- c(12.3, 13.5) gk.xy <- util.geoco2gk(x,y,4) # }
Run the code above in your browser using DataLab