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

GraphML export: Gephi doesn't generate the id attribute on edges #1585

Closed
NKame opened this issue Oct 7, 2016 · 1 comment
Closed

GraphML export: Gephi doesn't generate the id attribute on edges #1585

NKame opened this issue Oct 7, 2016 · 1 comment
Assignees
Milestone

Comments

@NKame
Copy link

NKame commented Oct 7, 2016

The GraphML format specifies that an edge can have an id in its "id" attribute (see http://graphml.graphdrawing.org/specification/element_edge.xsd.htm ). But in Gephi, the edge's id is stored in a custom attribute "edgeid". Tools like TinkerPop can't read the generated GraphML files directly because of this missing attribute, which is wrong by the way, but since we have the id, why not put it in it's designed place.

NKame added a commit to NKame/gephi that referenced this issue Oct 7, 2016
@eduramiba
Copy link
Member

Thanks! Fixed in commit e13ce1a

@eduramiba eduramiba self-assigned this Oct 9, 2016
@eduramiba eduramiba added this to the 0.9.2 milestone Oct 9, 2016
eduramiba added a commit that referenced this issue Oct 24, 2016
Based on commit 99ed41c

HITS centrality #1290
Adapt crash reporter to send data to a new service #1530
NPE with trying to filter by partition with a null value #1563
Partition count filter does not work #1501
Partition filter doesn't work with edges #1564
GraphML export: Gephi doesn't generate the id attribute on edges #1585
GML import: '.0' always added to numeric ids #1588
Cannot rank according to attribute data #1392
Node size options not available if node colour set to partition mode #1459
Columns aren't properly sorted in appearance #1604
Inconsistency in calculating degree and weighted degree #1593
Incorrect average degree for directed graphs #1455
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants