镜像自地址
https://gitee.com/sduem/gpr3dattribute.git
已同步 2025-09-19 01:13:49 +08:00
07f6f8b701415e954a1768e9b3c65b4b5be1cd90
GPR 3D attribute Imaging Toolkit
This project provides a Python-based workflow for processing ground-penetrating radar (GPR) data from SEG-Y files, performing FK migration, and exporting the results as 3D point cloud data. It includes steps for data correction, background subtraction, tapering, migration, Hilbert envelope computation, and visualization.
🌍 Key Features
- Read and process SEG-Y GPR data using
segyio
- Remove static and background clutter using sliding window averaging
- Apply custom tapering and FK migration
- Generate and visualize migrated sections and Hilbert envelopes
- Export processed results to
.dat
point cloud format for 3D visualization
🧩 Dependencies
Make sure you have the following Python packages installed:
pip install numpy matplotlib scipy segyio math pdb traceback tqdm
编程语言
Python
100%