Skip to content
Snippets Groups Projects
  1. Sep 24, 2020
    • Lionel GUEZ's avatar
      Improve robustness · 80a9d87c
      Lionel GUEZ authored
      nx is 0 if the script is run on a triplet of shapefiles for
      interpolated eddies.
      80a9d87c
  2. Sep 18, 2020
  3. Sep 17, 2020
  4. Sep 16, 2020
  5. Sep 15, 2020
    • Lionel GUEZ's avatar
      Rewrite `plot_traj.py` · 0fa6853f
      Lionel GUEZ authored
      Add options: plot a single component; label the leafs, the splits or
      the merges, or all eddies, instead of the roots. Add functions for
      easier hacking.
      0fa6853f
  6. Sep 12, 2020
    • Lionel GUEZ's avatar
      Create function `to_eddy_agraph` · 5ac2074e
      Lionel GUEZ authored
      From lines that were in the main part of the script.
      5ac2074e
    • Lionel GUEZ's avatar
      Detect interpolated eddies in `read_eddy_graph` · 52afd729
      Lionel GUEZ authored
      When we want to produce a Graphvizfile, detect interpolated eddies in
      function `read_eddy_graph` rather than in the main part of the
      script. This is longer because we read and set all the meta-data in
      extremum, and also because we do an additional loop on nodes of the
      graph. But it is better in preparation for a function that will create
      a Graphviz file for any subgraph: we do not want to read the
      shapefiles again when we call the function several times.
      52afd729
    • Lionel GUEZ's avatar
      Polish · aba1f629
      Lionel GUEZ authored
      aba1f629
    • Lionel GUEZ's avatar
      Add argument to read interpolated eddies · d38244e8
      Lionel GUEZ authored
      Add argument to function `read_eddy_graph` to separately control the
      reading and setting of attributes of interpolated eddies.  This is in
      preparation for a transfer of this task from the main part of the
      script to function `read_eddy_graph`.
      d38244e8
    • Lionel GUEZ's avatar
      Add option to select a subgraph · c73f6449
      Lionel GUEZ authored
      c73f6449
    • Lionel GUEZ's avatar
      Bug fix · ed8f837f
      Lionel GUEZ authored
      ed8f837f
  7. Sep 11, 2020
Loading