gprpy
Installation
SKILL.md
Auditable GPR processing
GPRPy operates on arrays shaped (samples, traces). Inspect acquisition
metadata before assigning physical axes: a trace index is not distance, and a
radar vendor's SEG-Y interval field may need a documented time scale. Preserve
unknown units explicitly. Do not obtain a site velocity from a generic material
lookup and present it as measured.
Read and select operations
GPRPy 1.0.14 natively reads paired MALA .rad/.rd3, Sensors & Software
.DT1/.HD, GSSI .DZT, and its documented BSQ inputs. Native .gpr files are
Python pickle sessions, not a MALA exchange format; read only trusted sessions.
GPRPy does not natively read or export SEG-Y.
import gprpy.gprpy as gp