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

WATC stations not in IRIS inventory need locations as well #6

Closed davidfee5 closed 4 years ago

davidfee5 commented 4 years ago

If the WATC trace does not have coordinates from IRIS, server.py tries to assign it AVO coordinates and fails. The solution is likely to either look in WATC inventory as well or add coordinates to json file.

liamtoney commented 4 years ago

We'll probably want to do the former. I'll take care of this next week.

liamtoney commented 4 years ago

Fixed in ac89efa