Convert utm zone to proj4string

utm_zone_to_proj4(utm_zone)

Arguments

utm_zone

UTM zone as numeric integer, or string

Value

The proj4string of the UTM Zone

Examples

utm_zone_to_proj4(32)
#> [1] "+proj=utm +zone=32 +datum=WGS84 +units=m +no_defs"