File tree 25 files changed +152
-3
lines changed
25 files changed +152
-3
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,6 @@ dmypy.json
129
129
.pyre /
130
130
131
131
.DS_Store
132
- out
133
- my_container.h5
134
- my_container.zarr
132
+ / out / *
133
+ / my_container.h5
134
+ / my_container.zarr
Original file line number Diff line number Diff line change
1
+ {
2
+ "name": "my_container"
3
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "zarr_format": 2
3
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "name": "my_latitude"
3
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "zarr_format": 2
3
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "chunks": [
3
+ 2,
4
+ 2
5
+ ],
6
+ "compressor": {
7
+ "blocksize": 0,
8
+ "clevel": 5,
9
+ "cname": "lz4",
10
+ "id": "blosc",
11
+ "shuffle": 1
12
+ },
13
+ "dtype": "<f8",
14
+ "fill_value": 0.0,
15
+ "filters": null,
16
+ "order": "C",
17
+ "shape": [
18
+ 2,
19
+ 2
20
+ ],
21
+ "zarr_format": 2
22
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "name": "my_longitude"
3
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "zarr_format": 2
3
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "chunks": [
3
+ 2,
4
+ 2
5
+ ],
6
+ "compressor": {
7
+ "blocksize": 0,
8
+ "clevel": 5,
9
+ "cname": "lz4",
10
+ "id": "blosc",
11
+ "shuffle": 1
12
+ },
13
+ "dtype": "<f8",
14
+ "fill_value": 0.0,
15
+ "filters": null,
16
+ "order": "C",
17
+ "shape": [
18
+ 2,
19
+ 2
20
+ ],
21
+ "zarr_format": 2
22
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "latitude_in_deg": "my_latitude",
3
+ "longitude_in_deg": "my_longitude",
4
+ "name": "my_temperature"
5
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "zarr_format": 2
3
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "zarr_format": 2
3
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "chunks": [
3
+ 2
4
+ ],
5
+ "compressor": {
6
+ "blocksize": 0,
7
+ "clevel": 5,
8
+ "cname": "lz4",
9
+ "id": "blosc",
10
+ "shuffle": 1
11
+ },
12
+ "dtype": "<U10",
13
+ "fill_value": "",
14
+ "filters": null,
15
+ "order": "C",
16
+ "shape": [
17
+ 2
18
+ ],
19
+ "zarr_format": 2
20
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "reference_date": "2020-01-01"
3
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "zarr_format": 2
3
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "chunks": [
3
+ 2
4
+ ],
5
+ "compressor": {
6
+ "blocksize": 0,
7
+ "clevel": 5,
8
+ "cname": "lz4",
9
+ "id": "blosc",
10
+ "shuffle": 1
11
+ },
12
+ "dtype": "<i8",
13
+ "fill_value": 0,
14
+ "filters": null,
15
+ "order": "C",
16
+ "shape": [
17
+ 2
18
+ ],
19
+ "zarr_format": 2
20
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "conversion_factor": 1000.0
3
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "zarr_format": 2
3
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "chunks": [
3
+ 2,
4
+ 2,
5
+ 2
6
+ ],
7
+ "compressor": {
8
+ "blocksize": 0,
9
+ "clevel": 5,
10
+ "cname": "lz4",
11
+ "id": "blosc",
12
+ "shuffle": 1
13
+ },
14
+ "dtype": "<f8",
15
+ "fill_value": 0.0,
16
+ "filters": null,
17
+ "order": "C",
18
+ "shape": [
19
+ 2,
20
+ 2,
21
+ 2
22
+ ],
23
+ "zarr_format": 2
24
+ }
You can’t perform that action at this time.
0 commit comments