Skip to content
Snippets Groups Projects
  1. May 10, 2024
  2. Apr 29, 2024
  3. Apr 27, 2024
  4. Apr 26, 2024
  5. Nov 28, 2023
    • Lionel GUEZ's avatar
      Follow PEP 8 - Code lay-out - Imports · 9ba7449c
      Lionel GUEZ authored
      9ba7449c
    • 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
  6. Jul 13, 2023
  7. Jun 23, 2023
  8. Jun 02, 2023
  9. Jun 01, 2023
  10. May 22, 2023
  11. Apr 26, 2023
  12. Apr 17, 2023
  13. Apr 13, 2023
  14. Apr 11, 2023
    • Lionel GUEZ's avatar
      Return None if eddy index is greater than max · 86cf7b84
      Lionel GUEZ authored
      In function `comp_ishape`, return None instead of crashing if eddy
      index is greater than max. This allows the script
      `write_date_range.py` to work with an input SHPC containing a date
      without eddies.
      86cf7b84
  15. Apr 08, 2023
  16. Apr 07, 2023
  17. Apr 06, 2023
Loading