Dashboard¶
- class pomato.visualization.Dashboard(pomato_instance, include_fbmc=False, **kwargs)¶
Dashboard of Pomato.
The Dashboard provides an interactive way to browse pomato results using the methods of
Visualization.The Dashboard consists of three pages:
Overview: Housing plots that visualizes general results like costs and total generation by type and allows to compare different results based on these metrics.
Generation: Shows generation over the model horizon for a specific results. All values are aggregated over the full model horizon.
Transmission: Shows power flows for a specific timestep and results.
FBMC: Allows to visualize flow based domains based on chosen basecase and parameters like GSK, minRAM etc. Allows to show location of market results in FB Domain.
- Parameters:
- pomato_instance
POMATOPomato instance that contains data and results.
- pomato_instance