Skip to content

hydroloom 1.1.2

Choose a tag to compare

@dblodgett-usgs dblodgett-usgs released this 20 Feb 12:17
· 113 commits to main since this release
ebcf846

Hydroloom 1.1.2 introduces new functionality in accumulate_downstream(), reworks the make_index_ids(),
and deprecates make_fromids() and format_index_ids() for clarity of package function. Deprecated functions
will be removed in the next major version release.

  • subset_network() has been added to support subsetting networks to include all diversions that emanate from the basin. -- #60
  • accumulate_downstream() now supports "total upstream" and "divergence routed" accumulation. -- #17
  • make_index_ids() has been rewritten. It now uses four modes ("to", "from", and "both").
  • make_fromids() is deprecated in favor of make_index_ids() with mode = "from".
  • format_index_ids() is deprecated. The *_list element of make_index_ids() can be unnested instead.