Skip to content
Snippets Groups Projects
  1. Apr 27, 2024
  2. Apr 26, 2024
  3. 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
  4. Jul 13, 2023
  5. Jun 23, 2023
  6. Jun 02, 2023
  7. Jun 01, 2023
  8. May 22, 2023
  9. Apr 26, 2023
  10. Apr 17, 2023
  11. Apr 13, 2023
  12. 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
  13. Apr 08, 2023
  14. Apr 07, 2023
  15. Apr 06, 2023
  16. Mar 21, 2023
  17. Feb 21, 2023
  18. Feb 20, 2023
Loading