zarr-developers / VirtualiZarr

Create virtual Zarr stores from archival data files using xarray syntax
https://virtualizarr.readthedocs.io/en/latest/
Apache License 2.0
68 stars 10 forks source link

Transposition via codec #163

Open TomNicholas opened 1 week ago

TomNicholas commented 1 week ago

In https://github.com/fsspec/kerchunk/issues/377#issuecomment-1798683304 @ivirshup suggested that virtual zarr arrays could support

Transpose/ permute dims (re-order chunks + add a transpose codec)

I had forgotten about this suggestion until re-reading just now. We should be able to do that in virtualizarr pretty easily.