SEG-Y files need special compression because they don't compress well using gzip and the like. The code is cross-platform C++ using nothing else than standard system libraries. This is a spin-off from the OpendTect project (http://opendtect.org).
Features
- Compresses SEG-Y files, especially floating-point formats
- Detects and repairs spikes. This is necessary to keep the float compression dependable.
License
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow SEG-Y Zip
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
SEG-Y is one of the big disasters that some of us have to cope with, in life. I don't think segyzip can help against that, still you can look around in the code and get the beginning of an idea of how SEG-Y needs to be treated. If you really need to read or write SEG-Y, your troubles have just started with digesting this code ...