hydromodpy.data.common.progress#
Unified progress and logging interface for data managers.
Provides structured logging with visual hierarchy and optional tqdm progress bars for long-running operations. All output goes through the standard logging module - no print() calls.
Functions
|
Context manager for loading one variable type. |
|
Wrap an iterable with a tqdm progress bar for long loops. |
|
Log the outcome of a data phase. |
|
Log a sub-step within a data phase (visually indented). |