YAXArrays.jl icon indicating copy to clipboard operation
YAXArrays.jl copied to clipboard

Order of Variable dimension

Open gdkrmr opened this issue 2 years ago • 0 comments

Just wondering: How is the order of the elements of the Variable dimension in a Data Cube defined?

using Zarr
using YAXArrays
c1_path = "http://data.rsc4earth.de:9000/earthsystemdatacube/v3.0.2/esdc-8d-0.25deg-256x128x128-3.0.2.zarr"
c1_zarr = Zarr.zopen(c1_path, consolidated = true)
c1_dataset = YAXArrays.open_dataset(c1_zarr)
c1 = YAXArrays.Cube(c1_dataset)

gdkrmr avatar Jul 13 '23 11:07 gdkrmr