mirror of
https://github.com/wassname/segpy.git
synced 2026-06-27 20:06:49 +08:00
7d2079de833a1616e40ef12a7fa09c9ccffbfa91
=====
Segpy
=====
Status
======
Build status: rewrite branch:
.. image:: https://travis-ci.org/rob-smallshire/segpy.svg?branch=rewrite
:target: https://travis-ci.org/rob-smallshire/segpy
What is Segpy?
==============
The SEG Y file format is one of several standards developed by the Society of Exploration Geophysicists for storing
geophysical seismic data. It is an open standard, and is controlled by the SEG Technical Standards Committee, a
non-profit organization.
This project aims to implement an open SEG Y module in Python for transporting seismic data between SEG Y files and
Numpy arrays. Segpy is a package for reading, writing and manipulating SEG Y data in pure Python.
Languages
Python
100%