ntnuiotenergy/OpenEMPIRE

Streamlit: Showing transmission operational results

Opened this issue · 0 comments

Describe the Bug
When viewing results in streamlit, there is a bug for file 'transmission_operational'. The code tries to filter for a column named "Node", but columns are named "FromNode" and "ToNode" in file 'transmission_operational'.

To Reproduce
Steps to reproduce the behavior:

  1. Run EMPIRE
  2. View results with streamlit using command streamlit run app/main.py
  3. Scroll down to 'Operational results'
  4. See error

Expected Behavior
Need to consider a node pair when plotting transmission data.

Screenshots
Capture