Replies: 1 comment 2 replies
-
It depends on what you mean by "remove". It is possible to delete the chunks and keep the array size the same--the deleted chunks would be replaced with the array fill value. It is not currently possible to delete chunks and resize the array to become smaller. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a Zarr dataset of a 3D volume in ZYX format. If the total dataset size is (z, y, x) pixels, the chunk size is set to (16, y, x).
After the dataset is created, I would need to manually verify the slices and remove slices with artifacts.
Is there a way to do this in zarr and if not, would it be beneficial to implement?
Thanks,
Chaitanya
Beta Was this translation helpful? Give feedback.
All reactions