Isongzhe commited on
Commit
3ff5af8
·
verified ·
1 Parent(s): c17406b

Upload folder using huggingface_hub

Browse files
smoke_test.zarr/lat/c/0 ADDED
Binary file (33 Bytes). View file
 
smoke_test.zarr/lat/zarr.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "shape": [
3
+ 3
4
+ ],
5
+ "data_type": "float64",
6
+ "chunk_grid": {
7
+ "name": "regular",
8
+ "configuration": {
9
+ "chunk_shape": [
10
+ 3
11
+ ]
12
+ }
13
+ },
14
+ "chunk_key_encoding": {
15
+ "name": "default",
16
+ "configuration": {
17
+ "separator": "/"
18
+ }
19
+ },
20
+ "fill_value": "NaN",
21
+ "codecs": [
22
+ {
23
+ "name": "bytes",
24
+ "configuration": {
25
+ "endian": "little"
26
+ }
27
+ },
28
+ {
29
+ "name": "zstd",
30
+ "configuration": {
31
+ "level": 0,
32
+ "checksum": false
33
+ }
34
+ }
35
+ ],
36
+ "attributes": {
37
+ "_FillValue": "AAAAAAAA+H8="
38
+ },
39
+ "dimension_names": [
40
+ "lat"
41
+ ],
42
+ "zarr_format": 3,
43
+ "node_type": "array",
44
+ "storage_transformers": []
45
+ }
smoke_test.zarr/lon/c/0 ADDED
Binary file (28 Bytes). View file
 
smoke_test.zarr/lon/zarr.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "shape": [
3
+ 3
4
+ ],
5
+ "data_type": "float64",
6
+ "chunk_grid": {
7
+ "name": "regular",
8
+ "configuration": {
9
+ "chunk_shape": [
10
+ 3
11
+ ]
12
+ }
13
+ },
14
+ "chunk_key_encoding": {
15
+ "name": "default",
16
+ "configuration": {
17
+ "separator": "/"
18
+ }
19
+ },
20
+ "fill_value": "NaN",
21
+ "codecs": [
22
+ {
23
+ "name": "bytes",
24
+ "configuration": {
25
+ "endian": "little"
26
+ }
27
+ },
28
+ {
29
+ "name": "zstd",
30
+ "configuration": {
31
+ "level": 0,
32
+ "checksum": false
33
+ }
34
+ }
35
+ ],
36
+ "attributes": {
37
+ "_FillValue": "AAAAAAAA+H8="
38
+ },
39
+ "dimension_names": [
40
+ "lon"
41
+ ],
42
+ "zarr_format": 3,
43
+ "node_type": "array",
44
+ "storage_transformers": []
45
+ }
smoke_test.zarr/temperature/c/0/0/0 ADDED
Binary file (153 Bytes). View file
 
smoke_test.zarr/temperature/zarr.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "shape": [
3
+ 4,
4
+ 3,
5
+ 3
6
+ ],
7
+ "data_type": "float32",
8
+ "chunk_grid": {
9
+ "name": "regular",
10
+ "configuration": {
11
+ "chunk_shape": [
12
+ 4,
13
+ 3,
14
+ 3
15
+ ]
16
+ }
17
+ },
18
+ "chunk_key_encoding": {
19
+ "name": "default",
20
+ "configuration": {
21
+ "separator": "/"
22
+ }
23
+ },
24
+ "fill_value": "NaN",
25
+ "codecs": [
26
+ {
27
+ "name": "bytes",
28
+ "configuration": {
29
+ "endian": "little"
30
+ }
31
+ },
32
+ {
33
+ "name": "zstd",
34
+ "configuration": {
35
+ "level": 0,
36
+ "checksum": false
37
+ }
38
+ }
39
+ ],
40
+ "attributes": {
41
+ "_FillValue": "AAAAAAAA+H8="
42
+ },
43
+ "dimension_names": [
44
+ "time",
45
+ "lat",
46
+ "lon"
47
+ ],
48
+ "zarr_format": 3,
49
+ "node_type": "array",
50
+ "storage_transformers": []
51
+ }
smoke_test.zarr/time/c/0 ADDED
Binary file (30 Bytes). View file
 
smoke_test.zarr/time/zarr.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "shape": [
3
+ 4
4
+ ],
5
+ "data_type": "int64",
6
+ "chunk_grid": {
7
+ "name": "regular",
8
+ "configuration": {
9
+ "chunk_shape": [
10
+ 4
11
+ ]
12
+ }
13
+ },
14
+ "chunk_key_encoding": {
15
+ "name": "default",
16
+ "configuration": {
17
+ "separator": "/"
18
+ }
19
+ },
20
+ "fill_value": 0,
21
+ "codecs": [
22
+ {
23
+ "name": "bytes",
24
+ "configuration": {
25
+ "endian": "little"
26
+ }
27
+ },
28
+ {
29
+ "name": "zstd",
30
+ "configuration": {
31
+ "level": 0,
32
+ "checksum": false
33
+ }
34
+ }
35
+ ],
36
+ "attributes": {},
37
+ "dimension_names": [
38
+ "time"
39
+ ],
40
+ "zarr_format": 3,
41
+ "node_type": "array",
42
+ "storage_transformers": []
43
+ }
smoke_test.zarr/zarr.json ADDED
@@ -0,0 +1,197 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attributes": {
3
+ "description": "smoke test data"
4
+ },
5
+ "zarr_format": 3,
6
+ "consolidated_metadata": {
7
+ "kind": "inline",
8
+ "must_understand": false,
9
+ "metadata": {
10
+ "lat": {
11
+ "shape": [
12
+ 3
13
+ ],
14
+ "data_type": "float64",
15
+ "chunk_grid": {
16
+ "name": "regular",
17
+ "configuration": {
18
+ "chunk_shape": [
19
+ 3
20
+ ]
21
+ }
22
+ },
23
+ "chunk_key_encoding": {
24
+ "name": "default",
25
+ "configuration": {
26
+ "separator": "/"
27
+ }
28
+ },
29
+ "fill_value": "NaN",
30
+ "codecs": [
31
+ {
32
+ "name": "bytes",
33
+ "configuration": {
34
+ "endian": "little"
35
+ }
36
+ },
37
+ {
38
+ "name": "zstd",
39
+ "configuration": {
40
+ "level": 0,
41
+ "checksum": false
42
+ }
43
+ }
44
+ ],
45
+ "attributes": {
46
+ "_FillValue": "AAAAAAAA+H8="
47
+ },
48
+ "dimension_names": [
49
+ "lat"
50
+ ],
51
+ "zarr_format": 3,
52
+ "node_type": "array",
53
+ "storage_transformers": []
54
+ },
55
+ "lon": {
56
+ "shape": [
57
+ 3
58
+ ],
59
+ "data_type": "float64",
60
+ "chunk_grid": {
61
+ "name": "regular",
62
+ "configuration": {
63
+ "chunk_shape": [
64
+ 3
65
+ ]
66
+ }
67
+ },
68
+ "chunk_key_encoding": {
69
+ "name": "default",
70
+ "configuration": {
71
+ "separator": "/"
72
+ }
73
+ },
74
+ "fill_value": "NaN",
75
+ "codecs": [
76
+ {
77
+ "name": "bytes",
78
+ "configuration": {
79
+ "endian": "little"
80
+ }
81
+ },
82
+ {
83
+ "name": "zstd",
84
+ "configuration": {
85
+ "level": 0,
86
+ "checksum": false
87
+ }
88
+ }
89
+ ],
90
+ "attributes": {
91
+ "_FillValue": "AAAAAAAA+H8="
92
+ },
93
+ "dimension_names": [
94
+ "lon"
95
+ ],
96
+ "zarr_format": 3,
97
+ "node_type": "array",
98
+ "storage_transformers": []
99
+ },
100
+ "temperature": {
101
+ "shape": [
102
+ 4,
103
+ 3,
104
+ 3
105
+ ],
106
+ "data_type": "float32",
107
+ "chunk_grid": {
108
+ "name": "regular",
109
+ "configuration": {
110
+ "chunk_shape": [
111
+ 4,
112
+ 3,
113
+ 3
114
+ ]
115
+ }
116
+ },
117
+ "chunk_key_encoding": {
118
+ "name": "default",
119
+ "configuration": {
120
+ "separator": "/"
121
+ }
122
+ },
123
+ "fill_value": "NaN",
124
+ "codecs": [
125
+ {
126
+ "name": "bytes",
127
+ "configuration": {
128
+ "endian": "little"
129
+ }
130
+ },
131
+ {
132
+ "name": "zstd",
133
+ "configuration": {
134
+ "level": 0,
135
+ "checksum": false
136
+ }
137
+ }
138
+ ],
139
+ "attributes": {
140
+ "_FillValue": "AAAAAAAA+H8="
141
+ },
142
+ "dimension_names": [
143
+ "time",
144
+ "lat",
145
+ "lon"
146
+ ],
147
+ "zarr_format": 3,
148
+ "node_type": "array",
149
+ "storage_transformers": []
150
+ },
151
+ "time": {
152
+ "shape": [
153
+ 4
154
+ ],
155
+ "data_type": "int64",
156
+ "chunk_grid": {
157
+ "name": "regular",
158
+ "configuration": {
159
+ "chunk_shape": [
160
+ 4
161
+ ]
162
+ }
163
+ },
164
+ "chunk_key_encoding": {
165
+ "name": "default",
166
+ "configuration": {
167
+ "separator": "/"
168
+ }
169
+ },
170
+ "fill_value": 0,
171
+ "codecs": [
172
+ {
173
+ "name": "bytes",
174
+ "configuration": {
175
+ "endian": "little"
176
+ }
177
+ },
178
+ {
179
+ "name": "zstd",
180
+ "configuration": {
181
+ "level": 0,
182
+ "checksum": false
183
+ }
184
+ }
185
+ ],
186
+ "attributes": {},
187
+ "dimension_names": [
188
+ "time"
189
+ ],
190
+ "zarr_format": 3,
191
+ "node_type": "array",
192
+ "storage_transformers": []
193
+ }
194
+ }
195
+ },
196
+ "node_type": "group"
197
+ }