UTM_zone: Find the UTM zone of latitude-longitude coordinates

Description Usage Arguments Value Examples

Description

UTM_zone finds the UTM timezone corresponding to the longitude locations given. Modified from Cyril Bernard.

Usage

1
UTM_zone(latitude, longitude)

Arguments

latitude

the latitude of location

longitude

the longitude of location

Value

a vector which first element is the zone and second the hemisphere

Examples

1
UTM_zone(45,12)

rpatin/gpstools documentation built on Sept. 25, 2021, 7:47 a.m.