Python package to perform envelope cross-correlation location in seismology
obspy
cartopy
scikit-learn
utm
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.
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()
Go here for more information.