Zarr-python v3 was recently fully released (see blog post), so no longer in beta.
Is tifffile planning to support zarr v3? It would enable a lot of cool things, such as creating a virtualizarr reader for any tiff file so they can be version-controlled with icechunk.
On that topic: can tifffile be used to generate byte ranges and offsets for chunks in tiff files directly? That's the information we would need in order to write a virtualizarr reader. I see you can do it by creating a ZarrTiffStore then using .write_fsspec() - is that the most direct way?
cc @maxrjones
Zarr-python v3 was recently fully released (see blog post), so no longer in beta.
Is tifffile planning to support zarr v3? It would enable a lot of cool things, such as creating a virtualizarr reader for any tiff file so they can be version-controlled with icechunk.
On that topic: can tifffile be used to generate byte ranges and offsets for chunks in tiff files directly? That's the information we would need in order to write a virtualizarr reader. I see you can do it by creating a
ZarrTiffStorethen using.write_fsspec()- is that the most direct way?cc @maxrjones