Skip to content

This is the official implementation of Real-time Earthquake Detection and Phase-picking with multi-task Attention Network

License

Notifications You must be signed in to change notification settings

tso1257771/RED-PAN

Repository files navigation

RED-PAN

This is the official implementation of Real-time Earthquake Detection and Phase-picking with multi-task Attention Network

trg_all.mp4

Summary

Installation

To run this repository, we suggest to install packages with Anaconda.

Clone this repository:

git clone https://github.com/tso1257771/RED-PAN.git
cd RED-PAN

Create a new environment via pip (suggested)

conda create --name redpan python==3.10.0 
conda activate redpan
pip install -r requirements.txt

or via environment.yml

conda env create --file environment.yml
conda activate redpan

About

This is the official implementation of Real-time Earthquake Detection and Phase-picking with multi-task Attention Network

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published