quickUTM: Find UTM zone

Description Usage Arguments Value

View source: R/quickUTM.R

Description

Uses longitude to identify the UTM zone and converts Long/Lat coords to UTMs. This function is buried in processMovedata

Usage

1
quickUTM(lon, lat, singlezone = TRUE, zone = NULL)

Arguments

singlezone

coerce all data to a single zone; default TRUE, if FALSE, each location gets its own zone, and the vector of UTM zones is returned.

zone

the zone to coerce to - if NULL (default), use the zone of the mid-point of the longitude

lon, lat

vectors of longitude and latitude.

Value

data frame with columns X and Y in automatically selected zone.


ABoVE-AotM/above documentation built on May 28, 2020, 6:08 a.m.