You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how to think about handling null values in the context of ManifestArray. Partly because I'm not very familiar with how zarr / zarr-python handles them.
Zarr has the concept of a fill_value. This value is used in the case where a chunk is not found in the store to represent missing data.
Zarr has no concept of an arbitrary null value mask (like Xarray / CF conventions). When you use Zarr with Xarray, Xarray uses its own decoding / encoding mechanism to translate fill_value to NaN.
I'm not sure how to think about handling null values in the context of
ManifestArray
. Partly because I'm not very familiar with how zarr / zarr-python handles them.Relevant for #16, #22 and #29.
The text was updated successfully, but these errors were encountered: