| Index2GK | R Documentation | 
This function accepts indices that are within the FarmData space and converts them to a pair of Gauss-Kruger (GK) coordinates.
Index2GK(X, Y)
| X | a numeric value for the 'X' value in the FarmData space. | 
| Y | a numeric value for the 'Y' value in the FarmData space. | 
Assumes that the GK zone is EPSG 31467. References to indices are valid if the full data set is loaded, see FarmData and AcquireData.
For index values between 1 and 3,250 for X and between 1 and 4,400 for Y, returns Gauss-Kruger coordinates valid in the EPSG 31467 coordinate system.
Carsten Croonenbroeck
GK2Index for the inverse.
Index2GK(1, 4400) # Will return c(3280000, 5230000), the lower left point. Index2GK(3250, 1) # Will return c(3929800, 6109800), the top right point.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.