Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify goals/design #12

Merged
merged 2 commits into from
Nov 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
imagejan marked this conversation as resolved.
Show resolved Hide resolved