ome / omero-ms-zarr

Experimental micro-service for implementing the Zarr spec over HTTP
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
17 stars 12 forks source link

Clarify supported URLs protocol in the `image` key for masks #57

Open sbesson opened 4 years ago

sbesson commented 4 years ago

https://github.com/ome/omero-ms-zarr/blob/v0.1.6/spec.md#image includes two conventions for the value of the array key: either a relative path or an URL.

While the first convention was implementated and tested by omero-cli-zarr, it is unclear which URL protocols are expected to be supported. The specification document uses an example with the https protocol while the current omero-cli-zarr implementation uses an omero protocol - see https://github.com/ome/omero-cli-zarr/blob/313af34d151b824426f7f009dbfce833d2aee25c/src/omero_zarr/masks.py#L168-L171 Are other valid procotols like s3 also supported?