Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Added Interface for Netzschleuder .gml.zst files#818

Open
AdityaChaubeyIITM wants to merge 8 commits into
igraph:main from
AdityaChaubeyIITM:new-feature
Open

Added Interface for Netzschleuder .gml.zst files #818
AdityaChaubeyIITM wants to merge 8 commits into
igraph:main from
AdityaChaubeyIITM:new-feature

Conversation

@AdityaChaubeyIITM

@AdityaChaubeyIITM AdityaChaubeyIITM commented Mar 22, 2025
edited
Loading

Copy link
Copy Markdown

I have added a new file repositories.py under src/igraph/io/ , for the creation of graph from netzschleuder.
It lets the user just specify the name of the dataset and get the single network in the dataset as a result if there is only one network in the dataset, otherwise it asks for the sub-network's name as well.
It temporarily downloads the .gml.zst file, decompresses it and then creates a graph out of the data. The graphs scope is limited to the data presentation in .gml files in netzschleuder.
This is supposed to be an attempt to open discussion on methods to import netzschleuder dataset via '.gml' datatype files. It can be further modified to take care of the issues arising due to incorrect handling of edge attributes in .gml files.

  • By submitting this pull request, I assign the copyright of my contribution to The igraph development team.

szhorvat commented Mar 22, 2025
edited
Loading

Copy link
Copy Markdown
Member

Just a heads up that commit b458a31 on the main branch broke some tests. You don't need to worry about these, I'll look into sorting them out.

Copy link
Copy Markdown
Author

image
thank you @szhorvat !
However for this particular case Build test says it broke due to missing zstandard module, I guess that can be fixed by adding zstandard to the requirements.txt.
Please let me know if that is what is needed, I shall correct it from my end then.

Similar issue happened earlier with the previous one adaeae0 also broke because of missing requests.

@stale stale Bot added the stale label Jul 20, 2025
@igraph igraph deleted a comment from stale Bot Jul 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /