quintel / etsource

Data source for the Energy Transition Model
https://energytransitionmodel.com/
MIT License
12 stars 8 forks source link

Fixing gas flows in Sankey energy overview #3051

Closed kaskranenburgQ closed 1 month ago

kaskranenburgQ commented 1 month ago

This PR aims to fix the gas flows in the energy overview as described in Issue #2999 It does this by altering the final_demand_of_natural_gas_insector_ queries and the final_demand_of_biomass_products_insector_ queries.

The altered queries are also used in the graph final_demand_mekko_energetic. In this graph the old queries did make some sense since they were placed under the label 'network_gas' and not 'natural_gas'. This means that we either need to create different queries for the sankey overview or that we need to change the label 'network_gas' to 'natural_gas' in the final_demand_mekko_energetic. What do you think @mabijkerk ?

kaskranenburgQ commented 1 month ago

In discussion with @mabijkerk we have decided to close this PR. Since in the sankey download these flows are shown correctly, we can use those queries to visualize the biogas flows.