Skip to content
Snippets Groups Projects
  • Lionel GUEZ's avatar
    af3e3abd
    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
    History
    Move functions to `util_eddies.py`
    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`.