gephi / gexf

GEXF Format Specifications
https://gexf.net/
Creative Commons Attribution 4.0 International
31 stars 6 forks source link
format gexf graph xml

GEXF Format

GEXF file format specifications. Details and examples at gexf.net.

The repository contains both the specifications and the primer sources.

The latest stable version in 1.3.

License

The GEXF format and its related documentation is licensed under the Creative Commons Attribution 4.0 License.

Changelog

Note that we used to use "draft" in certain version (e.g "1.2draft") up until 1.3 when we decided to simply use full versions numbers.

1.3

Compatible with Gephi 0.9.3 and above. Note that part of the specifications were already implemented since 0.9 but full support is only guaranteed in 0.9.3.

Dynamics

Timestamp support

Add the ability to represent time with single timestamps instead of intervals. We want feature parity between the two time representations but note they can't be mixed.

Alternative to spell elements

New slice mode

The optional mode attribute on <graph> now has an additional slice value, in addition of static and dynamic. With slice, the expectation is that the <graph> also has either a timestamp or start / end intervals.

Viz

1.2

Compatible with Gephi 0.8 and above.

Dynamics

Viz

1.1

Compatible with Gephi 0.7 and above.

1.0

Compatible with Gephi 0.6 and above.