aggregate_along_mainstems | R Documentation |
Given a set of ideal catchment sizes, plus the minimum allowable catchment size and segment length, aggregate the network along mainstems.
aggregate_along_mainstems( network_list, ideal_size_sqkm, 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 |
ideal_size |
The ideal size of output hydrofabric catchments |
term_cut |
cutoff integer to define terminal IDs |
a list containing aggregated and validated flowline and catchment sf
objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.