-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathzarr.json
More file actions
58 lines (58 loc) · 1.02 KB
/
zarr.json
File metadata and controls
58 lines (58 loc) · 1.02 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"zarr_format": 3,
"node_type": "array",
"shape": [
4,
4
],
"data_type": {
"name": "optional",
"configuration": {
"name": "uint8",
"configuration": {}
}
},
"chunk_grid": {
"name": "regular",
"configuration": {
"chunk_shape": [
2,
2
]
}
},
"chunk_key_encoding": {
"name": "default",
"configuration": {
"separator": "/"
}
},
"fill_value": null,
"codecs": [
{
"name": "optional",
"configuration": {
"mask_codecs": [
{
"name": "packbits"
}
],
"data_codecs": [
{
"name": "bytes",
"configuration": {
"endian": "little"
}
}
]
}
}
],
"attributes": {
"description": "A 4x4 array of optional uint8 values with some missing data.\nN marks missing (`None`=`null`) values:\n 0 N 2 3 \n N 5 N 7 \n 8 9 N N \n12 N N N"
},
"dimension_names": [
"y",
"x"
]
}