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

GEXF graph format bugs, issues, and enhancements #4023

Open
hagberg opened this issue Jun 25, 2020 · 2 comments
Open

GEXF graph format bugs, issues, and enhancements #4023

hagberg opened this issue Jun 25, 2020 · 2 comments

Comments

@hagberg
Copy link
Member

hagberg commented Jun 25, 2020

Master list of issues and enhancements for the GEXF format graph files. See https://gephi.org/gexf/format/

"GEXF (Graph Exchange XML Format) is a language for describing complex networks structures, their associated data and dynamics. Started in 2007 at Gephi project by different actors, deeply involved in graph exchange issues, the gexf specifications are mature enough to claim being both extensible and open, and suitable for real specific applications. "

@csotomon
Copy link

csotomon commented Oct 28, 2020

write_gexf crashes when node-attributes are list error is because if the object is a list, the iterator search for for a 3 value tuple (value, start date, end date)

for val, start, end in v:

to create a gexf tag like this:
<attvalue for="2" value="2" start="2009-03-01" end="2009-03-10"/>

I don't know about gexf format, is necessary that the list (array) attributes be declared in dynamic mode?

@dschult
Copy link
Member

dschult commented Oct 28, 2020

At the moment, the code only treats list attributes as if they are specifying a dynamic attribute.
The GEXF format does not allow a list attribute.
There may be a way to format your list as a string and then write it that way.

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

No branches or pull requests

3 participants