get_utm_zone | R Documentation |
get_utm_zone()
replaces convert_long_2_utm()
as this
function name is more descriptive. get_utm_zone()
takes a longitude
coordinate and returns the corresponding UTM zone.
get_utm_zone(lon)
lon |
|
Input a longitude (decimal degree) coordinate and this simple function returns the number of the UTM zone where that point falls.
The function returns a numeric UTM zone (between 1 and 60).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.