pypsa-meets-earth / network-comparison

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

create method which compares graph properties of each network to the merged network #6

Open jessLryan opened 5 months ago

jessLryan commented 5 months ago

Once we have merged the original pair of networks n1 and n2 to form n3, we wish to compare each network to n3. For now, let’s also compare the networks to each other directly. One aspect of this comparison is to compare graph theoretic properties of the networks e.g. number of nodes, average degree, number of edges, the connectedness of each network (e.g. number of connected components). For now, let’s simply print out the result of the comparison. Let’s compare the full networks at the moment - in the future we may wish to compare by country for example.

GbotemiB commented 4 months ago

I have been doing some reading on graph theories.

I also think it is related to #2