A very limited range of functionality from ObsPy without many of the dependencies and size
Project description
ObsLn
Introduction
ObsPy is a wonderful toolset for seismologists. However, it can be bulky and it has several large dependencies which have to be installed for it to work, even for simple tasks like reading and writing files. ObsLn provides a very limited range of functionality from ObsPy without many of the dependencies and size. In particular this supports:
- Data stream and trace stuctures
- Reading/Writing SEGY files
- Reading SEG2
As you will see the much of the code has been shamelessly hacked from ObsPy and the documentation has been left deliberately unaltered. Accordingly it is released under the same license as ObsPy.
For full ObsPy functionality please see the ObsPy project on GitHub here
Installation
pip install obsln
Building the Docker Image
docker build -t obsln:latest .
Running Examples in Docker Image
docker run -v `pwd`:/src/obsln --entrypoint=/bin/bash obsln:latest -c "python3 /src/obsln/runtest.py"
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
File details
Details for the file obsln-0.0.8.tar.gz
.
File metadata
- Download URL: obsln-0.0.8.tar.gz
- Upload date:
- Size: 164.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa67e46d289b0e24df5a518ac1c5f08280cba167dd254ee9f62abe19715ccf2e |
|
MD5 | 331a66d69d342b6860ed75ddcc93215b |
|
BLAKE2b-256 | cca69ca3f5767ec338f1a2e6203d57b6873e92e494c664ad79c52b6a90e9fecf |