You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, Zarr uses files without suffix for its data chunks, e.g. var/0, which are rejected during path-to-URI normalization. When I patched out this check the dataset loaded correctly. Would it be possible to disable the check?
The text was updated successfully, but these errors were encountered:
FYI we do have a dedicated Zarr reader coming in #271.
So the question becomes: "is there any other reason to disable this check other than for opening zarr (which will soon be handled by the dedicated reader)?"
It is possible to open a Zarr V2 dataset by first translating it to kerchunk with
and then opening it with
However, Zarr uses files without suffix for its data chunks, e.g.
var/0
, which are rejected during path-to-URI normalization. When I patched out this check the dataset loaded correctly. Would it be possible to disable the check?The text was updated successfully, but these errors were encountered: