Description Usage Arguments Value
View source: R/convert_coordinates.R
This function loads a list or dataframe containing easting and northing and outputs longitude and latitude using the provided crs.
1 | east_north_to_long_lat(easting, northing, crs = 27700)
|
easting |
Easting is the eastward-measured distance (or the x-coordinate) |
northing |
Northing is the northward-measured distance (or the y-coordinate) |
crs |
Default is 27700 for United Kingdom |
Returns a dataframe with easting and northing converted to longitude and latitude
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.