Skip to content
Snippets Groups Projects
  1. Nov 28, 2023
    • 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
  2. Nov 23, 2023
  3. Sep 21, 2023
  4. Sep 11, 2023
    • Lionel GUEZ's avatar
      Do not always write all properties · fa479a3f
      Lionel GUEZ authored
      Add option `--debug` to write all properties to output files. The
      properties which are not always written are not needed for further
      processing of the graph. To implement the option, we define variables
      for properties, so we revert in part commit 2e3c6606.
      fa479a3f
  5. Sep 08, 2023
  6. Sep 07, 2023
  7. Sep 05, 2023
  8. Jun 23, 2023
  9. May 11, 2023
  10. Mar 21, 2023
  11. Mar 13, 2023
  12. Mar 10, 2023
  13. Nov 21, 2022
  14. Sep 30, 2022
  15. Sep 19, 2022
  16. Sep 16, 2022
  17. Sep 14, 2022
  18. Sep 06, 2022
  19. Aug 31, 2022
  20. Jul 28, 2022
  21. Jul 27, 2022
    • Lionel GUEZ's avatar
      Assume "{shpc_dir}/{orientation}/Slice_{slice}" · 789b6dbc
      Lionel GUEZ authored
      Assume that a slice is in a directory
      "{shpc_dir}/{orientation}/Slice_{slice}" where shpc_dir can be any
      name, orientation is "Anticyclones" or "Cyclones" and slice is an
      integer. Do not read or create any longer a file "orientation.txt" in
      the slice directory. Add procedure `get_slice_dir`. Add dummy
      arguments cyclone and slice to procedure `shpc_open`. Add dummy
      argument slice to procedure `shpc_create`.
      789b6dbc
  22. Jul 05, 2022
    • Lionel GUEZ's avatar
      Use `e_overestim.txt` · 8e6ce479
      Lionel GUEZ authored
      Use `e_overestim.txt` instead of `node_id_param.json`. Since commit
      43d2eff6, we wrote only `e_overestim` to the JSon file. Simpler to
      write the value alone in a text file.
      8e6ce479
  23. Jul 01, 2022
  24. Jun 28, 2022
  25. Jun 27, 2022
  26. Apr 29, 2022
Loading