File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -1085,11 +1085,6 @@ A Zarr group metadata object must contain the following mandatory key:
10851085
10861086Optional keys:
10871087
1088- ``storage_transformers `` (group)
1089- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1090-
1091- TBD
1092-
10931088``attributes ``
10941089^^^^^^^^^^^^^^
10951090
@@ -1527,6 +1522,10 @@ by the Array. Storage transformers can be configured per array via the
15271522not change the storage layout (e.g. for caching) may be specified at runtime without
15281523adding them to the array metadata.
15291524
1525+ .. note ::
1526+ It is planned to add storage transformers also to groups in a later revision
1527+ of this spec, see https://github.com/zarr-developers/zarr-specs/issues/215.
1528+
15301529A storage transformer serves the same `abstract store interface `_ as the store _.
15311530However, it should not persistently store any information necessary to restore the original data,
15321531but instead propagates this to the next storage transformer or the final store.
@@ -1567,8 +1566,7 @@ level extension metadata
15671566array data type `data_type `_
15681567array chunk grid `chunk_grid `_
15691568array codecs `codecs `_
1570- array storage transformer `storage_transformers (array) `_
1571- group storage transformer `storage_transformers (group) `_
1569+ array storage transformer `storage_transformers (array) `_
15721570=========== ======================= ================================================
15731571
15741572If such extension points are used by groups or arrays, they are required, except
You can’t perform that action at this time.
0 commit comments