Convert long, lat Locations to UTM coordinates and zones Returns a data frame containing the UTM values, the zone and the hemisphere associated with long lat coordinates.

longlat_to_UTM(long, lat, units = "m")

Arguments

long

vector of X coordinates

lat

vector of Y coordinates

units

one of c('m', 'km') returns UTM coordinates in meters or kilometers, respectively.