Get the UTM zone of a spatial object
Arguments
- x
Object in any class accepted by
as_bbox()
Examples
# Get EPSG code for UTM zone of Bucharest
bb <- get_osm_bb("Bucharest")
get_utm_zone(bb)
#> [1] 32635
Get the UTM zone of a spatial object
Object in any class accepted by as_bbox()
# Get EPSG code for UTM zone of Bucharest
bb <- get_osm_bb("Bucharest")
get_utm_zone(bb)
#> [1] 32635