GraphIO.jl icon indicating copy to clipboard operation
GraphIO.jl copied to clipboard

Graph IO functionality for various formats.

Results 29 GraphIO.jl issues
Sort by recently updated
recently updated
newest added

Are you interested in an effort of integrating [NestedGraphIO.jl](https://github.com/UniStuttgart-IKR/NestedGraphsIO.jl) in GraphIO.jl ?

Code from (unregistered) [NestedGraphIO.jl](https://github.com/UniStuttgart-IKR/NestedGraphsIO.jl) returns home as described in #49. This PR enables support for `MetaGraphs` in `GraphML` format. It follows the paradigm of http://graphml.graphdrawing.org/ to define attributes in the...

This extra line makes it much easier (for a beginner) to start working with your package. I tried just `using GraphIO` and was surprised the type `EdgeListFormat` does not exist.

I upgraded to Julia 1.9.3 and now I can't get GraphIO to work. I am getting an error that says: `│ This may mean GraphIOGraphMLExt [357b67ce-33f7-597c-8dc9-7304118606a9] does not support precompilation...

I have the following error when adding `GraphIO` and `ParserCombinator` in a brand new Julia session: ```julia Warning: Module GraphIOGMLExt with build ID ffffffff-ffff-ffff-0000-177dba44e6bc is missing from the cache. │...

networkx supports a graph serialization format it calls node-link data that can be read/written to JSON. See - [`networkx.readwrite.json_graph.node_link_data`](https://networkx.org/documentation/stable/reference/readwrite/generated/networkx.readwrite.json_graph.node_link_data.html) - [`networkx.readwrite.json_graph.node_link_graph`](https://networkx.org/documentation/stable/reference/readwrite/generated/networkx.readwrite.json_graph.node_link_graph.html) While this format doesn't appear to be a standard,...

Hello, I'm using ArangoDB which supports XGMML as [export format](https://docs.arangodb.com/3.12/components/tools/arangoexport/examples/) (which is also used by [Cytoscape](https://en.wikipedia.org/wiki/Cytoscape)) I'd like to use Julia to convert XGMML graph to GEXF (to open these...

Hi there, Is there a way to load *weighted* graphs using this package? Currently the documentation appears to only give examples for unweighted graphs. Using those examples with GraphML drops...

Added lowercase support to function `loadnet`, making it possible to parse graphs from `.net` files generated by NetworkX in Python.