Replies: 2 comments 3 replies
-
apologies for the pretty late reply. I don't think this is a bug (even though the error message could certainly be clearer): the reason this fails is because |
Beta Was this translation helpful? Give feedback.
0 replies
-
@keewis Thank you for your response! We use |
Beta Was this translation helpful? Give feedback.
3 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.
-
I ran across the situation when
xarray
is raising an exception ifchunks
is provided along with_FillValue=None
for encoding of the data when writing to the Zarr store. It works perfectly fine if only one of_FillValue
orchunks
is provided though. Is it a bug?The code below
raises an exception:
ValueError: unexpected encoding parameters for zarr backend: ['_FillValue']
Beta Was this translation helpful? Give feedback.
All reactions