You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rly If I am remembering correctly I think you provided an example where you could load an nwb file without preloading all the metadata... so that it is not as time-consuming on initial load. This is relevant when loading remote files.
Is your feature request related to a problem?
No response
What solution would you like?
It's possible I am imagining it. But if that is possible, how do you do it? If not, this would be an important feature for what I am working on. Otherwise I will need to continue working directly with the h5py object. Thanks.
Do you have any interest in helping implement the feature?
I don't think this is possible right now. We are working on options to support kerchunk and Zarr with consolidated metadata, which should help. Supporting read without constructing the full hierarchy would require some work. I'm not exactly sure right now what the best way would be to implement this, maybe some option that would only read the first level of the hierarchy and then have wrappers for delayed read of groups, but I don't think this is trival to implement. Happy to discuss.
What would you like to see added to PyNWB?
@rly If I am remembering correctly I think you provided an example where you could load an nwb file without preloading all the metadata... so that it is not as time-consuming on initial load. This is relevant when loading remote files.
Is your feature request related to a problem?
No response
What solution would you like?
It's possible I am imagining it. But if that is possible, how do you do it? If not, this would be an important feature for what I am working on. Otherwise I will need to continue working directly with the h5py object. Thanks.
Do you have any interest in helping implement the feature?
Yes, but I would need guidance.
Code of Conduct
The text was updated successfully, but these errors were encountered: