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
While I have a custom backend array inheriting from ZarrArrayWrapper, this example using ZarrArrayWrapper directly still highlights the same unexpected behavior of everything being read in.
Discussed in #8751
Originally posted by ilan-gold February 15, 2024
My goal is to get a dataset from custom io-zarr backend lazy-loaded. But when I declare a
DataArray
based on theVariable
which usesLazilyIndexedArray
, everything is read in. Is this expected? I specifically don't want to have to use dask if possible. I have seen https://github.com/aurghs/xarray-backend-tutorial/blob/main/2.Backend_with_Lazy_Loading.ipynb but it's a little bit different.While I have a custom backend array inheriting from
ZarrArrayWrapper
, this example usingZarrArrayWrapper
directly still highlights the same unexpected behavior of everything being read in.The text was updated successfully, but these errors were encountered: