Replies: 1 comment
-
As a workaround, I can manually modify After the zarr has been initialized, I wonder if I can fill it with distributed writes. |
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
-
Hello
I would like to create a zarr file, and add chunked data incrementally.
In this example, I add items by chunks of size 5.
However, at zarr creation, if
item_id
coordinate is an empty list,chunks
configuration is not correctly stored intest.zarr/item_data/.zarray
, and the script finally creates 10 files intest.zarr/item_data/
instead of 2.Is it the right way to do it?
I wonder if it comes from #8251
Beta Was this translation helpful? Give feedback.
All reactions