collapse_network_inward | R Documentation |
Headwaters are those segments in which there are no inflows (!ID %in% toID). This function removes and normalizes the network list to collapse headwater locations that violate prescribed minimum length and area thresholds.
collapse_network_inward( network_list, min_area_sqkm, min_length_km, verbose = TRUE )
network_list |
a list containing flowline 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 |
list of sf objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.