get_utm_zone: Return UTM Zone

View source: R/geography.R

get_utm_zoneR Documentation

Return UTM Zone

Description

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.

Usage

get_utm_zone(lon)

Arguments

lon
  • Decimal degree longitude value

Details

Input a longitude (decimal degree) coordinate and this simple function returns the number of the UTM zone where that point falls.

Value

The function returns a numeric UTM zone (between 1 and 60).


nationalparkservice/IMDQC documentation built on March 29, 2025, 10:54 p.m.