graphs#

Common graph serialisation logic shared by ECLYPSE IO formats.

Functions

graph_from_networkx(graph, *, kind[, context])

Build an ECLYPSE graph from a NetworkX graph.

graph_to_networkx(graph)

Return a NetworkX copy of an ECLYPSE graph.

Classes

ECLYPSEDataExporter

Base exporter for the canonical ECLYPSE graph dictionary.

ECLYPSEDataImporter

Base importer for the canonical ECLYPSE graph dictionary.