RGPR is a free and open-source software package to read, export, analyse, process and visualise ground-penetrating radar (GPR) data.
RGPR is written in R, a high-level programming language for statistical computing and graphics that is freely available under the GNU General Public License and runs on Linux, Windows and MacOS. R is a highly versatile and extensible language to which C, C++ and Fortran code can be linked and run. Furthermore, the R developer community is very active and more than 10'000 packages are hosted on the official global package repository CRAN (Comprehensive R Archive Network, https://cran.r-project.org). In 2017, R was ranked as the sixth top programming language by the Institute of Electrical and Electronics Engineers.
RGPR is hosted on GitHub at https://github.com/emanuelhuber/RGPR.
This R package is still in development, and therefore some of the functions may change in a near future.
To report bugs, contribute to the development of RGPR, see how to contribute.
If you have any questions, comments or suggestions, feel free to contact me (in english, french or german):
emanuel.huber@pm.me
Install RGPR
if(!require("devtools")) install.packages("devtools")
devtools::install_github("emanuelhuber/RGPR")
Alternatively, you can download the package as a zip file and install it in R following these instructions:
https://riptutorial.com/r/example/5556/install-package-from-local-source
or these:
https://stackoverflow.com/questions/30989027/how-to-install-a-package-from-a-download-zip-file/30989367#30989367
New to R? Try this free interactive course from DataCamp: Introduction to R
See tutorial Import GPR data.
Do you miss your preferred file format? Send me the file format description with a test file and I will adapt the RGPR-package to support this file format.
We are developing a new version of RGPR that will handle three-dimensional GPR data as well as multi-dimensional transformations, see our objectives.
Note that you can already interpolate GPR data (2D) into a 3D cube with the current RGPR version! Do not hesitate to contact me if you need more informations…