webknossos-libs icon indicating copy to clipboard operation
webknossos-libs copied to clipboard

Enable more compression methods for Zarr datasets

Open normanrz opened this issue 3 years ago • 0 comments

The PR #627 brings initial support for Zarr in the Dataset API. One major limitation is that only Blosc+Zstd compression is enabled. It would be desirable to enable a larger variety of compression methods that are already implemented for Zarr (cf. numcodecs). I wouldn't allow all compression methods, but limit the available compression methods to the ones that webKnossos can actually read.

normanrz avatar Mar 15 '22 11:03 normanrz