utm {necountries} | R Documentation |
Universal Transverse Mercator projection
Description
utm
returns the relevant UTM crs (in the 'proj4string' form)
Usage
utm(x)
Arguments
x |
either an integer (from 1L to 60L) or a 'sf |
Details
There is one utm projections for each of the 60 zones that divide
the world. The zone can be indicated as an integer (ie 12L, and not
12) or can be computed from a sf
object
Value
a character string
a character (a crs i, the 'proj4string' format)
Examples
we <- countries("Western Europe")
utm(we)
utm(32L)
[Package necountries version 0.1-1 Index]