GEFF is a specification for a file format for exchanging spatial graph data. It is not intended to be mutable, editable, chunked, or optimized for use in an application setting.
This repository contains two packages:
geff-specis the specification of GEFF metadata written withpydanticBaseModelswhich are exported to a json schema for use in other languages.geffis the python library that reads and writes GEFF files to and from several python in-memory graph data structures (networkx,rustworkxandspatial-graph).
Learn more in the documentation or check out the source code.
pip install geff