pangeo-data / rechunker

Disk-to-disk chunk transformation for chunked arrays.
https://rechunker.readthedocs.io/
MIT License
162 stars 25 forks source link

cannot open result of rechunker with xarray #125

Open selipot opened 1 year ago

selipot commented 1 year ago

I am having an issue where I cannot open with xarray the result of the rechunker. I start from a zarr store that can be opened by xarray but the result does not seem to be properly organized and may be missing some elements? Not sure what went wrong in my setup? My code and executed notebook is there.

Seems related to #78 but not quite?

selipot commented 1 year ago

Oh I may not have read carefully the pangeo tutorial about rechunking a whole group ... I'll come back.