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

using Metadata type from DimensionalData instead of Dicts

Open felixcremer opened this issue 1 year ago • 0 comments

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.

felixcremer avatar Apr 15 '24 14:04 felixcremer