Skip to content
Snippets Groups Projects
  1. Jun 15, 2021
  2. Jun 07, 2021
    • Lionel GUEZ's avatar
      Rename k1 to `d_init`, `k_min` to `d_min` etc. · aa9a6db8
      Lionel GUEZ authored
      Rename k1 to `d_init`, `k_min` to `d_min`, `k_max` to
      `d_max`. Continuing the change in commit fdd8a7ea. k would be for date
      index rather than number of days since 1950-1-1. As a consequence, we
      also change option `-k` to `-d`, and we remove the short option for
      `--dashed`.
      aa9a6db8
  3. May 31, 2021
  4. May 21, 2021
  5. May 20, 2021
  6. Mar 24, 2021
  7. Mar 13, 2021
  8. Feb 16, 2021
  9. Feb 15, 2021
  10. Feb 12, 2021
    • Lionel GUEZ's avatar
      Add save option · 90a4d784
      Lionel GUEZ authored
      Useful for automated test. See also commit 92bc155d.
      90a4d784
    • Lionel GUEZ's avatar
      Replace variables `reader_*` by dictionary readers · 26624352
      Lionel GUEZ authored
      Replace `reader_extr`, `reader_outer`, `reader_m_s` by dictionary
      readers. Clearer and more concise.
      26624352
    • Lionel GUEZ's avatar
      Create function `open_shpt` · fb9652fb
      Lionel GUEZ authored
      Motivation: ease plotting of several snapshots coming from different
      triplets of shapefiles, on the same figure. We may want to do this if
      we have anticyclones and cyclones in separated triplets of shapefiles.
      
      In order to extract the code for this function from the main part of
      the script, we have to modify the behaviour of the script a little:
      when the file `ishape_last.txt` could not be read or there is a single
      value in it then args.k, if not None, must be equal to k1, instead of
      being ignored.
      fb9652fb
  11. Jan 06, 2021
  12. Jan 05, 2021
  13. Sep 24, 2020
    • Lionel GUEZ's avatar
      Move `set_title` outside of `snapshot` · 04cef827
      Lionel GUEZ authored
      In some use cases, we would rather not overwrite the title. For
      example, if we overlap eddies at several dates, we may want to keep
      the first date. Argument k was only used for the title. It is also
      clearer not to have k as an argument because it did not select the
      eddies plotted, the selection is made by argument `ishape_list`.
      04cef827
  14. Sep 18, 2020
Loading