build_collapse_table | R Documentation |
Identifies small (pathlength or area) headwater catchments and returns a data.frame with the current ID and the feature ID it should collapse into (becomes). Headwaters are segments in which there are no inflows (!ID %in% toID).
build_collapse_table(network_list, min_area_sqkm = 3, min_length_km = 1)
network_list |
a list containing flowpath and catchment |
min_area_sqkm |
The minimum allowable size of the output hydrofabric catchments |
min_length_km |
The minimum allowable length of the output hydrofabric flowlines |
a 2 column data.frame with id, becomes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.