Skip to content

Software for acquisition and processing of micro-seismic data

License

Notifications You must be signed in to change notification settings

swiss-seismological-service/DUGseis

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 .

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.

Getting help

If any problems arise, please open an issue. We will try to help and solve it as soon as possible.
Additionally, any feedback or contributions are welcome! In this case, please also feel free to open an issue if you have any suggestions or would like to contribute a feature.

About

Software for acquisition and processing of micro-seismic data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages