LonLat2GK {wflo} | R 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).
[Package wflo version 1.9 Index]