[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •GEXF doesn't have edge id attribute
Page 1 of 1

GEXF doesn't have edge id attribute

Posted: 21 Jun 2012 12:05
by eshraf
when i export my graph to gexf or graphml format, edge doesn't have id attribute. what should i do?

Re: GEXF doesn't have edge id attribute

Posted: 24 Jun 2012 15:09
by eduramiba
Hi,
Nodes and edges ids are not written in GEXF if they coincide with the node/edge internal id (an auto-incremented number) because they don't provide extra information.
Is that the case?

Eduardo