LANL-Seismoacoustics / pisces

Pisces: A practical seismological database library in Python.
http://lanl-seismoacoustics.github.io/pisces/
Other
17 stars 10 forks source link

seperating out the conversion of wfdisc rows to obspy streams #45

Closed jwebster-LANL closed 1 year ago

jwebster-LANL commented 2 years ago

seperating out the conversion of wfdisc rows to obspy streams from re…quest.get_waveforms(). functionality is now in request.wfdisc_rows_to_stream()

Should be useful in situations when you aren't querying the database and converting to streams at the same time.

jkmacc-LANL commented 1 year ago

@jwebster-LANL, I'm looking to merge this (finally); are there any other changes you'd need to push here first? Just want to make sure this is up-to-date.