Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] allow connectivity data to be (more) lazily loaded #389

Open
xgui3783 opened this issue May 30, 2023 · 1 comment
Open
Assignees
Labels
enhancement New feature or request version 2.0.0

Comments

@xgui3783
Copy link
Member

as of 8d11569

code to reproduce:

import siibra
fs = siibra.features.get(
  siibra.parcellations['2.9'],
  "streamline lengths"
)
f = fs[0]
f.get_matrix(f.subjects[0])

expected result:

only downloads the relevant csv file

actual result:

downloads the entire zip archive (~300MB)

related to #190

@xgui3783 xgui3783 added the enhancement New feature or request label May 30, 2023
@AhmetNSimsek AhmetNSimsek self-assigned this May 30, 2023
@AhmetNSimsek
Copy link
Collaborator

AhmetNSimsek commented May 30, 2023

This is on my to-do list. It is a general issue how we deal with zip files. (the issue lies in zipfile property.)
Relevant branch: https://github.com/FZJ-INM1-BDA/siibra-python/tree/refactorZipfileConnector

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request version 2.0.0
Projects
None yet
Development

No branches or pull requests

2 participants