pypsa-meets-earth / network-comparison

GNU General Public License v3.0
2 stars 4 forks source link

Create backbone architecture #3

Closed davide-f closed 3 months ago

davide-f commented 5 months ago

For the network comparison, the backbone architecture is needed to enable the loading of raw data, the processing and the output creation.

The backbone shall have the following structure

  1. Input loading (e.g network n1, n2)
  2. Load input parameters, e.g. selected algorithms etc
  3. Load the algorithms and execute the selected one
  4. Execute the tabular and visualization functions to output the numerical and qualitative comparisons of the networks

The structure may be well be obtained using a notebook for interaction. Additional auxiliary scripts may be also considered to ease and simplify the notebook.