mirror of
https://github.com/wassname/segpy.git
synced 2026-07-07 05:35:57 +08:00
22 lines
694 B
ReStructuredText
22 lines
694 B
ReStructuredText
=====
|
|
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.
|