east_north_to_long_lat: Convert easting and northing to longitude and latitude.

Description Usage Arguments Value

View source: R/convert_coordinates.R

Description

This function loads a list or dataframe containing easting and northing and outputs longitude and latitude using the provided crs.

Usage

1
east_north_to_long_lat(easting, northing, crs = 27700)

Arguments

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

Value

Returns a dataframe with easting and northing converted to longitude and latitude


tayoso2/sfXtra documentation built on Dec. 23, 2021, 7:50 a.m.