longlat_to_UTM: Convert long, lat Locations to UTM coordinates and zones...

View source: R/utils-longlat_to_utm.R

longlat_to_UTMR Documentation

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.

Description

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.

Usage

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.


trashbirdecology/bbsebird documentation built on June 30, 2022, 12:18 a.m.