Skip to content
Snippets Groups Projects
  1. Mar 13, 2021
  2. Mar 11, 2021
    • Lionel GUEZ's avatar
      Rename file · c4ea687d
      Lionel GUEZ authored
      c4ea687d
    • Lionel GUEZ's avatar
      Remove title line · 3370733a
      Lionel GUEZ authored
      Because we want to be able to easily read the edgelist with several
      graph programs and they would not all accept the same
      header. `read_edgelist` from Networkx accepts a comment line starting
      with a special character. Not very elegant to put column headers after
      a #. Anyway, the headers predecessor and successor are obvious for an
      edge list.
      3370733a
    • Lionel GUEZ's avatar
      Enrich return value · 6096420f
      Lionel GUEZ authored
      6096420f
    • Lionel GUEZ's avatar
      Polish · 8a7fb3cc
      Lionel GUEZ authored
      8a7fb3cc
    • Lionel GUEZ's avatar
      Do not crash on missing SHPC directory · 41c8c5cc
      Lionel GUEZ authored
      Do not crash on missing SHPC directory for interpolated
      eddies. Motivation: when we call `read_eddy_graph` from
      `plot_traj.py`, we just try to read data on interpolated eddies.
      41c8c5cc
    • Lionel GUEZ's avatar
      Do not crash on missing edgelist · 4ff019ac
      Lionel GUEZ authored
      Motivation: there may be only one of the two edgelist files in the
      current directory.
      4ff019ac
    • Lionel GUEZ's avatar
      Handle missing coordinates · 29015b7d
      Lionel GUEZ authored
      This can happen with Matlab data, if a node present in the edge list
      is absent in the shapefiles.
      29015b7d
  3. Mar 10, 2021
  4. Mar 09, 2021
  5. Mar 04, 2021
  6. Mar 03, 2021
  7. Mar 02, 2021
Loading