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

manually specify chunks in open_zarr #2423

Closed
rabernat opened this issue Sep 19, 2018 · 2 comments
Closed

manually specify chunks in open_zarr #2423

rabernat opened this issue Sep 19, 2018 · 2 comments
Labels
topic-zarr Related to zarr storage library

Comments

@rabernat
Copy link
Contributor

Currently, open_zarr has two possible chunking behaviors. auto_chunk=True (default) creates dask chunks corresponding with zarr chunks. auto_chunk=False creates no chunks. But what if you want to manually specify the chunks, as with open_dataset(chunks=...). open_zarr could easily support this, but it does not currently.

Note that this is not the same as calling .chunk() post dataset creation. That operation is very inefficient, since it begins from a single global chunk for each variable.

@dcherian dcherian added the topic-zarr Related to zarr storage library label Jan 2, 2019
@andersy005
Copy link
Member

Is it not the case that this issue was fully addressed by #2530 ?

@dcherian
Copy link
Contributor

dcherian commented Jan 9, 2020

Looks like it. Thanks!

@dcherian dcherian closed this as completed Jan 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic-zarr Related to zarr storage library
Projects
None yet
Development

No branches or pull requests

3 participants