Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: graphML file issue regarding fuel nodes #200

Open
Timon-R opened this issue Oct 9, 2023 · 0 comments
Open

[Bug]: graphML file issue regarding fuel nodes #200

Timon-R opened this issue Oct 9, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Timon-R
Copy link

Timon-R commented Oct 9, 2023

The Issue

The graphML file (output of the visualisation function to represent the reference energy system) does not include a fuel description.
This makes it more difficult to work with the file in programs like yEd as the nodes for the fuels don't have any data in regard to their desription.
The fuel description is only added as an ID but not as a readable key, which is different for technologies and emissions.
See output below.

Expected Behavior

The ID of a node can't be displayed using yEd, therefore the desription of a fuel is not available.

Steps To Reproduce

Run the visualisation command and try to use the graphML file in yEd or equivalent software.

Log output

<node id="SEWSSTPH1">
      <data key="d0">technology</data>
      <data key="d1">yellow</data>
      <data key="d2">rectangle</data>
      <data key="d3">filled</data>
      <data key="d4">SEWSSTPH1</data>
    </node>
    <node id="DKBF">
      <data key="d0">fuel</data>
      <data key="d3">filled</data>
      <data key="d2">circle</data>
      <data key="d5">0.1</data>
      <data key="d6">0.1</data>
      <data key="d4" />
    </node>

Operating System

Windows

What version of otoole are you running?

1.1.0

Possible Solution

Add the name of the fuel for key d4 just like for technologies and emissions like this:

fuel
filled
circle
0.1
0.1
DKBF

Anything else?

No response

@Timon-R Timon-R added the bug Something isn't working label Oct 9, 2023
@willu47 willu47 self-assigned this Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants