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
11 stars 6 forks source link

Add flag to only search IRIS (avoiding Winston!) #25

Closed liamtoney closed 2 years ago

liamtoney commented 2 years ago

This addresses https://github.com/uafgeotools/waveform_collection/issues/18#issuecomment-1057636587.

liamtoney commented 2 years ago

Note that the diff looks large; this is only because of indenting changes!

liamtoney commented 2 years ago

There was some discussion of having the flag set to True by default — as we usually only seek IRIS data.

liamtoney commented 2 years ago

Because of this change, any code w/o this flag will only be grabbing IRIS data. This mightttt break something, but I don't think it is crucial enough. So we can merge.