gephi.team team mailing list archive
-
gephi.team team
-
Mailing list archive
-
Message #00568
[Bug 521848] Re: 'start' and 'end' attributes are missing when exporting dynamic GEXF
** Changed in: gephi
Assignee: Julian Bilcke (flngr) => Mathieu Bastian (mathieu.bastian)
** Changed in: gephi
Status: Confirmed => Fix Committed
** Changed in: gephi/0.7
Status: Confirmed => Fix Committed
--
'start' and 'end' attributes are missing when exporting dynamic GEXF
https://bugs.launchpad.net/bugs/521848
You received this bug notification because you are a member of Gephi
Team, which is subscribed to 0.7.
Status in Gephi - Network exploration and manipulation: Fix Committed
Status in Gephi 0.7 series: Fix Committed
Bug description:
When exporting a dynamic GEXF with Gephi, the "start" and "end" attributes are missing.
By example, here is a node from the imported GEXF :
<node id="117" label="JER" start="2007-03-01" end="2008-02-01">
<attvalue id="0" value="code"/>
</node>
and the resulting GEXF, when exporting from Gephi :
<node id="117" label="JER">
<attvalues>
<attvalue for="0" value="0"/>
<attvalue for="dynamicrange" value="1.1727036E12,1.2018204E12"/>
</attvalues>
</node>
In consequence, and until the bug is fixed, be aware to not export a dynamic GEXF with the same name that the original, or you will lost the dynamic data.