mirror of
https://github.com/swisstopo/lg-seismic-postocr.git
synced 2026-08-26 03:24:16 +00:00
Read-only mirror of https://github.com/swisstopo/lg-seismic-postocr — Bundesamt für Landestopografie swisstopo. Issues & pull requests at the source.
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| SeismicDM | ||
| .gitignore | ||
| __init__.py | ||
| env.yaml | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
Seismic data management
This project aims to join the field geometry (SPS structure) and the measured seismic data (segy) together. From this new database (SeisDM structure) follows a first quality control, a visualisation of the acquired seismic data and a velocity estimation for each source-receiver pairs.
Local installation
git clone https://github.com/geoadmin/tool-seismic-dm.git
Requirements
- numpy
- matplotlib
- pandas
- pyvista
- rasterio
- (obspy)
conda env create -f env.yml
pip install -r requirements.txt