From 37d0e2ad5639fe2a223299eed936cb36faf0c4df Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Mon, 9 Dec 2024 14:38:45 -0500 Subject: [PATCH] rfc-2: note ngff-zarr implementation support --- rfc/2/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/rfc/2/index.md b/rfc/2/index.md index 9853587c..64e46ece 100644 --- a/rfc/2/index.md +++ b/rfc/2/index.md @@ -287,6 +287,18 @@ See [Background](#background) for a list of v3-capable Zarr libraries. Support for the OME-Zarr 0.5 metadata is under development in [ome-zarr-py](https://github.com/ome/ome-zarr-py/pull/383/files) and other implementations. +[ngff-zarr](https://ngff-zarr.readthedocs.io/) supports creating [OME-Zarr 0.5 +from +Python](https://ngff-zarr.readthedocs.io/en/latest/python.html#array-to-ngff-image) +via Zarr-Python or +[Tensorstore](https://ngff-zarr.readthedocs.io/en/latest/python.html#writing-with-tensorstore), +[converting +OME-Zarr](https://ngff-zarr.readthedocs.io/en/latest/python.html#convert-ome-zarr-versions) +version 0.4 to 0.5 and 0.5 to 0.4, [validating OME-Zarr 0.5 +metadata](https://ngff-zarr.readthedocs.io/en/latest/python.html#validate-ome-zarr-metadata), +and [converting other file formats to OME-Zarr +0.5](https://ngff-zarr.readthedocs.io/en/latest/cli.html). + ## Drawbacks, risks, alternatives, and unknowns 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.