Commit b13d2f21 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

implement functionality to generate temporal masks from conditions

This functionality is inherited from `evalhyd-cli`. It allows the user
to provide conditions as strings to specify how to generate temporal
subsets. Conditions can be based on observed streamflow values (e.g.
q>800, q<=120) or on time indices (e.g. to select particular events).

This functionality is made available both for determinist and
probabilist evaluation, unlike in  `evalhyd-cli` where it was only
available for probabilist evaluation.

This is documented in the docstrings, and new unit tests are written.
No related merge requests found
Pipeline #38731 passed with stages
in 3 minutes and 2 seconds
Showing with 583 additions and 14 deletions
+583 -14
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment