Metadata-Version: 2.4
Name: enveloc
Version: 1.1.5
Summary: enveloc - envelope cross-correlation location method
Home-page: https://github.com/awech/enveloc
Download-URL: https://github.com/awech/enveloc/archive/v1.1.5.tar.gz
Author: Aaron Wech
Author-email: awech@usgs.gov
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cython
Requires-Dist: obspy
Requires-Dist: cartopy
Requires-Dist: scikit-learn
Requires-Dist: utm
Dynamic: download-url
Dynamic: license-file

# enveloc
Python package to perform envelope cross-correlation location in seismology

### Dependencies
obspy<br>
cartopy<br>
scikit-learn<br>
utm<br>

### 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:<br>

`conda create -n enveloc python=3.11`<br>

Next activate that environment:<br>

`source activate enveloc`<br>

Then install with pip:<br>

`pip install enveloc`<br>

Test install with:<br>
`from enveloc.example_utils import test`<br>
`test()`<br>

### Documentation

Go [here](https://enveloc.readthedocs.io/) for more information.<br>
