openairclim.gui.app

Assemble the OpenAirClim GUI application.

openairclim.gui.app.build_app(config_path=None, results_path=None, theme='default')[source]

Return the top-level Panel template.

Parameters:
  • config_path (str, optional) – Config file to pre-load.

  • results_path (str, optional) – Output file to pre-load.

  • theme (str, optional) – Colour theme, “default” (light) or “dark”. Defaults to “default”.

Returns:

The assembled application.

Return type:

pn.template.FastListTemplate