Skip to content
Snippets Groups Projects
  1. Jul 10, 2024
    • GUEZ Lionel's avatar
      Remove variable `n_points` · f0eda4e7
      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.
      f0eda4e7
    • GUEZ Lionel's avatar
      Print earlier · ffd3fbbf
      GUEZ Lionel authored
      Because the loop on shapes may take long.
      ffd3fbbf
  2. Jul 05, 2024
  3. May 27, 2024
  4. May 10, 2024
  5. Apr 27, 2024
  6. Apr 26, 2024
  7. Feb 21, 2024
  8. Feb 13, 2024
  9. Feb 12, 2024
  10. Nov 28, 2023
    • Lionel GUEZ's avatar
      Blacken · 78f5fff8
      Lionel GUEZ authored
      78f5fff8
    • Lionel GUEZ's avatar
      Follow PEP 8 - Code lay-out - Imports · 83f9fb34
      Lionel GUEZ authored
      83f9fb34
    • Lionel GUEZ's avatar
      Move functions to `util_eddies.py` · af3e3abd
      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`.
      af3e3abd
  11. Oct 12, 2023
    • Lionel GUEZ's avatar
      Move functions out of repository · 26a986ca
      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.
      26a986ca
  12. Sep 15, 2023
  13. Sep 05, 2023
  14. Jul 13, 2023
  15. Jun 23, 2023
  16. Jun 02, 2023
    • Lionel GUEZ's avatar
      Remove option `--dashed` · 783ee368
      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.
      783ee368
    • Lionel GUEZ's avatar
      Add function annotations · 6ae3813b
      Lionel GUEZ authored
      6ae3813b
    • Lionel GUEZ's avatar
      Polish · a21b1f23
      Lionel GUEZ authored
      a21b1f23
Loading