We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OME-Zarr is moving forward to adopt Zarr V3. Zarr 3 has a huge key benefit with sharding that has big implications on storage and fetching chunks.
OMEZarrLoader can load OME-Zarr v0.5 in addition to v0.4.
See baby steps in #260 - basically we need our caching WrappedStore to support sharded range requests. Can extend that branch or start anew.
The text was updated successfully, but these errors were encountered:
frasercl
No branches or pull requests
Use Case
OME-Zarr is moving forward to adopt Zarr V3. Zarr 3 has a huge key benefit with sharding that has big implications on storage and fetching chunks.
Solution
OMEZarrLoader can load OME-Zarr v0.5 in addition to v0.4.
See baby steps in #260 - basically we need our caching WrappedStore to support sharded range requests.
Can extend that branch or start anew.
The text was updated successfully, but these errors were encountered: