AddUTMCoordinates: Add UTM coordinates to a dataframe

Description Usage Arguments Value

View source: R/gis.R

Description

Adds UTM_lat and UTM_long values to a dataframe with "long", "lat" coordinates

Usage

1
AddUTMCoordinates(df, long, lat, crs)

Arguments

df

dataframe of location data

long

column name of longitude data, default = "lat"

lat

column name of latitude data, default = "long"

crs

Projected Coordinate System, default is "+proj=utm +zone=19 ellps=WGS84"

Value

The original locations df with "long_utm" and "lat_utm" values.


Blakemassey/gisr documentation built on Aug. 30, 2020, 12:14 a.m.