Convert_LL_to_EastNorth_Fn | R Documentation |
Convert_LL_to_EastNorth_Fn
converts from Latitude-Longitude to World Geodetic System Eastings-Northings for a given location
Convert_LL_to_EastNorth_Fn(Lon, Lat, crs = NA)
Lon |
vector of longitudes |
Lat |
vector of latitudes |
crs |
EPSG reference for coordinate reference system (CRS) defining Eastings-Northings after transformation |
A data frame with the following columns
The eastings for each value of Lon (in kilometers)
The northings for each value of Lat (in kilometers)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.