Skip to main content

Convert between SEG-Y and NetCDF

Project description

===============================
netcdf_segy
===============================


.. image:: https://img.shields.io/pypi/v/netcdf_segy.svg
:target: https://pypi.python.org/pypi/netcdf_segy

.. image:: https://img.shields.io/travis/ar4/netcdf_segy.svg
:target: https://travis-ci.org/ar4/netcdf_segy

.. image:: https://pyup.io/repos/github/ar4/netcdf_segy/shield.svg
:target: https://pyup.io/repos/github/ar4/netcdf_segy/
:alt: Updates


Convert between SEG-Y and NetCDF

This is currently only a research/demonstration tool. It is not "industrial strength". In particular, it does not run in parallel, so will likely be slow on very large datasets (if it runs at all). Also, only the SEG-Y -> NetCDF direction is implemented.

To install: ``pip install netcdf_segy``

To convert a SEG-Y file to NetCDF from the command line: ``segy2netcdf <path to input SEG-Y file> <path to output NetCDF file>``. For additional options, look at the help: ``segy2netcdf --help``.

The tool can also be called from a Python script::

from netcdf_segy import segy2netcdf

segy2netcdf(segy_path, netcdf_path)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

netcdf_segy-1.0.0.tar.gz (23.4 kB view hashes)

Uploaded Source

Built Distribution

netcdf_segy-1.0.0-py2.py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page