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

Polish

parent 748e7d40
No related branches found
No related tags found
No related merge requests found
......@@ -82,8 +82,9 @@ jonction. Ou bien utilisation de la fonction de coût de Le Vu (2018
k1000).
\verb+cost_function.py+. En extrayant les $10^6$ premières arêtes dans
le graphe des tourbillons instantanés, les tourbillons sont étalés sur
un an environ. Le graphe des segments contient environ \np{8e4}
le graphe des tourbillons instantanés du domaine global Aviso
1993-2023, les tourbillons sont étalés sur un an environ. Le graphe
des segments contient environ \np{8e4}
noeuds. Cf. \href{../experiences.ods}{expériences}.
Pour lire dans Networkx un graphe de Graph-tool créé par
......
......@@ -176,7 +176,7 @@
},
"Traj_component":
{
"description": "Recompute trajectories on an extracted component.",
"description": "Recompute trajectories on an extracted component. This is also an example where we have a splitting event immediately followed by a merging, but not a phantom pattern because the date interval is > 6.",
"command":
[
"$src_dir/Trajectories/trajectories.py",
......@@ -185,7 +185,7 @@
},
"Component_60148580":
{
"description": "The input file is extracted from Global_1993_2023/Graph_anti. This is a case where the test on in-degrees and out-degrees in trajectory.py is important.",
"description": "The input file is extracted from Global_1993_2023/Graph_anti. This is a case where the test on in-degrees and out-degrees in trajectories.py is important.",
"command":
[
"$src_dir/Trajectories/trajectories.py",
......
#!/usr/bin/env python3
import graph_tool
import csv
from graph_tool import topology
import pathlib
import sys
import graph_tool
from graph_tool import topology
if len(sys.argv) != 4:
sys.exit("Required arguments: input-file node-number output-file")
......
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