- Oct 11, 2024
-
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Preparing to add an optional argument.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Preparing the option to save the figures.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
-
- Sep 26, 2024
-
-
GUEZ Lionel authored
In method `__init__` of class `SHPC_class`. As a consequence, we remove the dummy argument `def_orient` of `__init__`.
-
- Sep 18, 2024
-
-
GUEZ Lionel authored
Do not try to plot grid bounding box if not `uniform_lon_lat`, for now.
-
- Aug 23, 2024
-
-
Lionel GUEZ authored
Useless since at least commit bff41cdd.
-
- Jul 10, 2024
-
-
GUEZ Lionel authored
-
GUEZ Lionel authored
-
GUEZ Lionel authored
`n_points` can be deduced from previous print, and `n_extr` has been printed too.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
If `l != 0` then `shape_rec.record.r_eq_area >= 0` so `n_points` was always equal to `n_points_valid`: no need for a separate variable.
-
GUEZ Lionel authored
Because the loop on shapes may take long.
-
- Jul 05, 2024
-
-
GUEZ Lionel authored
Note that, as each shapefile should have an associated DBF file with at least one field, we choose to put the SSH field in `cont_list_proj` and the speed field in `cont_list`.
-
- May 27, 2024
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- 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`.
-