Function to convert Eastings / Northings to Lat / Long
Source:R/latlng_eastnorth.R
convert_lnglat.Rd
convert_lnglat
converts columns containing Eastings and Northings in a dataframe to columns containing Longitude and Latitude
Arguments
- df
A dataframe with at least 2 columns
- easting
Column containing Easting
- northing
Column containing Northing
Value
Output is a dataframe identical to the input dataframe with two additional columns, 'Long' and 'Lat'.