View source: R/projection_conversions.R
wgs84_to_osgb36 | R Documentation |
These functions use spatial libraries to do the coordinate conversion so the sometimes many-step calculations do not have to be maintained.
wgs84_to_osgb36(y, x)
osgb36_to_wgs84(x, y, string = FALSE)
os_grid_to_osgb36(grid_reference)
nztm_to_wgs84(x, y, string = FALSE)
wgs84_to_nztm(y, x)
y |
Coordinate component in the y-dimension. |
x |
Coordinate component in the x-dimension. |
string |
Should the return be a string rather than a data frame? |
grid_reference |
UK grid reference. |
Data frame or character vector.
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.