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]: Add NWBZarrIO.read_nwb method #225

Open
3 tasks done
oruebel opened this issue Nov 4, 2024 · 1 comment · May be fixed by #226
Open
3 tasks done

[Feature]: Add NWBZarrIO.read_nwb method #225

oruebel opened this issue Nov 4, 2024 · 1 comment · May be fixed by #226
Assignees
Labels
category: enhancement improvements of code or code behavior

Comments

@oruebel
Copy link
Contributor

oruebel commented Nov 4, 2024

What would you like to see added to HDMF-ZARR?

Add a static method NWBZarrIO.read_nwb() which would accept: 1) local path, 2) S3 path, or 3) an open Zarr store and return the corresponding NWBFile object.

This may also require update to ZarrIO.can_read to handle S3 path's properly.

Is your feature request related to a problem?

This is directly related to NeurodataWithoutBorders/pynwb#1974 with the goal to add a read_nwb convenience function.

What solution would you like?

See above

Do you have any interest in helping implement the feature?

Yes.

Code of Conduct

@oruebel oruebel added the category: enhancement improvements of code or code behavior label Nov 4, 2024
@oruebel oruebel added this to the Next Major Release: 1.0.0 milestone Nov 4, 2024
@oruebel oruebel self-assigned this Nov 4, 2024
@oruebel
Copy link
Contributor Author

oruebel commented Nov 4, 2024

I'll take a stab at this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: enhancement improvements of code or code behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant