@@ -68,10 +68,10 @@ specification version 2
6868<https://zarr.readthedocs.io/en/stable/spec/v2.html> `_ (Zarr v2). The
6969Zarr v2 specification is implemented in several programming
7070languages and is used to store and analyse large
71- scientific datasets from a variety of domains. However, it has become
72- clear that there are several opportunities for modest but useful
73- improvements to be made in the format, and for establishing a foundation
74- that allows for greater interoperability, whilst also enabling a variety
71+ scientific datasets from a variety of domains. However, it has become
72+ clear that there are several opportunities for modest but useful
73+ improvements to be made in the format, and for establishing a foundation
74+ that allows for greater interoperability, whilst also enabling a variety
7575of more advanced and specialised features to be explored and developed.
7676
7777This specification also draws heavily on the `N5 API and
@@ -347,7 +347,7 @@ The following figure illustrates the first part of the terminology:
347347 storage transformers may intercept and alter the storage keys and bytes
348348 of an array _ before they reach the underlying physical storage.
349349 Upon retrieval, the original keys and bytes are restored within the
350- transformer. Any number of storage transformers can be registered and
350+ transformer. Any number of storage transformers can be registered and
351351 stacked. In contrast to codecs, storage transformers can act on the
352352 complete array, rather than individual chunks. See the
353353 `storage transformers details `_ below.
@@ -718,7 +718,6 @@ compressed using gzip compression prior to storage::
718718 }
719719 }],
720720 "fill_value": "NaN",
721- "extensions": [],
722721 "attributes": {
723722 "foo": 42,
724723 "bar": "apples",
@@ -1577,7 +1576,7 @@ Let "+" be the string concatenation operator.
15771576 To discover all nodes in a hierarchy, one should discover the children of
15781577 the root of the hierarchy and then recursively list children of child
15791578 groups.
1580-
1579+
15811580 For hierarchies without group storage transformers one may also call
15821581 ``list_prefix("/") ``. All ``zarr.json `` keys represent either explicit
15831582 groups or arrays. All intermediate prefixes ending in a ``/ `` are implicit
0 commit comments