Replies: 2 comments 1 reply
-
Hi @JoOkuma. Thanks for posting your question.
As it happens we have just opened discussions section in zarr-python and it'd be great if you could post your question there! Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Maybe worth reading over issue ( #518 ) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm not sure what's the best place to ask
zarr
questions so I'm posting this here.I'm trying to iterate as fast as possible over a
zarr.Array
with very few chunks initialized.I couldn't find a method for this so I'm implementing my own function that will return a sequence of chunks and their respective slices.
I started with this function to get the chunks' key:
Is there any API to get the reverse
BasicIndexer
behavior, so for a givenkey
(chunk_selection
) I would get its slice (out_selection
)?Thanks
Beta Was this translation helpful? Give feedback.
All reactions