jkudla / konect2networkx

Bridging the gap between the KONECT project and NetworkX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Temporal Networks

jkudla opened this issue · comments

According to the KONECT Handbook Section 2.3 (p. 9), networks may contain timestamps for each edge.

  • This is not indicated at a special location, so the parser has to infer it from the presence of timestamps.
  • There might be an additional tag #unspecifiedtime set, indicating that the timestamps are not in UNIX time but in some arbitrary monotonic time scale.

A simple way to augment the resulting NetworkX graph would be to include the timestamps as metadata on the edges. NetworkX should allow this.