[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 •Reading graph from GEXF
Page 1 of 1

Reading graph from GEXF

Posted: 31 Oct 2013 13:10
by jangho87
Hello!
I would like to read a graph from a GEXF file in java.

Is there any java library that can read a graph from GEXF files?
I found gexf4j very useful for writing a graph to GEXF, but it does not seem to be providing the feature to read GEXF file.

I'd really appreciate if anyone could help.

Thank you in advance!

Best,
Jang-Ho

Re: Reading graph from GEXF

Posted: 04 Nov 2013 07:11
by seinecle
The Gephi Toolkit does that?
-> here is an example where a .gml file is read into Gephi, but that would workd the same for a gexf file: https://wiki.gephi.org/index.php/Toolki ... less_Gephi

Best,

Clement

Re: Reading graph from GEXF

Posted: 11 Nov 2013 05:47
by jangho87
Great!
Thank you!

Best,
Jang