Skip to content

Commit 4009efe

Browse files
committed
Update gitignore
1 parent 3432b90 commit 4009efe

File tree

25 files changed

+152
-3
lines changed

25 files changed

+152
-3
lines changed

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ dmypy.json
129129
.pyre/
130130

131131
.DS_Store
132-
out
133-
my_container.h5
134-
my_container.zarr
132+
/out/*
133+
/my_container.h5
134+
/my_container.zarr

tests/input/my_container.h5

15.3 KB
Binary file not shown.

tests/input/my_container.zarr/.zattrs

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"name": "my_container"
3+
}

tests/input/my_container.zarr/.zgroup

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"zarr_format": 2
3+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"name": "my_latitude"
3+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"zarr_format": 2
3+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
}
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"name": "my_longitude"
3+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"zarr_format": 2
3+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
}
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"latitude_in_deg": "my_latitude",
3+
"longitude_in_deg": "my_longitude",
4+
"name": "my_temperature"
5+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"zarr_format": 2
3+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"zarr_format": 2
3+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
}
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"reference_date": "2020-01-01"
3+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"zarr_format": 2
3+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
}
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"conversion_factor": 1000.0
3+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"zarr_format": 2
3+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
}
Binary file not shown.

0 commit comments

Comments
 (0)