obspy plugin for miniseed3 in pure python
Project description
simplemseed_obspy_plugin
Obspy plugin for reading miniseed3 files
Installation
Install ObsPy, then
pip install simplemseed_obspy_plugin
Usage
It will hook into ObsPy's normal I/O handling and you just use it as you would use any format:
>>> import obspy
>>> st = obspy.read("src/simplemseed_obspy_plugin/tests/data/bird_jsc.ms3")
>>> for t in st:
... print(t)
...
CO.BIRD.00.HHE | 2024-02-06T11:30:00.009998Z - 2024-02-06T11:30:29.999998Z | 100.0 Hz, 3000 samples
CO.BIRD.00.HHN | 2024-02-06T11:30:00.009998Z - 2024-02-06T11:30:29.999998Z | 100.0 Hz, 3000 samples
CO.BIRD.00.HHZ | 2024-02-06T11:30:00.009998Z - 2024-02-06T11:30:29.999998Z | 100.0 Hz, 3000 samples
CO.JSC.00.HHE | 2024-02-06T11:30:00.008392Z - 2024-02-06T11:30:29.998392Z | 100.0 Hz, 3000 samples
CO.JSC.00.HHN | 2024-02-06T11:30:00.008392Z - 2024-02-06T11:30:29.998392Z | 100.0 Hz, 3000 samples
CO.JSC.00.HHZ | 2024-02-06T11:30:00.008392Z - 2024-02-06T11:30:29.998392Z | 100.0 Hz, 3000 samples
>>> st.write("out.ms3", format="mseed3")
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simplemseed_obspy_plugin-0.4.3.tar.gz.
File metadata
- Download URL: simplemseed_obspy_plugin-0.4.3.tar.gz
- Upload date:
- Size: 120.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09fe91bf1056bd5f9dd390fad99e7b78e07b2cd860183d978ec2703a04833748
|
|
| MD5 |
c7cbc7e425d288756c7809b124222da6
|
|
| BLAKE2b-256 |
59b093774e5ff7ad603d5db0184c1839b1e17e8af42128bc20e9c78e1829b15f
|
File details
Details for the file simplemseed_obspy_plugin-0.4.3-py3-none-any.whl.
File metadata
- Download URL: simplemseed_obspy_plugin-0.4.3-py3-none-any.whl
- Upload date:
- Size: 143.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
423c49511529d8afa20fb9a9c5c30a43d257316e63964b52c745b8fb9d0fec6a
|
|
| MD5 |
eff0d48d13a0222e1676dd67ede23495
|
|
| BLAKE2b-256 |
060384ffc1b781361498ee1b35b8ff44b71587178cc5b0b26f3743c046bddc27
|