hydromodpy.display.overview.panels#
Panel rendering functions for the overview report.
Each render_* function takes a matplotlib Axes and the data it needs
already converted to generic types (paths, DataFrames, GeoDataFrames). This
keeps the rendering decoupled from any state dataclass.
Functions
|
Render mean monthly precipitation and ETP bars side by side. |
|
Render a DEM raster with optional watershed outline, outlet and stations. |
|
Render a lithology map from a geology GeoDataFrame clipped to the bbox. |
|
Render a hydrography map - hillshade background, streams, outlet. |
|
Render ONDE flow-state observations as a step plot per station. |
|
Render a regional DEM context with the watershed footprint. |
|
Render a flat table listing every station (type, id, coords, period). |
|
Render the key watershed metrics as a two-column table. |
|
Render a multi-station time series panel (one line per column). |
|
Render water-quality observations grouped by parameter. |