JuliaGraphs / JuliaGraphs/GraphIO.jl

GML Format and meta data

Open
#39 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Julia
Stars
62
Forks
30
PR merge metrics
No merged PRs in 30d

Description

Hi!

I'm working on a project whereby I'm loading a GML file which includes node meta data, roughly in the following format;

node
  [
    id 0
    type "Person"
    age "67"
    gender "Female"
  ]

I've adapted the function _gml_read_one_graph(gs, dir) function to return a MetaGraph object which has the properties from the GML file stored as properties with the vertices. Would an implementation be of interest for GraphIO.jl (or MetaGraphs.jl)?

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 reviewing _gml_read_one_graph(gs, dir) and the existing GraphIO.jl handling of GML graphs. Determine how node metadata should be represented through MetaGraph, then validate the intended behavior with a GML input containing the sample properties shown in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
data
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.