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

have microservice provide multiscales value as an array #20

Closed mtbc closed 4 years ago

mtbc commented 4 years ago

Fix multiscales metadata from microservice to match #17.

Should be able to continue using fetch-ms-zarr.py to download with, --endpoint_url http://localhost:8080/ --url_format '{url}image/{image}/'

joshmoore commented 4 years ago
$ ./fetch-ms-zarr.py --endpoint_url http://localhost:8080/ --url_format '{url}image/{image}/' 251
$ cat .zattrs
{"multiscales": [{"datasets": [{"path": "0", "scale": 1.0}], "version": "0.1"}]}

LGTM (though I still need to remove "scale" from the spec)