Metadata-Version: 2.0
Name: segpy
Version: 2.0.0a1
Summary: Transfer of seismic data to and from SEG Y files
Home-page: https://github.com/rob-smallshire/segpy
Author: Robert Smallshire
Author-email: robert@smallshire.org.uk
License: GPL
Keywords: seismic geocomputing geophysics
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Requires-Dist: wheel; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: hypothesis; extra == 'test'
Provides-Extra: doc
Requires-Dist: sphinx; extra == 'doc'
Requires-Dist: cartouche; extra == 'doc'

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.


Status
======

*Segpy 2* is currently in alpha, so expect rough edges. That said, it seems to broadly work and is largely feature
complete.


What It Does
============

How To Get It
=============

*Segpy* is available on the Python Package index and can be installed with ``pip``::

  $ pip install segpy


Requirements
============

*Segpy 2* work with Python 3.2 and higher (and 2.7 for now).  For the majority of use *Segpy 2* has no external
dependencies.  Optional modules with further dependencies such as *Numpy* are included in the ``segpy.ext`` package of
extras.


