Skip to content

Chunk aligned indexing using zarr-python v3 #499

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

Draft
wants to merge 11 commits into
base: develop
Choose a base branch
from

Conversation

TomNicholas
Copy link
Member

Replacement for #183, but this PR takes advantage of indexing internals from zarr-python v3

@TomNicholas TomNicholas added the enhancement New feature or request label Mar 22, 2025
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remember not to commit changes to this file - it was just to get tests running working locally and is unrelated to this PR

Comment on lines +43 to +44
if indexer.drop_axes:
raise NotImplementedError
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This never triggers, and I don't know why. Either a bug in zarr.core.indexing or I don't understand this part of zarr.core.indexing (more likely).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support indexing by slicing along chunk boundaries?
1 participant