Skip to content
Snippets Groups Projects
Commit d8017f69 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Polish

parent caa042e4
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,9 @@ import networkx as nx
if len(sys.argv) != 2:
sys.exit("Required argument: directory containing triplet of "
"shapefiles, result of extracting the eddies at all dates")
"shapefiles, with visible eddies at all dates")
print("Reading edgelist.csv in current directory...")
G = report_graph.read_eddy_graph("edgelist.csv", sys.argv[1])
color_iter = itertools.cycle(('#1f77b4', '#aec7e8', '#ff7f0e', '#ffbb78',
'#2ca02c', '#98df8a', '#d62728', '#ff9896',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment