Command Line

evalhyd-cli is a command line executable to evaluate deterministic and probabilistic streamflow predictions.

Getting started

Brief usage overview

Deterministic evaluation
$ evalhyd evald "obs.csv" "prd.csv" "NSE"
{{{ 0.862981}}}
Probabilistic evaluation
$ evalhyd evalp "./obs/" "./prd/" "BS" \
> --q_thr "./thr/" --events "high"
{{{{{ 0.222222,  0.133333}}}}}