Closed Alexander-Barth closed 9 months ago
It turns out that the server returns the error 403 for missing chunks, while Zarr.jl only looks for 404:
In python-zarr any error is ignored and leading to a chunk filled with fill values:
Maybe we should so the same, at least for all HTTP errors between 400 and 499 (excluding internal server errors 500, ...).
Fixed by #134
When I try to load the following dataset with Zarr.jl, I get unfortunately an error:
Yet, the data can be read with python zarr
Note that all the data is filled with fill value (1e20) for this chunk. According to the OGC spec, it seems to be ok that not all chunks are present:
Can Zarr.jl handle this case too? Are you accepting a PR for this issue?
I am using Zarr v0.9.1.
Thank for this great package, by the way :-)
Full error from Zarr.jl: