-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharray_basic.json
More file actions
31 lines (31 loc) · 950 Bytes
/
array_basic.json
File metadata and controls
31 lines (31 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"zarr_format": 3,
"node_type": "array",
"shape": [8760, 721, 1440],
"data_type": "float32",
"dimension_names": ["time", "lat", "lon"],
"chunk_grid": {
"name": "regular",
"configuration": { "chunk_shape": [100, 121, 240] }
},
"chunk_key_encoding": {
"name": "default",
"configuration": { "separator": "/" }
},
"fill_value": "NaN",
"codecs": [
{ "name": "bytes", "configuration": { "endian": "little" } },
{ "name": "zstd", "configuration": { "level": 5 } }
],
"attributes": {
"zarr_conventions": [
{
"schema_url": "https://raw.githubusercontent.com/zarr-conventions/nz/refs/tags/v1/schema.json",
"spec_url": "https://github.com/zarr-conventions/nz/blob/v1/README.md",
"uuid": "d0a980b5-c644-4dcc-85a1-283799a58f40",
"name": "NZ-1.0",
"description": "Structural interoperability layer for scientific array conventions on Zarr v3"
}
]
}
}