Skip to content
Snippets Groups Projects
  1. Sep 18, 2024
    • GUEZ Lionel's avatar
      Test `with_proj` · bf1c4b67
      GUEZ Lionel authored
      Rather than calling dbffileisnull or shpfileisnull. This should be
      faster and more robust.
      bf1c4b67
  2. Sep 12, 2024
    • GUEZ Lionel's avatar
      Create component `with_proj` · 5505c14f
      GUEZ Lionel authored
      Of derived type `shpc_slice_handler`.
      5505c14f
    • GUEZ Lionel's avatar
      Specify whether to read `extr_proj` in `shpc_open` · 00080fd7
      GUEZ Lionel authored
      Specify whether to read shapefile `extr_proj` in procedure `shpc_open`
      instead of just trying to read this shapefile. Use `uniform_lon_lat`
      to decide whether to read the shapefile. As `shpc_open` is called in
      both programs `inst_eddies` and `eddy_graph`, we cannot access
      variable `uniform_lon_lat` of module `input_ssh_m`, which is not used
      in program `eddy_graph`, nor variable `uniform_lon_lat` of module
      `read_grid_m`, which is not used in program `inst_eddies`. So we add a
      dummy argument `with_proj` to procedure `shpc_open`.
      00080fd7
  3. Sep 02, 2024
  4. Jul 09, 2024
  5. Jul 05, 2024
  6. May 27, 2024
  7. May 10, 2024
  8. Apr 29, 2024
  9. Apr 27, 2024
  10. Apr 26, 2024
  11. 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
  12. Jul 13, 2023
  13. Jun 23, 2023
  14. Jun 02, 2023
  15. Jun 01, 2023
  16. May 22, 2023
Loading