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
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for seismic_toolbox-0.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab91c66c89c06ab154323820a2382380ce0b66cf8bb7baf12f69cf57841cc517 |
|
MD5 | 1b1961edb0638e1f792012338b172035 |
|
BLAKE2b-256 | 7fef4e94bf0a6c51daf44456f1d96552c2204355ead8831f6adc06bf292d90bb |