Skip to content

Commit 6f61c8a

Browse files
kabilareffigies
authored andcommitted
Add OME-Zarr section
1 parent 62fcb64 commit 6f61c8a

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/common-principles.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,24 @@ The [BIDS-validator](https://github.com/bids-standard/bids-validator)
506506
will check for conflicts between the JSON file and the data recorded in the
507507
NIfTI header.
508508

509+
#### OME-Zarr
510+
511+
[Zarr](https://zarr-specs.readthedocs.io/) is a chunked, cloud-optimized format that provides efficient access to
512+
large multidimensional datasets without requiring a full download.
513+
[OME-Zarr](https://ngff.openmicroscopy.org/), developed by the Open Microscopy Environment (OME),
514+
extends Zarr with bioimaging-specific metadata.
515+
OME-Zarr is particularly suitable for very large imaging volumes (for example, high-resolution
516+
ex vivo MRI) where NIfTI would be impractical for streaming or web-based visualization.
517+
518+
OME-Zarr filesets are stored with the `.ome.zarr` extension.
519+
Spatial metadata (such as the axis names and units, and coordinate transformations) SHOULD
520+
be stored within the OME-Zarr metadata following the
521+
[OME-Zarr version 0.5 specification](https://ngff.openmicroscopy.org/specifications/0.5/index.html)
522+
(the latest released version).
523+
Extended support for coordinate systems and transformations is described in
524+
[RFC-5: Coordinate Systems and Transformations](https://ngff.openmicroscopy.org/rfc/5/index.html)
525+
(draft, expected to be released as part of OME-Zarr version 0.6).
526+
509527
### Tabular files
510528

511529
Tabular data MUST be saved as plain-text, tab-delimited values (TSV) files

0 commit comments

Comments
 (0)