-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
152 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"Description": "Consolidated zarr test" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"zarr_format": 2 | ||
} |
67 changes: 67 additions & 0 deletions
67
nczarr_test/ref_consolidated_zarr_2.18.2_python.zarr/.zmetadata
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"metadata": { | ||
".zattrs": { | ||
"Description": "Consolidated zarr test" | ||
}, | ||
".zgroup": { | ||
"zarr_format": 2 | ||
}, | ||
"G1/.zattrs": { | ||
"Details": "Varibles are chunked" | ||
}, | ||
"G1/.zgroup": { | ||
"zarr_format": 2 | ||
}, | ||
"G1/subg1/.zgroup": { | ||
"zarr_format": 2 | ||
}, | ||
"G1/subg1/myarray/.zarray": { | ||
"chunks": [ | ||
6, | ||
15 | ||
], | ||
"compressor": { | ||
"blocksize": 0, | ||
"clevel": 5, | ||
"cname": "lz4", | ||
"id": "blosc", | ||
"shuffle": 1 | ||
}, | ||
"dtype": "<i4", | ||
"fill_value": 0, | ||
"filters": null, | ||
"order": "C", | ||
"shape": [ | ||
6, | ||
15 | ||
], | ||
"zarr_format": 2 | ||
}, | ||
"G2/.zgroup": { | ||
"zarr_format": 2 | ||
}, | ||
"G2/other variable with spaces/.zarray": { | ||
"chunks": [ | ||
3, | ||
5 | ||
], | ||
"compressor": { | ||
"blocksize": 0, | ||
"clevel": 5, | ||
"cname": "lz4", | ||
"id": "blosc", | ||
"shuffle": 1 | ||
}, | ||
"dtype": "<i8", | ||
"fill_value": 0, | ||
"filters": null, | ||
"order": "C", | ||
"shape": [ | ||
3, | ||
5 | ||
], | ||
"zarr_format": 2 | ||
} | ||
}, | ||
"zarr_consolidated_format": 1 | ||
} |
3 changes: 3 additions & 0 deletions
3
nczarr_test/ref_consolidated_zarr_2.18.2_python.zarr/G1/.zattrs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"Details": "Varibles are chunked" | ||
} |
3 changes: 3 additions & 0 deletions
3
nczarr_test/ref_consolidated_zarr_2.18.2_python.zarr/G1/.zgroup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"zarr_format": 2 | ||
} |
3 changes: 3 additions & 0 deletions
3
nczarr_test/ref_consolidated_zarr_2.18.2_python.zarr/G1/subg1/.zgroup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"zarr_format": 2 | ||
} |
22 changes: 22 additions & 0 deletions
22
nczarr_test/ref_consolidated_zarr_2.18.2_python.zarr/G1/subg1/myarray/.zarray
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"chunks": [ | ||
6, | ||
15 | ||
], | ||
"compressor": { | ||
"blocksize": 0, | ||
"clevel": 5, | ||
"cname": "lz4", | ||
"id": "blosc", | ||
"shuffle": 1 | ||
}, | ||
"dtype": "<i4", | ||
"fill_value": 0, | ||
"filters": null, | ||
"order": "C", | ||
"shape": [ | ||
6, | ||
15 | ||
], | ||
"zarr_format": 2 | ||
} |
Binary file added
BIN
+130 Bytes
nczarr_test/ref_consolidated_zarr_2.18.2_python.zarr/G1/subg1/myarray/0.0
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
nczarr_test/ref_consolidated_zarr_2.18.2_python.zarr/G2/.zgroup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"zarr_format": 2 | ||
} |
22 changes: 22 additions & 0 deletions
22
nczarr_test/ref_consolidated_zarr_2.18.2_python.zarr/G2/other variable with spaces/.zarray
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"chunks": [ | ||
3, | ||
5 | ||
], | ||
"compressor": { | ||
"blocksize": 0, | ||
"clevel": 5, | ||
"cname": "lz4", | ||
"id": "blosc", | ||
"shuffle": 1 | ||
}, | ||
"dtype": "<i8", | ||
"fill_value": 0, | ||
"filters": null, | ||
"order": "C", | ||
"shape": [ | ||
3, | ||
5 | ||
], | ||
"zarr_format": 2 | ||
} |
Binary file added
BIN
+136 Bytes
nczarr_test/ref_consolidated_zarr_2.18.2_python.zarr/G2/other variable with spaces/0.0
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters