get_utm_zone | R Documentation |
Get the UTM zone of a spatial object
get_utm_zone(x)
x |
Bounding box or geometry object |
The EPSG code of the UTM zone
# Get EPSG code for UTM zone of Bucharest
bb <- get_osm_bb("Bucharest")
get_utm_zone(bb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.