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
Hi @steph-ben - thanks for opening this issue. At present, zarr-js, which we use to read zarr data over http, does not have support for fsspec's reference filesystem.
Another issue issue to consider for you application is that datasets used by @carbonplan/maps need to be reprojected into multiscale web-mercator quad-trees. A typical processing workflow would be: fsspec->xarray->ndpyramid->zarr. You might want to check out ndpyramid's examples for how we've done this in the past.
Thanks for this beautiful lib !
I try to use it with zarr generated with https://github.com/fsspec/kerchunk , which make usage of fsspec "Reference filesystem" . It allows indexing of existing NetCDF/GRIB files, than can be then loaded as a single dataset.
Eg. with python xarray I can load a zarr dataset with :
See this notebook for example
However it doesn't seem to be supported by this lib, I'm having the following error :
Not much details here, but maybe you have some thoughts on this topic ?
The text was updated successfully, but these errors were encountered: