Skip to main content

Seismic toolbox for numpy

Project description

seismic-toolbox

The purpose of this repository is to be used as an open-source library as a base others projects, sometimes closed source.

A goal is also to have as few requirements as possible, namely numpy (and possibly pandas in the future).

Packages include:

  • reader: a seg reader interface and a seg-y implementation.

Installation

Here is one way to create an environment using conda.

conda create --name seismic python=3.10
conda activate seismic

User mode

pip install seismic-toolbox

Dev mode

Clone the repository, activate your environment, cd to the seismic-toolbox directory and install using:

pip install -e .

Release

flake8
rm -fR dist
rm -fR build
python setup.py sdist bdist_wheel
twine upload dist/*

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

seismic-toolbox-0.0.1.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

seismic_toolbox-0.0.1-cp39-cp39-macosx_10_9_x86_64.whl (7.1 kB view hashes)

Uploaded CPython 3.9 macOS 10.9+ x86-64

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