Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GML Format and meta data #39

Open
Jitzeoomen opened this issue Oct 5, 2021 · 1 comment
Open

GML Format and meta data #39

Jitzeoomen opened this issue Oct 5, 2021 · 1 comment

Comments

@Jitzeoomen
Copy link

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)?

@storopoli
Copy link
Contributor

I think yes. If you could add the desired tests and update the README.md table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants