View source: R/dem_processing.R
get_network | R Documentation |
This function relies on the following GRASS GIS modules : r.stream.order (add-on to be installed)
get_network(st, gisbase, clip = FALSE)
st |
A SpatRast object from 'process_dem' |
gisbase |
The directory path to GRASS binaries and libraries, containing bin and lib sub-directories among others |
clip |
Remove parts with incomplete contributing areas (logical, default FALSE) |
A SpatVector with the corresponding network. The attribute table contains information about network topology.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.