What are the zarr heuristics used for chunking in to_zarr()? #1069
Answered
by
d-v-b
hansmohrmann
asked this question in
Q&A
-
From the documentation in xarray.Dataset.to_zarr(), if no chunks are provided,
Is there a way to get these chunks before calling to_zarr() (without explicitly assigning chunks)? I'm assuming that this is done by zarr and not xarray. Thank you very much! |
Beta Was this translation helpful? Give feedback.
Answered by
d-v-b
Jul 7, 2022
Replies: 1 comment 1 reply
-
i believe that logic is inside this function: Line 81 in e1b71a3 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hansmohrmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i believe that logic is inside this function:
zarr-python/zarr/util.py
Line 81 in e1b71a3