- May 10, 2024
-
-
Lionel GUEZ authored
Return `i_slice` instead. Since `i_slice` is now computed inside `select_ishapes`.
-
Lionel GUEZ authored
Return `i_slice` instead. Since getting `i_slice` is now cheaper.
-
Lionel GUEZ authored
Instead of defining `self._n_dates` with zeroes. So we do not need the function `get_n_dates` any longer.
-
Lionel GUEZ 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.
-
- Apr 26, 2024
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Except with option `-i`, which still assumes slice 0.
-
- Feb 21, 2024
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Note that llcrnrlat and urcrnrlat were not used.
-
- Feb 13, 2024
-
-
Lionel GUEZ authored
-
- Feb 12, 2024
-
-
Lionel GUEZ authored
Previously the script worked only for dates in slice 0.
-
Lionel GUEZ authored
It seems clearer here.
-
Lionel GUEZ authored
Preparing for dates at different slices, which will need different readers.
-
- 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`.
-
- Oct 12, 2023
-
-
Lionel GUEZ authored
Move functions `plot_distr_funct`, `fig_hist` and `fig_distr_funct` to module `jumble_matplotlib`, out of this repository, because they are of more general interest.
-
- Sep 15, 2023
-
-
Lionel GUEZ authored
Do not modify dummy argument x of `plot_distr_funct`.
-
- Sep 05, 2023
-
-
Lionel GUEZ authored
-
- Jul 13, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
We now want the default behaviour to be renumber. `SHPC_class` expects sequential eddy indices from 1.
-
- Jun 23, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
The corresponding modules are not used in the functions.
-
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.
-
Lionel GUEZ authored
Create function `plot_grid_points` from code which was in the "script portion" of the module. This new function could be useful when importing the module for interactive work. Also, creating this function clarifies the module.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
This is the same as the number of extrema, since commit f7c5ec74.
-
Lionel GUEZ authored
-
- Jun 02, 2023
-
-
Lionel GUEZ authored
Remove option `--dashed` of script `plot_eddy_contours.py`. This option was added in commit 5e0e0deb. The dummy argument dashed of function snapshot is useful because we can call snapshot several times on the same axes from elsewhere, but I do not see how the option `--dashed` of script `plot_eddy_contours.py` is useful, since we create a new figure when we run the script.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- May 24, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Create a new figure in function `plot_distr_funct` if ax is None.
-
- May 23, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-