hydromodpy.calibration.report#
Calibration session data structures and loaders.
Two concerns live here, both purely data-side:
CalibrationReport- structured return type ofrun_calibration_cliandProject.calibrate. Exposes session metadata plus lazy accessors for the iteration history and the bestRun.SessionReportData+load_session_report_data()- read one calibration session out of the workspace catalog and return a plain dataclass ready to be handed to the display layer for HTML rendering. The rendering itself lives inhydromodpy.reporting.calibration_report; this module never importshydromodpy.displayorhydromodpy.reporting.
Functions
|
Load all data needed to render an HTML report for one session. |
|
Return the canonical hex session id for |
Classes
|
Structured summary of one calibration session. |
|
Plain data extracted from one calibration session. |