From 2a05226690be52a2af6ac2fe667e18bab7541672 Mon Sep 17 00:00:00 2001 From: Norman Rzepka Date: Tue, 2 Jul 2024 17:31:59 +0200 Subject: [PATCH] RFC2 revision --- rfc/2/index.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rfc/2/index.md b/rfc/2/index.md index 1158fc74..eddba3c8 100644 --- a/rfc/2/index.md +++ b/rfc/2/index.md @@ -174,6 +174,11 @@ Support for the OME-Zarr 0.5 metadata is under development in [ome-zarr-py](http While it is clear that Zarr v3 will become the predominant version of the specification moving forward, current library support for v3 is still under active development. +An alternative to this proposal would be to [add Zarr v3 support to OME-Zarr 0.4](https://github.com/ome/ngff/pull/249) without changes to the OME-Zarr Metadata. +The contents of the `.zattrs` would simply move to the `attributes` within the `zarr.json`. +There would need to be some transparency for users to know what Zarr versions are supported by an implementation. +Additionally, there would be no opportunity to introduce a `ome` namespace in the attributes that is useful for composibility. +