[overview] OverviewConfig#
TOML section: [overview]
Pydantic model: OverviewConfig defined in hydromodpy.display.overview.config.
Overview report settings (watershed identity card).
Fields#
date_start
str | None default = None user source
Start of the overview window (ISO date, e.g. ‘2019-01-01’). Overview mode has no [simulation.time], so this is the date declaration every [data.<type>] section without a window of its own inherits. Must be declared together with date_end.
Example: "2019-01-01"
date_end
str | None default = None user source
End of the overview window (ISO date, e.g. ‘2025-12-31’). Overview mode has no [simulation.time], so this is the date declaration every [data.<type>] section without a window of its own inherits. Must be declared together with date_start.
Example: "2025-12-31"
regional_context_label
str | None default = None user source
Label used for the regional location figure.