knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

demdrainer

Travis build status Coverage status

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("bocinsky/demdrainer")

Drain a DEM

  library(magrittr)
  library(demdrainer)
  library(mapview)
  library(leafsync)

  dem <- FedData::get_ned(demdrainer::mcphee, label = "McPhee")

  drained_dem <- drain_dem(dem, label = "McPhee")

  sync(mapview(dem), mapview(drained_dem))

Contributing

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



bocinsky/demdrainer documentation built on June 4, 2020, 3:54 p.m.