You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When an input slice is inserted into a data cube in zarr format which has defined a packing of variables, these input slices are incorrect in the data cube.
This problem is visualized in the viewer.cyanoalert.com where an input slice which has been inserted looks like this:
and if the same input slice has been added to a cube by appending it to the cube:
To Reproduce
Steps to reproduce the behavior:
Select a few input datasets
Create a data cube with defined packing, where xcube presorts the input slices
Create a data cube with defined packing and ensure, that xcube gets a wrong order of input slices and forcing it to insert.
Compare diff of both data cubes
Expected behavior
There should be no difference between the two cubes, xcube should be able to handle inserting of input slices with defined packing.
The text was updated successfully, but these errors were encountered:
Describe the bug
When an input slice is inserted into a data cube in zarr format which has defined a packing of variables, these input slices are incorrect in the data cube.
This problem is visualized in the viewer.cyanoalert.com where an input slice which has been inserted looks like this:
and if the same input slice has been added to a cube by appending it to the cube:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
There should be no difference between the two cubes, xcube should be able to handle inserting of input slices with defined packing.
The text was updated successfully, but these errors were encountered: