Skip to content
Snippets Groups Projects
  1. Feb 20, 2024
  2. Dec 20, 2023
  3. Dec 01, 2023
  4. Nov 28, 2023
    • Lionel GUEZ's avatar
      Follow PEP 8 - Code lay-out - Imports · 9ba7449c
      Lionel GUEZ authored
      9ba7449c
    • Lionel GUEZ's avatar
      Blacken · 78f5fff8
      Lionel GUEZ authored
      78f5fff8
    • 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
  5. Nov 23, 2023
  6. Oct 12, 2023
  7. Oct 09, 2023
  8. Oct 06, 2023
  9. Sep 15, 2023
    • Lionel GUEZ's avatar
      Rewrite using new algorithm · 480800c9
      Lionel GUEZ authored
      The old algorithm did not give correct results on tests
      `Greece_trajectories`, `Test_order_edges` and `Traj_component`. We
      abandon the idea of processing edges in date order. Instead, we now
      process vertices in topological order.
      480800c9
  10. Sep 13, 2023
  11. Sep 08, 2023
  12. Sep 07, 2023
    • Lionel GUEZ's avatar
      Handle case with only isolated segments · a9d4239a
      Lionel GUEZ authored
      If there are no edges in the graph of segments then there are no cost
      values. In this case, in recent versions of graph-tool, when
      graph-tool loads the graph, it does not create a graph with the
      `cost_function` property, even if the property is declared in the
      input graphml file.
      a9d4239a
    • Lionel GUEZ's avatar
      Polish · 48b0a4b6
      Lionel GUEZ authored
      48b0a4b6
    • Lionel GUEZ's avatar
      Polish · 04b2ca26
      Lionel GUEZ authored
      04b2ca26
  13. Sep 05, 2023
  14. Mar 10, 2023
Loading