We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
image
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.
array
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?
omero-cli-zarr
https
omero
s3
The text was updated successfully, but these errors were encountered:
manics
Successfully merging a pull request may close this issue.
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 thehttps
protocol while the currentomero-cli-zarr
implementation uses anomero
protocol - see https://github.com/ome/omero-cli-zarr/blob/313af34d151b824426f7f009dbfce833d2aee25c/src/omero_zarr/masks.py#L168-L171 Are other valid procotols likes3
also supported?The text was updated successfully, but these errors were encountered: