omero-ms-zarr icon indicating copy to clipboard operation
omero-ms-zarr copied to clipboard

Experimental micro-service for implementing the Zarr spec over HTTP

Results 18 omero-ms-zarr issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/psf/black: 24.4.0 → 24.4.2](https://github.com/psf/black/compare/24.4.0...24.4.2)

This would be useful Josh: "Looks like we would need to add a handler: https://vertx.io/docs/apidocs/io/vertx/ext/web/handler/CorsHandler.html "

This leads to the following output: ``` $ ome_zarr info http://localhost:8080/image/1.zarr/ http://localhost:8080/image/1.zarr/ [zgroup] - metadata - Multiscales - OMERO - data - (1, 1, 1, 512, 512) not an ome-zarr:...

Since we have decided on an OME-zarr spec for HCS data (see https://github.com/ome/omero-ms-zarr/issues/73), we can start to think how we want clients to consume this data and display it. Some...

## Split masks ## For split masks the microservice specifies `"dtype":"|b1"` and the Zarr spec defines a Boolean data type as, > `"b"`: Boolean (integer type where all values are...

- [x] [Lionheart](https://outreach.openmicroscopy.org/webclient/img_detail/39529/?dataset=2886) - [ ] [idr0038 Chicken embryo](https://idr.openmicroscopy.org/webclient/img_detail/8343617/?dataset=7808)

@sbesson points out that since we decided to move to the "labeled-image" naming/structure, the use of "masks/" as a group name is now potentially confusing. "labels/" is likely as good...

Works okay in this case but among these may want to consider `\\Q`…`\\E` as in `Configuration.getRegexForNetPath` if there is any risk of a regex metacharacter someday appearing, e.g., if later...

```suggestion "original/0" ``` Match the example above? Or was this intentionally different to indicate something else? _Originally posted by @manics in https://github.com/ome/omero-ms-zarr/pull/64_

```suggestion │ # Each dimension of the label `(t, c, z, y, x)` must be either the same as the ``` Is there a situation where the dimension would be...