R/get_utm.R
get_utm.RdGet the appropriate UTM projection string given a longitude and latitude coordinate reference system values.
get_utm(lon, lat, units = "m")
| lon | Longitude coordinate |
|---|---|
| lat | Latitude coordinate |
| units | UTM measurements units. Default is |
A character string specifying the appropriate UTM projection
#