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

zarr-support for Dataset.from_images

Open jstriebel opened this issue 3 years ago • 0 comments

Detailed Description

  • Affected library: webknossos Dataset.from_images() and ds.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.

jstriebel avatar Dec 01 '22 11:12 jstriebel