UTMToEPSG: EPGS code from UTM zone

View source: R/GPS.R

UTMToEPSGR Documentation

EPGS code from UTM zone

Description

Returns the EPSG code from UTM zone. EPSG code is: 32600+zone for positive latitudes and 32700+zone for negatives latitudes.

Usage

UTMToEPSG(zone, south = FALSE)

Arguments

zone

[integer(1)] the UTM zone.

south

[integer(1)] TRUE if the UTM is located in southern hemisphere.

Value

[integer(1)] The EPSG code.


emanuelhuber/RGPR documentation built on Feb. 20, 2025, 6:13 a.m.