https://github.com/crotwell/simplemseed_obspy_plugin
Obspy plugin for reading miniseed3 files
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.8%) to scientific vocabulary
Repository
Obspy plugin for reading miniseed3 files
Basic Info
- Host: GitHub
- Owner: crotwell
- License: lgpl-2.1
- Language: Python
- Default Branch: main
- Size: 119 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
simplemseedobspyplugin
Obspy plugin for reading miniseed3 files.
See https://pypi.org/project/simplemseed/ for details.
Installation
Install ObsPy, then
bash
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/simplemseedobspyplugin/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") ```
Owner
- Name: Philip Crotwell
- Login: crotwell
- Kind: user
- Company: University of South Carolina
- Website: http://www.seis.sc.edu
- Repositories: 81
- Profile: https://github.com/crotwell
GitHub Events
Total
- Push event: 4
- Create event: 3
Last Year
- Push event: 4
- Create event: 3
Packages
- Total packages: 1
-
Total downloads:
- pypi 15 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
- Total maintainers: 1
pypi.org: simplemseed-obspy-plugin
obspy plugin for miniseed3 in pure python
- Homepage: https://github.com/crotwell/simplemseed_obspy_plugin
- Documentation: https://github.com/crotwell/simplemseed_obspy_plugin
- License: GNU Lesser General Public License v2 or later (LGPLv2+)
-
Latest release: 0.4.4
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- crc32c *
- importlib-metadata python_version<"3.10"
- jsonpointer *
- numpy *
- obspy *
- simplemseed >=0.4.2