Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swisstopo/lg-seismic-postocr
https://github.com/swisstopo/lg-seismic-postocr
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/swisstopo/lg-seismic-postocr
- Owner: swisstopo
- Created: 2023-05-10T09:41:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T08:23:32.000Z (about 1 year ago)
- Last Synced: 2024-11-12T10:11:55.486Z (3 months ago)
- Language: Python
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```## Authors aud acknowledgment
[Andreas Hoelker]([email protected])[Herfried Madritsch]([email protected])
[Claire Epiney]([email protected])
[Milan Beres]([email protected])