@speleotica/utm
v1.0.0
Published
utils for working with UTM coordinates
Downloads
2
Readme
@speleotica/utm
A few utilities for working with Univeral Transverse Mercator coordinates
getUTMZone(longitude: number latitude: number): number
Returns the UTM zone containing the given longitude
and latitude
(in degrees)
getCentralMeridian(utmZone: number): number
Returns the longitude of the central meridian of the given utmZone
(in degrees)