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

Avoiding compression #176

Open
pkfl opened this issue Feb 8, 2023 · 1 comment
Open

Avoiding compression #176

pkfl opened this issue Feb 8, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@pkfl
Copy link

pkfl commented Feb 8, 2023

Is there a way to avoid compression (Blosc) when we run segy_to_mdio? Will this work:

In src/mdio/segy/blocked_io.py

85     elif lossless is None:
86         trace_compressor = header_compressor = None

If yes, could you please support this in MDIO. That way people who do not want any compression can just ship lossless=None explicitly to segy_to_mdio. Thanks.

@tasansal tasansal added the enhancement New feature or request label Feb 8, 2023
@tasansal
Copy link
Collaborator

tasansal commented Feb 8, 2023

Yes, we can support this. We need to refactor the CLI and parameters to be more user-friendly for compression, which this project can go into. If you have any ideas feel free to do a PR, we can discuss further there :)

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
None yet
Development

No branches or pull requests

2 participants