[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
Gephi forumsPlease post new questions on facebook group too (https://www.facebook.com/groups/gephi) 2012-03-28T22:31:33+01:00 https://forum-gephi.org/app.php/feed/topic/1720 2012-03-28T22:31:33+01:002012-03-28T22:31:33+01:00 https://forum-gephi.org/viewtopic.php?t=1720&p=5976#p5976 <![CDATA[Re: GEXF format and Gephi]]> issue. Gephi GEXF exporter does not follow GEXF 1.2draft specifications.

Statistics:Posted by admin — 28 Mar 2012 22:31


]]>
2012-03-13T16:32:08+01:002012-03-13T16:32:08+01:00 https://forum-gephi.org/viewtopic.php?t=1720&p=5830#p5830 <![CDATA[Re: GEXF format and Gephi]]>
GraphML is here to point another small inconsistency: the edge weights are supposed to be of float type, but are written as double in the graphml output file.

Hope that helps.
graph.graphml

graph.gexf

Statistics:Posted by netgrm — 13 Mar 2012 16:32


]]>
2012-03-13T15:57:00+01:002012-03-13T15:57:00+01:00 https://forum-gephi.org/viewtopic.php?t=1720&p=5828#p5828 <![CDATA[Re: GEXF format and Gephi]]>
Can you share the file here please?

Statistics:Posted by admin — 13 Mar 2012 15:57


]]>
2012-03-13T15:49:08+01:002012-03-13T15:49:08+01:00 https://forum-gephi.org/viewtopic.php?t=1720&p=5827#p5827 <![CDATA[[FIXED] GEXF format and Gephi]]>
I've created three nodes and two edges (one directed, one undirected) within gephi, do some calculations (pagerank ...), and then exported the graph to the GEXF format. I've seen some inconsistencies between the output file and the GEXF format specs:
- defaultedgetype is set to mixed, which does not makes much sense as I understand the aim of this attribute
- the weight property of my edges are set as attvalues while they are declared as attributes of the edge tag in the format specs.
- following the previous point, the weight attribute is not declared in the attributes section of the graph

Despite the lastest point, gephi is able to load my graph back, with some warnings though.

Any comments ? Are the specifications of the GEXF format evolving / not up to date ?

I'm using Gephi 0.8b

Statistics:Posted by netgrm — 13 Mar 2012 15:49


]]>