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

Add common file operation functions #4

Closed atwinkelman closed 5 years ago

atwinkelman commented 5 years ago

Add common file operations in waveform_collection/local/common.py for checking if a file exists and is readable, checking the extension of a file, and loading a json file. An example of how to use these are included in waveform_collection/local/smart24.py.