YAXArrays.jl
YAXArrays.jl copied to clipboard
show of list of YAXArray reads data
When we show a list of YAXArrays the data is shown and not the metadata overview. This can make showing quite slow because we pay the reading overhead to get to the data. I am wondering whether this is hitting some fallback in DimensionalData.jl.
@rafaqz
Yeah I guess we need show(io, ::AbstractDimArray) method but I never know what youre supposed to do there.
Maybe YAX and rasters should just return the summary for that, or something
This is basically the same as https://github.com/rafaqz/DimensionalData.jl/issues/498. I think we could solve this on the AbstractDimArray level.
not an issue anymore.