funkelab / daisy

Block-wise task scheduling for large nD volumes.
MIT License
26 stars 17 forks source link

enable reading zarr files with zip storage #41

Closed abred closed 2 years ago

abred commented 2 years ago

zarr supports storing the data in a zip file https://zarr.readthedocs.io/en/stable/api/storage.html#zarr.storage.ZipStore

To keep it simple, only reading (if zip storage is used the file object has to be closed explicitly for the data to be written).