TulipaEnergyModel.jl icon indicating copy to clipboard operation
TulipaEnergyModel.jl copied to clipboard

Return tables (a.k.a. DuckDB) or dataframes as the output format

Open abelsiqueira opened this issue 1 year ago • 6 comments

Define the output format for downstream analysis and visualization.

@suvayu said: Learn from HyChain WP2

abelsiqueira avatar Sep 20 '23 15:09 abelsiqueira

Blocked until #237

clizbe avatar Nov 08 '23 10:11 clizbe

@gzclarence, which data would be useful to export?

abelsiqueira avatar Nov 22 '23 15:11 abelsiqueira

@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

gzclarence avatar Nov 23 '23 10:11 gzclarence

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

datejada avatar Jan 17 '24 08:01 datejada

Action: return DataFrames as an output 😄

datejada avatar Mar 18 '24 08:03 datejada

Part of Epic issue #547

datejada avatar Apr 08 '24 09:04 datejada