File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -161,15 +161,15 @@ store.zarr # One scene dataset
161161│ └── zarr.json
162162│
163163├── volume
164- │ ├── zarr.json # group level attributes ( multiscales)
165- │ └ ── 0 # a group containing the 0th scale
166- │ └ ── image # a Zarr array
167- │ └── zarr.json # physical coordinate system and transformations here
164+ │ ├── zarr.json # Implements " multiscales"
165+ │ ├ ── 0 # Resolution levels
166+ │ ├ ── ...
167+ │ └── labels # Labels (optional)
168168└── crop
169- ├── zarr.json # group level attributes ( multiscales)
170- └ ── 0 # a group containing the 0th scale
171- └ ── image # a Zarr array
172- └── zarr.json # physical coordinate system and transformations here
169+ ├── zarr.json # Implements " multiscales"
170+ ├ ── 0 # Resolution levels
171+ ├ ── ...
172+ └── labels # Labels (optional)
173173</pre >
174174
175175## OME-Zarr Metadata
You can’t perform that action at this time.
0 commit comments