/SeisMonitor

Set of routines to monitor seismic activity.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

seismonitor
PyPI Twitter FollowGitHub followersGitHub starsGitHub forks

A package for seismological monitoring.

[Downloader->Picker->Associator->Locator->Magnitude]

For now only supported for linux

Examples

Feel free to ask me if you have any doubts: ecastillot@unal.edu.co. I am trying little by little to have everything up for everyone.

Examples
1.downloader Open In Colab
2.picker Open In Colab
3.associator Open In Colab
4.locator Open In Colab
5.magnitude Open In Colab
0.seismonitor (All-in-one) Open In Colab

Installation

pip

pip install SeisMonitor
pip install git+https://github.com/ecastillot/EQTransformer.git@master
pip install git+https://github.com/wayneweiqiang/GaMMA.git

conda

conda create --name seismonitor python=3.10
conda activate seismonitor
pip install SeisMonitor
pip install git+https://github.com/ecastillot/EQTransformer.git@master
pip install git+https://github.com/wayneweiqiang/GaMMA.git