Skip to content

swiss-seismological-service/DUGseis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software for processing and visualization of micro-seismic data

The DUGSeis software package was developed to manage, process and visualize continuous, high-frequency seismic data. It can be used to create earthquake catalogs in real-time, as well as in post-processing and directly visualize the event waveforms and event locations in a graphical user interface. The software is Python-based therefore, users can easily add their own processing routines.

Detailed information can be found in the Documentation.

Installation

The conda Python distribution is recommended, but you can use any Python distribution you see fit.

Installing conda

  1. Install miniconda for your operating system: https://docs.conda.io/en/latest/miniconda.html
  2. Create a new environment:
conda create -n dug_seis python=3.11
conda activate dug_seis

Make sure the dug_seis environment is active when using DUGSeis and for all the following steps on this page!

Install DUGSeis

Clone DUGSeis

git clone https://github.com/swiss-seismological-service/DUGseis.git
cd DUGseis
conda activate dug_seis
pip install -e .

% add example dataset on zenodo

Example

An example dataset to test the software can be accessed with the Zenodo DOI.
The dataset consists of a python run-file and its associated configuration file and the needed waveform and station xml files.

About

Software for acquisition and processing of micro-seismic data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages