long_lat_to_east_north: Convert long (longitude) and lat (latitude) to easting and...

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
long_lat_to_east_north(long, lat, crs = 27700)

Arguments

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

Value

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


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