Skip to content
Snippets Groups Projects
  • Lionel GUEZ's avatar
    68da90cd
    Write node index instead of date and eddy index · 68da90cd
    Lionel GUEZ authored
    Write node index instead of date and eddy index to the edgelist
    file. Motivations: stay closer to Matlab, at least for now; some graph
    processing programs other than NetworkX will not easily read nodes
    that are tuples. Consequences of this change are that we no longer
    need `date_num` from the Matlab files and we no longer need the
    functions `date_index` and `convert_id` in the script
    `overlap_v6.py`. So move these functions for now to a new file
    `convert_id.py`.
    68da90cd
    History
    Write node index instead of date and eddy index
    Lionel GUEZ authored
    Write node index instead of date and eddy index to the edgelist
    file. Motivations: stay closer to Matlab, at least for now; some graph
    processing programs other than NetworkX will not easily read nodes
    that are tuples. Consequences of this change are that we no longer
    need `date_num` from the Matlab files and we no longer need the
    functions `date_index` and `convert_id` in the script
    `overlap_v6.py`. So move these functions for now to a new file
    `convert_id.py`.