feat: add zarr store - #89
Draft
cauriol wants to merge 29 commits into
Draft
Conversation
Contributor
Contributor
Code CoverageDetailsDiff against mainResults for commit: d74acfb Minimum allowed coverage is ♻️ This comment has been updated with latest results |
cauriol
force-pushed
the
zarr_store
branch
3 times, most recently
from
February 5, 2026 14:22
6b4ae98 to
ab0855e
Compare
cauriol
marked this pull request as ready for review
February 5, 2026 15:33
cauriol
marked this pull request as draft
February 9, 2026 17:02
cauriol
marked this pull request as ready for review
February 10, 2026 15:59
jlahovnik
previously approved these changes
Feb 10, 2026
cauriol
marked this pull request as draft
February 11, 2026 11:37
Contributor
Author
|
Currently, we only have DanubeHis and no other provider supporting Zarr, so it is difficult to properly test this part. I will continue once we add another provider that supports Zarr. The Zarr endpoint still needs to be implemented, along with the related tests. |
Collaborator
|
I do not understand why fsspec, aiohttp and requests dependencies are needed here. |
Contributor
Code CoverageDetailsDiff against mainResults for commit: 7d65e4c Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Collaborator
|
requires changes from CS-SI/eodag#2112 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR improves the way Zarr stores are exposed and accessed through the /data endpoint, allowing Zarr data to be accessed in a cloud-native way.
The endpoint
/data/{federation_backend}/{collection_id}/{item_id}/zarrexposes the Zarr store as an HTTP filesystem, follows the standard Zarr + fsspec access pattern. Clients can access the data remotely using common libraries such as zarr, xarray, or dask without downloading the full store.Exemple usage: