toUTM | R Documentation |
Re-project to appropriate UTM zone
toUTM(sf_object)
sf_object |
an sf object |
A transformed sf object
## Not run:
data(gull)
gull_ <- gull$sp$NHDWaterbody
st_crs(gull_)
gull_ <- st_transform(gull_, 4326)
st_crs(gull_)
st_crs(toUTM(gull_[1, ]))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.