utm_zone | R Documentation |
For a line or polygon, the UTM zone of the centroid is given, after reprojecting the object into WGS-84.
utm_zone(x, y, proj4string = FALSE)
## S4 method for signature 'numeric,numeric'
utm_zone(x, y, proj4string = FALSE)
## S4 method for signature 'Spatial,missing'
utm_zone(x, proj4string)
x |
a longitude (with western hemisphere longitudes negative), or a
|
y |
a latitude (with southern hemisphere latitudes negative), or
missing (if x is a |
proj4string |
if FALSE (default) return the UTM zone as a string (for example "34S" for UTM Zone 34 South). If TRUE, return a proj4string using the EPSG code as an initialization string. |
Based on the code on gis.stackexchange.com at http://bit.ly/17SdcuN.
utm_zone(45, 10)
utm_zone(45, -10)
utm_zone(45, 10, proj4string=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.