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

show of list of YAXArray reads data

Open felixcremer opened this issue 1 year ago • 2 comments

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

felixcremer avatar Feb 08 '24 13:02 felixcremer

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

rafaqz avatar Feb 08 '24 16:02 rafaqz

This is basically the same as https://github.com/rafaqz/DimensionalData.jl/issues/498. I think we could solve this on the AbstractDimArray level.

felixcremer avatar Feb 08 '24 17:02 felixcremer

not an issue anymore.

lazarusA avatar Sep 11 '24 17:09 lazarusA