NetLogo / NetLogo/NW-Extension
edge-list import / export
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 66
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
More common for large datasets than either GraphML or an adjacency matrix is an edge-list representation. This representation in its full form list from-node to-node and weight for every edge in the network. An undirected non-weighted verision would just list end1 and end2 for every edge. Export could just dump who numbers and a weight property to a file, import would have to create the nodes and edges potentially with some property to contain the node ids in the edge file.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing GraphML and adjacency-matrix import/export entry points in the Scala extension. Define the supported edge-list forms, including weighted and undirected data, how node IDs map to created nodes, and the expected import/export behavior before implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100