LatLonToUTMEPSGCode: UTM zone finder

View source: R/LatLonToUTMEPSGCode.R

LatLonToUTMEPSGCodeR Documentation

UTM zone finder

Description

Find UTM EPSG code from Latitude and Longitude coordinates (EPSG 4326 WGS84) (vectorised) Source: https://geocompr.robinlovelace.net/reproj-geo-data.html Source: https://gis.stackexchange.com/questions/13291/computing-utm-zone-from-lat-long-point

Usage

LatLonToUTMEPSGCode(lat, lon)

Arguments

lat

The WGS84 latitude as a numeric value

lon

The WGS84 longitude as a numeric value

Value

A numeric ESPG UTM code

Examples

UTM <- LatLonToUTMEPSGCode(45.33145,-18.33557)



HiDef-Aerial-Surveying/HiDEF documentation built on Nov. 21, 2023, 5:54 a.m.