wlwardiary / cable2graph

WikiLeaks Cablegate Reference Network Visualization : cables.csv to graph to svg/html5
https://dataporn.tumblr.com
29 stars 3 forks source link

import edge betweenness #29

Open wlwardiary opened 11 years ago

wlwardiary commented 11 years ago

Changing the reference network to a directed graph will mean a re-calculation of the node and edge betweenness.

For better performance this is done with the python-graph tool and not with igraph. Currently only the node values are read into the graph, not the edge values.