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 `watc_url` as argument to `gather_waveforms()` and `gather_waveforms_bulk()` #7

Closed atwinkelman closed 4 years ago

atwinkelman commented 4 years ago

This addresses #5, allowing users to specify the WATC FDSN server address as an argument to gather_waveforms() and gather_waveforms_bulk().

This also moves the IRIS and AVO clients into their respective sections in gather_waveforms(), preventing unnecessary network traffic when not using IRIS or AVO clients.

atwinkelman commented 4 years ago

Does the AVO client need to be defined in gather_waveform_bulk() as well?

liamtoney commented 4 years ago

No, since it doesn't have an inventory grabbing feature. Only IRIS client needed.

atwinkelman commented 4 years ago

Done. I also added the AVO_COORDS bit as well.