Convert_LL_to_UTM_Fn | R Documentation |
Convert_LL_to_UTM_Fn
converts from Latitude-Longitude to Universal Transverse Mercator projections for a given location
Convert_LL_to_UTM_Fn(Lon, Lat, zone = NA, flip_around_dateline = FALSE)
Lon |
vector of longitudes |
Lat |
vector of latitudes |
zone |
UTM zone (integer between 1 and 60) or alphanumeric CRS code used by package rgdal to convert latitude-longitude coordinates to projection in kilometers; |
flip_around_dateline |
boolean specifying whether to flip Lat-Lon locations around the dateline, and then retransform back (only useful if Lat-Lon straddle the dateline) |
A data frame with the following columns
The UTM eastings for each value of Lon
The UTM northings measured from the equator for each Lat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.