Raspberry Shake seismometer data acquisition, merging, and preprocessing toolkit with Tkinter GUI
Project description
RShake-Tools
Raspberry Shake Seismometer Data Toolkit — Akuisisi, penggabungan, dan pra-pemrosesan data seismologi dari Raspberry Shake.
Fitur
- 🔄 Sinkronisasi Waktu — Selaraskan waktu Raspberry Shake via SSH
- 📥 Unduh Waveform — Unduh data seismogram dari Earthworm server
- 📦 Merge MSD — Gabungkan file
.msdmenjadi satu MiniSEED - 🔧 Pra-pemrosesan — Merge komponen, selaraskan waktu, trim data
- 📊 Waveform Viewer — Visualisasi interaktif data seismogram
- 🖥️ GUI Tkinter — Antarmuka desktop yang mudah digunakan
Instalasi
# Clone repository
git clone <repo-url>
cd RShake-tools
# Buat virtual environment & install
python3 -m venv .venv
source .venv/bin/activate
pip install -e .
Cara Penggunaan
GUI (Tkinter)
rshake-tools
# atau
python -m rshaketools
Library (Python API)
from rshaketools.acquisition import sync_datetime, download_waveforms
from rshaketools.msd import merge_msd_files
from rshaketools.precondition import merge_components, align_times, trim_and_splice
Dependencies
- ObsPy — Pemrosesan data seismologi
- Paramiko — Koneksi SSH
- Matplotlib — Visualisasi
Author
Yudha Styawan
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rshake_tools-0.1.0.tar.gz
(12.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rshake_tools-0.1.0.tar.gz.
File metadata
- Download URL: rshake_tools-0.1.0.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fcba1ff47cc45fe721419a31218adfeafd58e243a9d91db2d640b64106a8a0bf
|
|
| MD5 |
f379e0cb226ea504bd25823d459380f5
|
|
| BLAKE2b-256 |
c18463a77709ba44cb84cfbf36583db472079a48173d15a9e54041fdf10c0e7e
|
File details
Details for the file rshake_tools-0.1.0-py3-none-any.whl.
File metadata
- Download URL: rshake_tools-0.1.0-py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c640dfafdf893f72c177ddcc417d7eeca41c3da00d7e244a608feff341c8fd7b
|
|
| MD5 |
3d95661d8e779af30bf2fc2bfc637c1d
|
|
| BLAKE2b-256 |
d2c4fe488cdde25a366251286b12e082aaace4c14ebe2a16e1496da16ad0ddc7
|