Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: FDSN client #65

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

WIP: FDSN client #65

wants to merge 25 commits into from

Conversation

jkmacc-LANL
Copy link
Member

Initial PR for an FDSN Client that borrows its API from ObsPy's. The idea is to use new query-builders in request.py to power the get_waveforms, get_stations, and get_events methods here.

  • Implement get_waveforms
  • Implement get_events (poorly)
  • Implement get_stations

This PR is a work in progress, intended to hone the implementation with @cnlg-lanl and <insert Brady's handle here>.

This module accepts inputs from filter_* functions
in events.py, and produces obspy.core.events.Catalog
objects.  Should eventually be able to do the reverse.
Python 3.7 went EOL on June 27, 2023.
Pisces is using a 3.8 feature in this branch.
Adding Python 3.1 to testing matrix.
If only one query object is used for events, arrivals, and magnitudes,
we produce carteisan products between un-joined tables.  If we
separate the query objects, these can be avoided.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant