Tom Nicholas

Results 1090 comments of Tom Nicholas

The attributes issue should either be fixed or behave the same way as the rest of xarray upstream, and should be re-raised upstream if it's still not working. The ChunkManger...

Thanks for reporting this! Note this comment just before the line that throws your error: https://github.com/zarr-developers/VirtualiZarr/blob/3bf9f8524a3e8206962dfea82b25267fa7a2db38/virtualizarr/manifests/manifest.py#L73 So this was a deliberate limit on the scope when it was written. If...

Thanks! Okay awesome, how exactly might this work? A new module I guess, but where would it go? I think most of the functions I'm thinking of are basically time-series...

> I'm wondering about something along the lines of time_series, image_processing, or statistics (or some combination thereof). Yeah I think that's sensible. Distinguishing between functions intended for 1D or 2D...

> We would need xarray instead of pandas for multi-dimensional data sets, I believe. Yeah, I think if you used xarray instead you could get almost all the benefits of...

> When trying to use fsspec in the object store registry in virtualizarr 2.0 > > it seems like it was anticipated that an fsspec filesystem would be used in...

VirtualiZarr mostly is abstracted above the IO layer, but the abstraction it uses is now basically obstore's abstraction. As Sean explained, that's because we found that fsspec's abstraction caused us...

Do we want to keep this open to serve as a reminder to add narrative docs?

Isn't this a duplicate of #625? And weren't we going to do this through a special type of obstore/obspec CachingStore?

Is the `slow-test` actually being run in the CI?