mirror of
https://github.com/wassname/segpy.git
synced 2026-06-27 20:22:56 +08:00
1bcdf29f0c0c209308f1608eb5ce5adcc7840839
=======
Segpy 2
=======
Segpy is open source software created by Sixty North and licensed under the GNU Affero General Public License.
Status
======
Build status: rewrite branch:
.. image:: https://travis-ci.org/rob-smallshire/segpy.svg?branch=rewrite
:target: https://travis-ci.org/rob-smallshire/segpy
Segpy is alpha software but is usable in its current form. That said you should expect minor breaking API changes
between now and official release of a Segpy 2.
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
Python data structures in pure Python.
Segpy Versions
==============
Segpy 2.0 is a complete re-imagining of a SEG Y reader in Python and represents a complete break from all older versions
of Segpy. No attempt has been made to maintain API compatibility with earlier versions of Segpy and no code is shared
across versions. Although earlier versions of Segpy were open source, they were never 'released' as such. Earlier
versions of Segpy are considered deprecated and completely unsupported.
Languages
Python
100%