gzuidhof / zarr.js

Javascript implementation of Zarr
https://guido.io/zarr.js
Apache License 2.0
133 stars 23 forks source link

DirectoryStore, ZipStore and other stores support #114

Open aliaksei-chareshneu opened 2 years ago

aliaksei-chareshneu commented 2 years ago

Dear all,

First of all, many thanks for developing this, it is of great help for those using Zarr!

I would like to ask you if Zarr js currently supports DirectoryStore, ZipStore or other stores (listed here: https://zarr.readthedocs.io/en/stable/api/storage.html) E.g., is it possible to access not just Zarr array, as shown in the example in Zarr js docs, but e.g. whole directory store (with groups and arrays) or even Zip store?

Best regards, Aliaksei