Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 3 additions & 1 deletion help-desk/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ As with any initiative involving community consensus, feature adoption and scope

**7. Does this format work for non-microscopy data too?**

OME-Zarrs are, by definition, Zarr files with added structures defined by the OME community. These structures have been defined and developed to attend to the needs of the microscopy community, but are by no means limited to those. If you work on other kinds of large multidimensional arrays and you find the OME-Zarr metadata structures useful for your work, great! You might also need different kinds of structures; if you believe these would also be useful for a broader community, engaging with the RFC process is always welcome; otherwise, you might want to consider "pure" Zarr.
OME-Zarrs are, by definition, Zarr files with added structures defined by the OME community. These structures have been defined and developed to attend to the needs of the microscopy community, but are by no means limited to those. If you work on other kinds of large multidimensional arrays and you find the OME-Zarr metadata structures useful for your work, great! For example, the [BIDS specification supports OME-Zarr](https://bids-specification.readthedocs.io/en/stable/common-principles.html#imaging-files) as a storage format for all imaging data. You might also need different kinds of structures; if you believe these would also be useful for a broader community, engaging with the RFC process is always welcome; otherwise, you might want to consider "pure" Zarr.

**8. Is OME-Zarr a stable format?**

Expand Down Expand Up @@ -166,6 +166,8 @@ Jump to:

### B

**BIDS** - Brain Imaging Data Structure (BIDS) is a community-developed standard for organizing and describing neuroscientific data. The [BIDS specification supports OME-Zarr](https://bids-specification.readthedocs.io/en/stable/common-principles.html#imaging-files) as a storage format for large imaging data.

[Back to top](#glossary)

### C
Expand Down
2 changes: 1 addition & 1 deletion resources/ecosystem/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It fits microscope acquisition software, analysis pipelines, standards and exten
| Name | Link | Description | Status |
| -------- | ------- | ------- | ------ |
| SpatialData | [![image](https://github.githubassets.com/favicons/favicon.svg)](https://github.com/scverse/spatialdata) | An open and universal framework for processing spatial omics data. | [published](https://www.nature.com/articles/s41592-024-02212-x) |
| BIDS | [![image](https://github.githubassets.com/favicons/favicon.svg)](https://bids-specification.readthedocs.io/en/stable/common-principles.html#imaging-files) | A community-developed standard for organizing and describing neuroscientific data, currently adding support for OME-Zarr. | [work in progress](https://github.com/bids-standard/bids-specification/pull/2392) |
| BIDS | [![image](https://raw.githubusercontent.com/bids-standard/bids-specification/refs/heads/master/src/images/favicon.png)](https://bids-specification.readthedocs.io/en/stable/common-principles.html#imaging-files) | A community-developed standard for organizing and describing neuroscientific data, which supports OME-Zarr as a storage format for large imaging data. | [merged](https://github.com/bids-standard/bids-specification/pull/2392) |


## Gallery-like displays
Expand Down
Loading