From e2cdc87959368e877f6e64770afcd0bfe3d2f4d3 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Thu, 21 Nov 2024 11:26:17 +0100 Subject: [PATCH 1/2] Clarify goals/design --- docs/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 84063c1..5cbf0c4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,7 +7,10 @@ It aims to be a reference implementation of the OME-zarr specification. This package is designed with the following guiding principles: -- Slim, with as few dependencies as possible - Strict adherence to the OME-zarr specification +- A usable set of Python classes for reading and writing and interacting with OME-zarr metadata - A separate object for each version of the OME-zarr specification - Data operations are out of scope + +When adhering to the OME-zarr specification conflicts with usability, we choose adherence to the specification. +If you can think of an improvement to make this more usable that conflicts the specification, then we encourage you to suggest changes to the specifciation. From 3ee947a18393c7694029494736462e81b8e73e92 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Thu, 21 Nov 2024 14:06:03 +0100 Subject: [PATCH 2/2] Update index.md --- docs/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 5cbf0c4..153816e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,5 +12,4 @@ This package is designed with the following guiding principles: - A separate object for each version of the OME-zarr specification - Data operations are out of scope -When adhering to the OME-zarr specification conflicts with usability, we choose adherence to the specification. -If you can think of an improvement to make this more usable that conflicts the specification, then we encourage you to suggest changes to the specifciation. +We are trying to make this as usable and useful as possible while still complying with the OME-zarr specification.