Skip to main content

QuakeWatch-Pro

Overview

QuakeWatch-Pro is companion software specifically designed for the ES Series Seismometer. It connects to the seismometer via USB Type-C serial port (UART) and displays seismic waveform data.

Environment

  • Python 3.11.13

Download

Preparation

  • Navigate to the QuakeWatch-Pro directory
cd ./Documents/GitHub/QuakeWatch-Pro
tip

Modify the path according to your actual situation.

Install Dependencies

pip install -r requirements.txt
warning

It is recommended to create a virtual environment using python3 -m venv venv and activate it with source venv/bin/activate.

Execution

  • Run python main.py