Skip to content

Commit

Permalink
Upstream virtualizarr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Oct 6, 2024
1 parent c7be83d commit d0c64d6
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 6 deletions.
2 changes: 2 additions & 0 deletions zarrs/tests/data/virtualizarr/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
zarr==2.18.3
virtualizarr @ git+https://github.com/LDeakin/VirtualiZarr@zarr_v3_fixes
Binary file modified zarrs/tests/data/virtualizarr/virtualizarr.nc
Binary file not shown.
13 changes: 11 additions & 2 deletions zarrs/tests/data/virtualizarr/virtualizarr.zarr/data/zarr.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,19 @@
},
"codecs": [
{
"name": "bytes",
"configuration": {
"order": [
0,
1
]
},
"name": "transpose"
},
{
"configuration": {
"endian": "little"
}
},
"name": "bytes"
}
],
"data_type": "int64",
Expand Down
12 changes: 10 additions & 2 deletions zarrs/tests/data/virtualizarr/virtualizarr.zarr/x/zarr.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,18 @@
},
"codecs": [
{
"name": "bytes",
"configuration": {
"order": [
0
]
},
"name": "transpose"
},
{
"configuration": {
"endian": "little"
}
},
"name": "bytes"
}
],
"data_type": "int64",
Expand Down
12 changes: 10 additions & 2 deletions zarrs/tests/data/virtualizarr/virtualizarr.zarr/y/zarr.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,18 @@
},
"codecs": [
{
"name": "bytes",
"configuration": {
"order": [
0
]
},
"name": "transpose"
},
{
"configuration": {
"endian": "little"
}
},
"name": "bytes"
}
],
"data_type": "int64",
Expand Down

0 comments on commit d0c64d6

Please sign in to comment.