-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When version 1.3 gexf is used (which is the current Gephi version), then the file can't be read with networkX. NetworkX currently only supports versions “1.1draft”, “1.2draft”
To Reproduce
Steps to reproduce the behavior:
- Onboard lesmis.gexf file in kiara with import.local.file module from filepath.
- Run create.network_data.from.file with the onboarded gexf file.
- See error "Processing error": No element in GEXF file.
Expected behavior
Would be great if there was support for the current format.
Desktop (please complete the following information):
- OS: macOS Ventura Version 13.2.1
- kiara command line app in Terminal
Additional context
I have found no solution since the same problem was posted here 2 years ago: https://stackoverflow.com/questions/65966320/networkxerror-no-graph-element-in-gexf-file
The igraph package has no support for gexf files either. It seems that most people use Gephi itself for converting when they want to work with the data in python.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working