View source: R/dem_processing.R
get_outlets | R Documentation |
option 'strahler' extract all the basins of the given strahler order
get_outlets(st, strahler = NA, large = NA, elevation = NA, gisbase = NA)
st |
A SpatRaster multi-layers object from 'dem_process' |
strahler |
The Strahler order of the outlets to be extracted |
large |
The minimum size (in pixels) for the extraction of the largest possible set of basins |
elevation |
The elevation of the outlets |
gisbase |
In the case of elevation option, the directory path to GRASS binaries and libraries, containing bin and lib subdirectories among others |
option 'large' extract the largest possible basins from the DEM. The indicated minimum size should be larger than the accumulation threshold used to delineate the network.
option 'elevation' extract all outlets at a given elevation
a SpatVector with identified outlets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.