JuliaDataCubes / YAXArrays.jl

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

Cannot save cube with Coord as dim #305

Open TabeaW opened 1 year ago

TabeaW commented 1 year ago

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.