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 support for zarr-python 3.0 #15

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Draft

Add support for zarr-python 3.0 #15

wants to merge 15 commits into from

Conversation

oliverwm1
Copy link
Owner

@oliverwm1 oliverwm1 commented Jan 20, 2025

  • add support for zarr-python>=3
  • drop support for xarray<0.19.0
  • defer to xarray/zarr for handling whether metadata is consolidated or not. This may lead to additional warnings in the case of non-consolidated metadata. Performance may also be slower when dumping metadata associated with a pure zarr (not xarray-openable) dataset and using zarr-python<3.

@oliverwm1
Copy link
Owner Author

Ideally would prefer to use KeyError for both zarr v2 and v3, instead of using `ValueError for zarr v3 as is currently implemented in this PR. Raised an issue on xarray: pydata/xarray#9970

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.

1 participant