- Aug 23, 2024
-
-
Lionel GUEZ authored
To function `plot_single_traj`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
To function `plot_single_traj`.
-
- Jul 10, 2024
-
-
GUEZ Lionel authored
-
GUEZ Lionel authored
-
- Apr 27, 2024
-
-
Lionel GUEZ authored
`comp_ishape` can now compute `i_slice`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Compute `i_slice` in `comp_ishape` if `i_slice` is None. Add default value of None for dummy argument `i_slice`.
-
Lionel GUEZ authored
Move dummy argument `i_slice` of function `comp_ishape` to last position. Because we are going to add a default value.
-
- Mar 01, 2024
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Feb 12, 2024
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Jan 03, 2024
-
-
Lionel GUEZ authored
-
- Nov 28, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Move functions `node_to_date_eddy` and `date_eddy_to_node` from script `report_graph.py` to script `util_eddies.py`. `util_eddies.py` contains more basic functions, it only imports shapefile. `report_graph.py` imports networkx. It was not convenient nor meaningful to require networkx for scripts that use `node_to_date_eddy` or `date_eddy_to_node`.
-
- Nov 23, 2023
-
-
Lionel GUEZ authored
Read orientation from `expanded_traj.json`.
-
- Oct 12, 2023
-
-
Lionel GUEZ authored
This is convenient for scripts `plot_traj.py`, `filter_traj.py` and for hacking with function `get_duration` of `plot_traj.py`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
So we can better distinguish initial position from small islands on the map.
-
- Sep 12, 2023
-
-
Lionel GUEZ authored
This is useful for hacking.
-
Lionel GUEZ authored
The downside is that we store all duration values.
-
Lionel GUEZ authored
Test `args.min_duration` outside the loop on `expanded_traj`. Clearer.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Jun 23, 2023
-
-
Lionel GUEZ authored
Invert order of dummy arguments orientation and layer of method `get_reader`. Take the same order than in the path. `orientation` was at the end because, at first, in commit d858fb72, it was an optional argument.
-
- Mar 21, 2023
-
-
Lionel GUEZ authored
On second thought, I find the default value confusing. We are reverting commit b328ab6f.
-
Lionel GUEZ authored
Otherwise we can have a line across the globe between two points with longitudes close to -180° and 180°.
-
Lionel GUEZ authored
-
- Mar 16, 2023
-
-
Lionel GUEZ authored
Simpler because that is what the plot command needs.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Mar 15, 2023
-
-
Lionel GUEZ authored
Because we are going to define a function.
-