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 May 13, 2024, 9:31 p.m.