We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently one can write to json outside of the function
zarrchunks = kerchunk.zarr.ZarrToZarr(uri) with open(out_json, "wb") as f: f.write(ujson.dumps(zarrchunks))
Given this is a common operation it could be added to single_zarr