openairclim.gui.tabs.results

Results tab: explore OpenAirClim simulation output.

Loading is explicit (two buttons: “Load from config” / “Browse…”) rather than automatic on every config edit. Files are also loaded eagerly rather than lazily, so the underlying file handle is closed immediately after reading and never blocks a later run.

openairclim.gui.tabs.results.panel(state)[source]

Return the results tab content.

Parameters:

state (AppState) – Shared application state.