View source: R/utils-longlat_to_utm.R
longlat_to_UTM | R 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.
longlat_to_UTM(long, lat, units = "m")
long |
vector of X coordinates |
lat |
vector of Y coordinates |
units |
one of c('m', 'km') returns UTM coordinates in meters or kilometers, respectively. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.