Closed
Description
Arrays written by tensorstore are being returned by open_array, open, AsyncArray.open, etc. as having all fill values.
$ ./ts_info.py output.zarr/0
min=3 max=4095
$ ./zr_info.py output.zarr/0/
min=0 max=0
zarr.json
{
"chunk_grid": {
"configuration": {
"chunk_shape": [
1,
1,
275,
271
]
},
"name": "regular"
},
"chunk_key_encoding": {
"name": "default"
},
"codecs": [
{
"configuration": {
"endian": "little"
},
"name": "bytes"
},
{
"configuration": {
"blocksize": 0,
"clevel": 5,
"cname": "lz4",
"shuffle": "shuffle",
"typesize": 2
},
"name": "blosc"
}
],
"data_type": "uint16",
"dimension_names": [
"c",
"z",
"y",
"x"
],
"fill_value": 0,
"node_type": "array",
"shape": [
2,
236,
275,
271
],
"zarr_format": 3
}
Metadata
Metadata
Assignees
Type
Projects
Status
Done