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
Saving Datasets or Cubes with more than the YAXArray is not yet possible. As in #65 with the lost properties or when trying to save the testdatacube ds:
Also when saving individual YAXArrays, the name of the cube is replaced by "layer":
julia> savecube(ds.avar, "test_deleteme_ds.zarr", backend=:zarr)
YAXArray with the following dimensions
XVals Axis with 4 Elements from 1.0 to 4.0
YVals Axis with 5 elements: 1 2 3 4 5
Time Axis with 12 Elements from 2001-01-15 to 2001-12-15
Total size: 1.88 KB
julia> y = YAXArrays.open_dataset("test_deleteme_ds.zarr")
YAXArray Dataset
Dimensions:
XVals Axis with 4 Elements from 1.0 to 4.0
Time Axis with 12 Elements from 2001-01-15T00:00:00 to 2001-12-15T00:00:00
YVals Axis with 5 Elements from 1 to 5
Variables: layer
The text was updated successfully, but these errors were encountered:
Saving Datasets or Cubes with more than the YAXArray is not yet possible. As in #65 with the lost properties or when trying to save the testdatacube ds:
Also when saving individual YAXArrays, the name of the cube is replaced by "layer":
The text was updated successfully, but these errors were encountered: