longlat_to_UTM.Rd
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")
vector of X coordinates
vector of Y coordinates
one of c('m', 'km') returns UTM coordinates in meters or kilometers, respectively.