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
MicroStation by Bentley Systems is the trusted computer-aided design (CAD) software built specifically for infrastructure design.
MicroStation is the only computer-aided design software for infrastructure design, helping architects and engineers like you bring their vision to life, present their designs to their clients, and deliver their projects to the community.
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 ...