toUTM function

Re-project to appropriate UTM zone

Re-project to appropriate UTM zone

toUTM(sf_object)

Arguments

  • sf_object: an sf object

Returns

A transformed sf object

Examples

## 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)

Other functions in nhdR

Related functions from the same R package

  • Maintainer: Jemma Stachelek
  • License: GPL
  • Last published: 2023-08-12