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.
The conda
Python distribution is recommended, but you can use any Python distribution you see fit.
- Install
miniconda
for your operating system: https://docs.conda.io/en/latest/miniconda.html - 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!
Clone DUGSeis
git clone https://github.com/swiss-seismological-service/DUGseis.git
cd DUGseis
conda activate dug_seis
pip install -e .
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.
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.