uafgeotools / waveform_collection

Collect seismic/infrasound waveforms and metadata from IRIS/WATC/AVO servers, local miniSEED files, etc.
https://uaf-waveform-collection.readthedocs.io/
MIT License
13 stars 7 forks source link

verbose kwarg not passed on to gather_waveforms in gather_waveforms_bulk #29

Closed liamtoney closed 1 year ago

liamtoney commented 1 year ago

The verbose option is not passed on to individual calls to gather_waveforms() which take place within gather_waveforms_bulk(). Hence, output is not fully suppressed. @darren-tpk want to fix?

darren-tpk commented 1 year ago

Created a PR