chunks not updated from one zarr to another #5407
Unanswered
raybellwaves
asked this question in
Q&A
Replies: 1 comment
-
I believe i'm getting caught out by the default encoding dict |
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
-
I'm creating a zarr store from another zarr store. Before I write to the final zarr store I call
ds.compute()
. I'm unsure on why the chunks metadata from the source zarr is copied over. I would have though chunks would have matched shape or not be present.Looking at ds.zarr/air_temperature_at_2_metres/.zarray I see:
Beta Was this translation helpful? Give feedback.
All reactions