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

Add a DiskArrays extension #770

Open
rafaqz opened this issue Aug 18, 2024 · 1 comment
Open

Add a DiskArrays extension #770

rafaqz opened this issue Aug 18, 2024 · 1 comment

Comments

@rafaqz
Copy link
Owner

rafaqz commented Aug 18, 2024

As wrapping some kind of DiskArray is a major use case of DimensionalData we may as well move the diskarrays forwarding from Rasters/YAXArrays/PyramidScheme to an extension here, and then they will work in any other wrapper too.

This will mean we can do proper testing of broadcasting and iteration over wrapped DiskArrays here rather than in the extending packages.

For motivation see: JuliaIO/DiskArrays.jl#185

@felixcremer @meggart does that make sense to you? Things are how they are just because extensions didn't exist before, if they did it probably would have been put here from the start.

@felixcremer
Copy link
Contributor

Yes, I think it would make sense to streamline this and make the interaction clearer between Dimensions and DiskArrays.

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

No branches or pull requests

2 participants