TulipaEnergy / TulipaEnergyModel.jl

An energy system optimization model that is flexible, computationally efficient, and academically robust.
Apache License 2.0
17 stars 17 forks source link

Return dataframes as the output format #115

Open abelsiqueira opened 9 months ago

abelsiqueira commented 9 months ago

Define the output format for downstream analysis and visualization.

@suvayu said: Learn from HyChain WP2

clizbe commented 7 months ago

Blocked until #237

abelsiqueira commented 7 months ago

@gzclarence, which data would be useful to export?

gzclarence commented 7 months ago

@gzclarence, which data would be useful to export?

I would like to plot the solution. Principally, I would like to export all the information in the solution. I can give examples like:

  1. Series plot of production of a technology (flow) over the (base/atomic) time steps.
  2. Geographical distribution of the accumulated production. (I can handle the geo map. But again, I need the series of production to get the sum).

I hope this helps. I will try to make my own export function. And in the next meeting we can discuss in person how it goes. :D

datejada commented 5 months ago

Plot functions were added in #191 The output to CSV is tackled in #295

datejada commented 3 months ago

Action: return DataFrames as an output 😄

datejada commented 2 months ago

Part of Epic issue #547