pypsa-meets-earth / network-comparison

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

Create algorithms to compare the networks #2

Closed davide-f closed 5 months ago

davide-f commented 7 months ago

There is the need to create algorithms to successfully make two networks (N1 and N2) comparable.

Each algorithm can be seen as a function A that takes in input N1&N2 and in outputs two mapped networks N1p and N2p that are comparable.

The comparability stands in the fect that the networks N1p and N2p shall have the name of the buses that match, hence: n1p.buses.index (=/equivalent) n2p.buses.index

GbotemiB commented 7 months ago

Happy to contribute here 👍🏼. Maybe with some help from Jess, I think she has more experience here 🙃

jessLryan commented 7 months ago

Absolutely happy to help :-)