UTM2LatLon: Coordinate transformations

View source: R/coord.transform.R

UTM2LatLonR Documentation

Coordinate transformations

Description

Transform UTM (Universal Transverse Mercator) coordinates to latitude and longitude

Usage

UTM2LatLon(x, y, zone, southhemi = FALSE, verbose = FALSE)

Arguments

x

The x coordinates (easting)

y

The y coordinates (northing)

zone

UTM zone

southhemi

if TRUE we are at the southern hemisphere

verbose

If TRUE, print out diagnosics

Author(s)

K. Tunheim

See Also

LatLon2UTM


metno/esd documentation built on Feb. 25, 2025, 6:44 p.m.