View source: R/LatLonToUTMEPSGCode.R
LatLonToUTMEPSGCode | R Documentation |
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
LatLonToUTMEPSGCode(lat, lon)
lat |
The WGS84 latitude as a numeric value |
lon |
The WGS84 longitude as a numeric value |
A numeric ESPG UTM code
UTM <- LatLonToUTMEPSGCode(45.33145,-18.33557)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.