JuliaDataCubes / YAXArrays.jl

Yet Another XArray-like Julia package
https://juliadatacubes.github.io/YAXArrays.jl/
Other
89 stars 12 forks source link

using Metadata type from DimensionalData instead of Dicts #387

Open felixcremer opened 2 months ago

felixcremer commented 2 months ago

I am wondering whether we should switch to using the Metadata type from DimensionalData.Lookups instead of Dictionaries. I ran into the problem because I tried to save a DimArray via savecube into a Zarr store and then it failed because the merge between a Dict and a NoMetadata type failed. I think, it would be good to streamline this, so that users would not have to deal with the mix of Metadata types.