Skip to content
Snippets Groups Projects
  1. Mar 13, 2021
  2. Feb 16, 2021
  3. Feb 15, 2021
  4. 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
  5. Jan 06, 2021
  6. Jan 05, 2021
  7. 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
  8. Sep 18, 2020
  9. Sep 17, 2020
Loading