Skip to content

Commit 1d2bcad

Browse files
committed
1 parent d042d77 commit 1d2bcad

File tree

7 files changed

+1628
-2
lines changed

7 files changed

+1628
-2
lines changed
Lines changed: 303 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,303 @@
1+
{
2+
"attributes": {
3+
"zarr_conventions": [
4+
{
5+
"uuid": "d35379db-88df-4056-af3a-620245f8e347",
6+
"schema_url": "https://raw.githubusercontent.com/zarr-conventions/multiscales/refs/tags/v1/schema.json",
7+
"spec_url": "https://github.com/zarr-conventions/multiscales/blob/v1/README.md",
8+
"name": "multiscales",
9+
"description": "Multiscale layout of zarr datasets"
10+
}
11+
],
12+
"multiscales": {
13+
"layout": [
14+
{
15+
"asset": "level0"
16+
},
17+
{
18+
"asset": "level1",
19+
"derived_from": "level0",
20+
"transform": {
21+
"scale": [
22+
2.0,
23+
2.0
24+
],
25+
"translation": [
26+
0.0,
27+
0.0
28+
]
29+
}
30+
},
31+
{
32+
"asset": "level2"
33+
}
34+
]
35+
}
36+
},
37+
"zarr_format": 3,
38+
"consolidated_metadata": {
39+
"kind": "inline",
40+
"must_understand": false,
41+
"metadata": {
42+
"level0": {
43+
"attributes": {},
44+
"zarr_format": 3,
45+
"consolidated_metadata": {
46+
"kind": "inline",
47+
"must_understand": false,
48+
"metadata": {}
49+
},
50+
"node_type": "group"
51+
},
52+
"level1": {
53+
"attributes": {},
54+
"zarr_format": 3,
55+
"consolidated_metadata": {
56+
"kind": "inline",
57+
"must_understand": false,
58+
"metadata": {}
59+
},
60+
"node_type": "group"
61+
},
62+
"level2": {
63+
"attributes": {},
64+
"zarr_format": 3,
65+
"consolidated_metadata": {
66+
"kind": "inline",
67+
"must_understand": false,
68+
"metadata": {}
69+
},
70+
"node_type": "group"
71+
},
72+
"level0/ar": {
73+
"shape": [
74+
200,
75+
100
76+
],
77+
"data_type": "float32",
78+
"chunk_grid": {
79+
"name": "regular",
80+
"configuration": {
81+
"chunk_shape": [
82+
200,
83+
100
84+
]
85+
}
86+
},
87+
"chunk_key_encoding": {
88+
"name": "default",
89+
"configuration": {
90+
"separator": "/"
91+
}
92+
},
93+
"fill_value": "NaN",
94+
"codecs": [
95+
{
96+
"name": "bytes",
97+
"configuration": {
98+
"endian": "little"
99+
}
100+
}
101+
],
102+
"attributes": {},
103+
"dimension_names": [
104+
"y",
105+
"x"
106+
],
107+
"zarr_format": 3,
108+
"node_type": "array",
109+
"storage_transformers": []
110+
},
111+
"level0/unrelated": {
112+
"shape": [
113+
200,
114+
100
115+
],
116+
"data_type": "float32",
117+
"chunk_grid": {
118+
"name": "regular",
119+
"configuration": {
120+
"chunk_shape": [
121+
200,
122+
100
123+
]
124+
}
125+
},
126+
"chunk_key_encoding": {
127+
"name": "default",
128+
"configuration": {
129+
"separator": "/"
130+
}
131+
},
132+
"fill_value": "NaN",
133+
"codecs": [
134+
{
135+
"name": "bytes",
136+
"configuration": {
137+
"endian": "little"
138+
}
139+
}
140+
],
141+
"attributes": {},
142+
"dimension_names": [
143+
"y",
144+
"x"
145+
],
146+
"zarr_format": 3,
147+
"node_type": "array",
148+
"storage_transformers": []
149+
},
150+
"level0/y": {
151+
"shape": [
152+
200
153+
],
154+
"data_type": "float32",
155+
"chunk_grid": {
156+
"name": "regular",
157+
"configuration": {
158+
"chunk_shape": [
159+
200
160+
]
161+
}
162+
},
163+
"chunk_key_encoding": {
164+
"name": "default",
165+
"configuration": {
166+
"separator": "/"
167+
}
168+
},
169+
"fill_value": "NaN",
170+
"codecs": [
171+
{
172+
"name": "bytes",
173+
"configuration": {
174+
"endian": "little"
175+
}
176+
}
177+
],
178+
"attributes": {},
179+
"dimension_names": [
180+
"y"
181+
],
182+
"zarr_format": 3,
183+
"node_type": "array",
184+
"storage_transformers": []
185+
},
186+
"level1/ar": {
187+
"shape": [
188+
100,
189+
50
190+
],
191+
"data_type": "float32",
192+
"chunk_grid": {
193+
"name": "regular",
194+
"configuration": {
195+
"chunk_shape": [
196+
100,
197+
50
198+
]
199+
}
200+
},
201+
"chunk_key_encoding": {
202+
"name": "default",
203+
"configuration": {
204+
"separator": "/"
205+
}
206+
},
207+
"fill_value": "NaN",
208+
"codecs": [
209+
{
210+
"name": "bytes",
211+
"configuration": {
212+
"endian": "little"
213+
}
214+
}
215+
],
216+
"attributes": {},
217+
"dimension_names": [
218+
"y",
219+
"x"
220+
],
221+
"zarr_format": 3,
222+
"node_type": "array",
223+
"storage_transformers": []
224+
},
225+
"level1/y": {
226+
"shape": [
227+
100
228+
],
229+
"data_type": "float32",
230+
"chunk_grid": {
231+
"name": "regular",
232+
"configuration": {
233+
"chunk_shape": [
234+
100
235+
]
236+
}
237+
},
238+
"chunk_key_encoding": {
239+
"name": "default",
240+
"configuration": {
241+
"separator": "/"
242+
}
243+
},
244+
"fill_value": "NaN",
245+
"codecs": [
246+
{
247+
"name": "bytes",
248+
"configuration": {
249+
"endian": "little"
250+
}
251+
}
252+
],
253+
"attributes": {},
254+
"dimension_names": [
255+
"y"
256+
],
257+
"zarr_format": 3,
258+
"node_type": "array",
259+
"storage_transformers": []
260+
},
261+
"level2/ar": {
262+
"shape": [
263+
50,
264+
25
265+
],
266+
"data_type": "float32",
267+
"chunk_grid": {
268+
"name": "regular",
269+
"configuration": {
270+
"chunk_shape": [
271+
50,
272+
25
273+
]
274+
}
275+
},
276+
"chunk_key_encoding": {
277+
"name": "default",
278+
"configuration": {
279+
"separator": "/"
280+
}
281+
},
282+
"fill_value": "NaN",
283+
"codecs": [
284+
{
285+
"name": "bytes",
286+
"configuration": {
287+
"endian": "little"
288+
}
289+
}
290+
],
291+
"attributes": {},
292+
"dimension_names": [
293+
"y",
294+
"x"
295+
],
296+
"zarr_format": 3,
297+
"node_type": "array",
298+
"storage_transformers": []
299+
}
300+
}
301+
},
302+
"node_type": "group"
303+
}

0 commit comments

Comments
 (0)