Skip to content

google/segy-stack

build

segy-stack

A library with C++ and Python API to read 3D Post-stack seismic data in SEG-Y format.

Installing

sudo apt-get install build-essential cmake protobuf-compiler libprotobuf-dev libgflags-dev \
                     python3 python3-dev libcurl4-openssl-dev libtiff-dev sqlite3 libsqlite3-dev
git clone --recurse-submodules https://github.com/google/segy-stack.git
cd segy-stack && mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
make install

License

Apache 2.0

This is not an official Google product.

About

A library with C++ and Python API to read 3D Post-stack seismic data in SEG-Y format.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published