R package to visualise, processe and interpret ground-penetrating radar (GPR) data.
For the moment:
- the only supported binary format is the Sensors & Software files format (.DT1)
- RGPR only support reflection data such as surface-based GPR data (no support for cross-borehole GPR data)
- the documentation is still incomplete (but check the tutorials)
Check the companion website for more info, tutorials, etc.
http://emanuelhuber.github.io/RGPR/
library(devtools)
devtools::install_github("emanuelhuber/RGPR")
library(RGPR)
?RGPR