Rechunking is such a common workload, and Cubed can crush it. But many people who want to rechunk zarr data don't necessarily want to get into xarray or python. Could we make a small standalone CLI tool that calls cubed.rechunk under the hood? Then users could run it e.g. using uvx. It could live here, or maybe in zarr-python.
The result would be effectively like exposing only the part of cubed that is essentially the original rechunker package.
cc @d-v-b
Rechunking is such a common workload, and Cubed can crush it. But many people who want to rechunk zarr data don't necessarily want to get into xarray or python. Could we make a small standalone CLI tool that calls
cubed.rechunkunder the hood? Then users could run it e.g. usinguvx. It could live here, or maybe in zarr-python.The result would be effectively like exposing only the part of cubed that is essentially the original
rechunkerpackage.cc @d-v-b