geo2utm | R Documentation |
Finds the UTM zone for a geographic coordinate
geo2utm(x, lat = NULL)
x |
Longitude in decimal degrees. Can also be a numeric vector of length 2 containing longitude and latitude values. |
lat |
Latitude in decimal degrees (omit if x is a vector of long and lat) |
This will return the EPSG number of the UTM zone in which x
falls
The EPSG number of the correct UTM zone
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.