Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 357 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 357 Bytes

RobustRAQN

Robust request and data quality negotiater for the integration of seismic data quality metrics and earthquake detection

INSTALL:

In a conda environment:

  • git clone https://github.com/flixha/RobustRAQN
  • cd RobustRAQN
  • conda install --file requirements.txt
  • (you may have to install wcmatch through pip)
  • python setup.py develop