Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show of list of YAXArray reads data #366

Closed
felixcremer opened this issue Feb 8, 2024 · 3 comments
Closed

show of list of YAXArray reads data #366

felixcremer opened this issue Feb 8, 2024 · 3 comments

Comments

@felixcremer
Copy link
Member

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

@rafaqz
Copy link
Contributor

rafaqz commented Feb 8, 2024

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

@felixcremer
Copy link
Member Author

This is basically the same as rafaqz/DimensionalData.jl#498. I think we could solve this on the AbstractDimArray level.

@lazarusA
Copy link
Collaborator

not an issue anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants