-
- Downloads
Separate the construction of `traj_vert_ind`
Separate the construction of `traj_vert_ind` and the definition of `traj_prop`. The motivation is to be able to create the files `*traj*.json` for only a component of the graph, so that `plot_traj.py` can plot the trajectories in a single component, with different colors for different trajectories. A side benefit is that the script `trajectories.py` becomes clearer. I have measured on the global graph for 1993-2023 that this modification does not make a significant change on the running time of the script.
Please register or sign in to comment