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

Add methods to construct a ZarrDataset from Zarr.jl objects #7

Merged
merged 3 commits into from
Sep 11, 2024

Conversation

asinghvi17
Copy link
Member

@asinghvi17 asinghvi17 commented Sep 10, 2024

This commit allows the user to construct a ZarrDataset from a Zarr.AbstractStore or Zarr.ZGroup.

It also refactors the pipeline such that strings open stores, stores open ZGroups, and then ZGroups are finally wrapped in ZarrDataset. This way, all of the infrastructure is reused and bugfixes are cleaner.

Closes #5

This commit allows the user to construct a ZarrDataset from a `Zarr.AbstractStore` or `Zarr.ZGroup`.

It also refactors the pipeline such that strings open stores, stores open ZGroups, and then ZGroups are finally wrapped in ZarrDataset.  This way, all of the infrastructure is reused and bugfixes are cleaner.
@Alexander-Barth
Copy link
Member

Thanks a lot ! (wow, rarely seen such a great PR!!!)

@Alexander-Barth Alexander-Barth merged commit 894816d into main Sep 11, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Passing a constructed Zarr store to a ZarrDataset
2 participants