Replies: 1 comment 1 reply
-
Why are you specifying In xarray, the Here's the code: xarray/xarray/coding/variables.py Lines 165 to 170 in 8417f49 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to save data of
np.uint32
type to Zarr store:It seems that the
dtype
of the data is ignored on output when I provide_FillValue
setting for encoding thus "transforming" data tofloat64
type instead of requesteduint32
type. Please see example above which produces output:Does anybody have a suggestions on how to specify the
_FillValue
without messing up the type of stored data in Zarr format? Or is it a bug inxarray
?Any help or suggestion is much appreciated!
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions