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 | long_lat_to_east_north(long, lat, crs = 27700)
|
long |
numerical string(s) consisting geographic coordinate specific to the east-west position of a point on the Earth's surface |
lat |
numerical string(s) consisting geographic coordinate specific to the north-south position of a point on the Earth's surface |
crs |
Default is 27700 for United Kingdom |
Returns a dataframe with longitude and latitude converted to easting and northing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.