# segy-stack **Repository Path**: gang_bj/segy-stack ## Basic Information - **Project Name**: segy-stack - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-01-09 - **Last Updated**: 2023-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![build](https://github.com/google/segy-stack/workflows/CMake/badge.svg) # segy-stack A library with C++ and Python API to read 3D Post-stack seismic data in SEG-Y format. ## Installing ``` shell 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.