hydromodpy.calibration.reporting.network_transient.io#
CSV/JSON/TOML readers, artifact inspection and small parsing helpers.
Functions
|
Format an integer-like value with thousands separators; '-' when missing. |
|
Coerce a value to float; return |
|
Infer the project root from the real_runs directory. |
|
Return the default score-table paths under one real_runs root. |
|
Return the default truth-package paths under one real_runs root. |
|
Return the first existing path, or None. |
|
Return the first score table with at least one completed row. |
|
Format a value as a short fixed-or-scientific string; empty when NaN. |
|
Inspect whether the standard network/transient HTML artifacts are present. |
|
Read a CSV as a list of OrderedDict rows; empty when missing. |
|
Read a JSON dict; empty when missing. |
|
Read a TOML dict; empty when missing. |
|
Read the synthetic truth Q_total_release column from a CSV. |
Classes
|
Resolved artifact contract for one network/transient HTML report. |