nhdR (version 0.6.1)

toUTM: Re-project to appropriate UTM zone

Description

Re-project to appropriate UTM zone

Usage

toUTM(sf_object)

Value

A transformed sf object

Arguments

sf_object

an sf object

Examples

Run this code
if (FALSE) {
data(gull)
gull_ <- gull$sp$NHDWaterbody
st_crs(gull_)
gull_ <- st_transform(gull_, 4326)
st_crs(gull_)
st_crs(toUTM(gull_[1, ]))
}

Run the code above in your browser using DataLab