diff --git a/rfc/6/index.md b/rfc/6/index.md index 93b68528..a729da02 100644 --- a/rfc/6/index.md +++ b/rfc/6/index.md @@ -47,21 +47,6 @@ The current spec seems to acknowledge that this is to be expected to some degree This RFC aims to codify what already seems to be common practice by moving from a multiscales array to a single multisclaes object. This will reduce complexity for implementations. - - ## Proposal The OME-Zarr metadata in a `zarr.json` file of a multiscale MUST contain a single `multiscale` object. This replaces the current `multiscales` array. @@ -120,43 +105,14 @@ Adapted example from the current spec: For data that needs to have multiple multiscales, it is encouraged to store them in separate OME-Zarr datasets with their own OME-Zarr metadata. - ## Requirements The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [IETF RFC 2119](https://tools.ietf.org/html/rfc2119) - - ## Stakeholders - - The main stakeholders for this RFC are OME-Zarr tool developers and exsiting OME-Zarr image providers. Developers will have to update their implementations to account for the breaking change. Because this change is not backwards compatible, it will require a change to existing OME-Zarr images to make them compatible with this RFC. ### Socialization @@ -175,204 +131,10 @@ Examples of implementations that only work with a single multiscale: - [itk-vtk](https://github.com/Kitware/itk-vtk-viewer/blob/master/src/IO/ZarrMultiscaleSpatialImage.js#L173) - [OMERO](https://github.com/ome/ZarrReader/issues/44) - - - ## Drawbacks, risks, alternatives, and unknowns This is a breaking change with the typical drawbacks of breaking changes. - - - - - - - - - - ## Compatibility -This proposal is not backwards compatible and should be released in a new version of OME-Zarr. - - - - - - - - \ No newline at end of file +This proposal is not backwards compatible and should be released in a new version of OME-Zarr. \ No newline at end of file