webknossos-libs
webknossos-libs copied to clipboard
zarr-support for Dataset.from_images
Detailed Description
- Affected library: webknossos
Dataset.from_images()andds.add_layer_from_images()do not support zarr datasets yet and maybe (see below) should. It should be possible to simply copy or link the data and add a datasource-properties.json, but we might also want to do re-chunking.
Use Cases & Context
When user's upload image data, Dataset.from_images() will be used (see #825). Users might want to upload zarr datasets there. An alternative would be to upload the on GCS/S3 and import them as streamed zarr datasets.