https://github.com/crotwell/simplemseed_obspy_plugin

Obspy plugin for reading miniseed3 files

https://github.com/crotwell/simplemseed_obspy_plugin

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
Last synced: 10 months ago · JSON representation

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
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License

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

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

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 15 Last month
Rankings
Dependent packages count: 9.6%
Average: 31.8%
Dependent repos count: 54.1%
Maintainers (1)
Last synced: 10 months ago

Dependencies

pyproject.toml pypi
  • crc32c *
  • importlib-metadata python_version<"3.10"
  • jsonpointer *
  • numpy *
  • obspy *
  • simplemseed >=0.4.2