utmTransform: Transforming Coordinates To and From lat-long and x-y

Description Usage Arguments Details Value Author(s) See Also

View source: R/functions.R

Description

function to transform to and from geographic lat-long to UTM x-y

Usage

1
utmTransform(cWHT, from = "lat-long", to = "x-y")

Arguments

cWHT

data frame as generated by the makeTable function

from

string specifying CRS of coordinates in cWHT

to

string specifying CRS of coordinates desired in output

Details

from and two must be different from one another and can be either "lat-long" or "x-y". The default is from lat-long to x-y.

Value

a data frame

Author(s)

Adam Cagle

See Also

spTransform


R-S-C/wellpad documentation built on Oct. 30, 2019, 10:45 p.m.