watershedDelineation: Do Watershed Delineation 'watershedDelineation'

View source: R/GIS_delineation.R

watershedDelineationR Documentation

Do Watershed Delineation watershedDelineation

Description

Do Watershed Delineation watershedDelineation

Usage

watershedDelineation(
  fn.wbd,
  fnr.dem,
  fsp.outlets = NULL,
  dirout = tempdir(),
  dirtemp = tempdir(),
  FlowAccCell.min = NULL,
  plot = FALSE
)

Arguments

fn.wbd

file of watershed SpatialPolygons

fnr.dem

file of DEM in raster

fsp.outlets

file of watershed outlet

dirout

dir for out data(dem_filled.tif, dem_stm.shp, dem_wbd.shp, dem_outlets.shp) saved. Default = tempdir()

dirtemp

dir for temporary data save. Default = tempdir()

FlowAccCell.min

Minimum number of cells for river generation. Default = Number of DEM / 100

Value

list of path to dem-filled, wbd, riv, outlet


SHUD-System/SHUDtoolbox documentation built on Nov. 27, 2024, 5:54 a.m.