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

Cannot save cube with Coord as dim

Open TabeaW opened this issue 2 years ago • 0 comments

Is it right that it is not possible to save a cube with a dimension of Type Coord, yet? Either MethodError: no method matching defaultfillval(::Type{Tuple{ Float64, Float64}}) or when overwriting YAXArrayBase.defaultfillval(T::Type{Tuple{,Float64,Float64}})=(1e32,1e32) DirectoryStore("cube.zarr") is not empty is my problem.

TabeaW avatar Aug 07 '23 14:08 TabeaW