Segyio is a small LGPL-licensed C library for easy interaction with SEG-Y and Seismic Unix formatted seismic data, with language bindings for Python and Matlab. Segyio is an attempt to create an easy-to-use, embeddable, community-oriented library for seismic applications. Features are added as they are needed; suggestions and contributions of all kinds are very welcome.
Features
- A low-level C interface with few assumptions; easy to bind to other languages
- Read and write binary and textual headers
- Read and write traces and trace headers
- Simple, powerful, and native-feeling Python interface with numpy integration
- Read and write seismic unix files
- xarray integration with netcdf_segy
- Some simple applications with unix philosophy
