We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/
c
"c1/2/3"
"1.2.3"
"c"
zarr.json
metadata_encoding
"https://purl.org/zarr/spec/protocol/core/3.0"
"application/json"
metadata_key_suffix
".json"
"{node_name}.array{metadata_key_suffix}"
dtype
data_type
chunk_grid
separator
"/"
compressor
"{node_name}.group{metadata_key_suffix}"
extensions
Writable:
delete
erase
erase_prefix
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Questions (in spec)
Misc
/
c
, and default dimension separator is/
(i.e."c1/2/3"
not"1.2.3"
)"c"
Metadata
Entry point metadata (formerly "bootstrap metadata")
zarr.json
(entry point metadata document in hierarchy root, formerly "bootstrap metadata") is the only definite JSONmetadata_encoding
is now a URL, not a MIME type (e.g."https://purl.org/zarr/spec/protocol/core/3.0"
instead of"application/json"
)metadata_key_suffix
is new, e.g.".json"
Array metadata
"{node_name}.array{metadata_key_suffix}"
dtype
->data_type
chunk_grid
object now containsseparator
="/"
compressor
is optionalGroup metadata
"{node_name}.group{metadata_key_suffix}"
extensions
Stores
/
Writable:
delete
is nowerase
erase_prefix
now existsThe text was updated successfully, but these errors were encountered: