View source: R/GIS_delineation.R
watershedDelineation | R Documentation |
watershedDelineation
Do Watershed Delineation
watershedDelineation
watershedDelineation(
fn.wbd,
fnr.dem,
fsp.outlets = NULL,
dirout = tempdir(),
dirtemp = tempdir(),
FlowAccCell.min = NULL,
plot = FALSE
)
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 |
list of path to dem-filled, wbd, riv, outlet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.