XC-loc

XC_loc - envelope cross-correlation location method


Keywords
envelope, cross, correlation, seimsology, tremor
License
Other
Install
pip install XC-loc==1.0.6

Documentation

enveloc

Python package to perform envelope cross-correlation location in seismology

Dependencies

obspy
cartopy
scikit-learn
utm

Citation

If you use this package in your work, please cite the following paper: Wech, A.G., and K.C. Creager (2008), Automatic detection and location of Cascadia tremor, Geophys. Res. Lett., 35, L20302.

Installation

Use anaconda to create a new environment, and install Python v3.11:

conda create -n enveloc python=3.11

Next activate that environment:

source activate enveloc

Then install with pip:

pip install enveloc

Test install with:
from enveloc.example_utils import test
test()

Documentation

Go here for more information