NetLogo / NetLogo/NW-Extension

edge-list import / export

Open
#73 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement high priority
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.