Simple viewer for SEG-Y files


License
LGPL-3.0
Install
pip install segyviewer==1.1.3

Documentation

======= SEGYVIEWER

Segyviewer is a small LGPL licensed python library for easy viewing of SEG-Y files. It uses the segyio library for reading files.

Getting started

Segyviewer is available through pip and installed with

pip install segyviewer

to open segyviewer with your chosen <file.segy>

segyviewer <file.segy>

Build Segyviewer

To build segyviewer you need:

To build and install segyviewer, perform the following actions in your console:

git clone https://github.com/Statoil/segyviewer
cd segyviewer
python setup.py build
python setup.py install

Please note that the required library pyqt4 is not listed in requirements.txt. QT not longer supports PyQt4 and as such it is not possible to pip install PyQt4. Setup.py, which uses pip, would fail if PyQt4 was listed in requirements.txt.