Skip to content

Commit b3523c9

Browse files
committedOct 1, 2021
Make number of dim requirement more explicit
1 parent df835f1 commit b3523c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎latest/index.bs

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ Each dictionary contained in the list MUST contain the field "datasets", which i
229229
the arrays storing the individual resolution levels.
230230
Each dictionary in "datasets" MUST contain the field "path", whose value contains the path to the array for this resolution relative
231231
to the current zarr group. The "path"s MUST be ordered from largest (i.e. highest resolution) to smallest.
232+
All arrays MUST have the same number of dimensions and MUST NOT have more than 5 dimensions.
232233

233234
It MUST contain the field "axes", see [[#axes-md]] and the length of the lists in "axes" must be equal to the number of dimensions in the array.
234235
The "labels" list must be repeated in the field "_ARRAY_DIMENSIONS" of all scale groups (i.e. groups containing arrays with the multiscale data).

0 commit comments

Comments
 (0)
Please sign in to comment.