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

Improve support for sparse volumes #108

Closed
trhallam opened this issue Feb 6, 2022 · 1 comment
Closed

Improve support for sparse volumes #108

trhallam opened this issue Feb 6, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@trhallam
Copy link
Owner

trhallam commented Feb 6, 2022

xarray had limited sparse volume support at last check, see if this has been improved recently and map out whether it can be added to segysak.

@trhallam trhallam created this issue from a note in v0.4 Project (Ideas) Feb 6, 2022
@trhallam trhallam removed this from Ideas in v0.4 Project Feb 6, 2022
@trhallam trhallam added the enhancement New feature or request label Feb 6, 2022
@trhallam
Copy link
Owner Author

Sparse volume support won't be supported. Instead, Xarray backend has been added in v0.5 for lazy loading which should allieviate the need for excessively sparse volumes. Alternatively, uses can load SEG-Y data as 2D data (naturally sparse) with dimensions has addtional byte fields. Sub-selections of data can then be stacked to create the volume views necessary by the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
v0.4 project
Awaiting triage
Development

No branches or pull requests

1 participant