epsg_for_utm | R Documentation |
The function determines the UTM zone for the mid-point of x
.
epsg_for_utm(x, crs = 4326)
x |
A numerical two-dimensional object
(a |
crs |
An object which is a crs or from which one can be derived.
|
The EPSG code as integer value.
The python package utm-zone by Per Liedman available at https://pypi.org/project/utm-zone.
utm_zone
locations <- matrix(
data = c(-120.325, -111.245, 39.855, 36.753),
nrow = 2
)
epsg_for_utm(locations)
sf::st_crs(epsg_for_utm(locations))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.