Skip to content

Commit

Permalink
Merge pull request #238 from clbarnes/remove_arr_ext
Browse files Browse the repository at this point in the history
Remove "extensions" from example array metadata
  • Loading branch information
jbms authored May 11, 2023
2 parents cdf97c9 + 375e289 commit a9abaa1
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/v3/core/v3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ specification version 2
<https://zarr.readthedocs.io/en/stable/spec/v2.html>`_ (Zarr v2). The
Zarr v2 specification is implemented in several programming
languages and is used to store and analyse large
scientific datasets from a variety of domains. However, it has become
clear that there are several opportunities for modest but useful
improvements to be made in the format, and for establishing a foundation
that allows for greater interoperability, whilst also enabling a variety
scientific datasets from a variety of domains. However, it has become
clear that there are several opportunities for modest but useful
improvements to be made in the format, and for establishing a foundation
that allows for greater interoperability, whilst also enabling a variety
of more advanced and specialised features to be explored and developed.

This specification also draws heavily on the `N5 API and
Expand Down Expand Up @@ -347,7 +347,7 @@ The following figure illustrates the first part of the terminology:
storage transformers may intercept and alter the storage keys and bytes
of an array_ before they reach the underlying physical storage.
Upon retrieval, the original keys and bytes are restored within the
transformer. Any number of storage transformers can be registered and
transformer. Any number of storage transformers can be registered and
stacked. In contrast to codecs, storage transformers can act on the
complete array, rather than individual chunks. See the
`storage transformers details`_ below.
Expand Down Expand Up @@ -718,7 +718,6 @@ compressed using gzip compression prior to storage::
}
}],
"fill_value": "NaN",
"extensions": [],
"attributes": {
"foo": 42,
"bar": "apples",
Expand Down Expand Up @@ -1577,7 +1576,7 @@ Let "+" be the string concatenation operator.
To discover all nodes in a hierarchy, one should discover the children of
the root of the hierarchy and then recursively list children of child
groups.

For hierarchies without group storage transformers one may also call
``list_prefix("/")``. All ``zarr.json`` keys represent either explicit
groups or arrays. All intermediate prefixes ending in a ``/`` are implicit
Expand Down

0 comments on commit a9abaa1

Please sign in to comment.