Skip to content
/ enveloc Public

Python seismic envelope cross-correlation location

License

Notifications You must be signed in to change notification settings

awech/enveloc

Repository files navigation

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.