https://github.com/emanuelhuber/gprsuite
Shiny app for RGPR (https://github.com/emanuelhuber/RGPR) - still experimental
https://github.com/emanuelhuber/gprsuite
delineation dsp gpr processing shiny visualization
Last synced: 3 months ago
JSON representation
Shiny app for RGPR (https://github.com/emanuelhuber/RGPR) - still experimental
- Host: GitHub
- URL: https://github.com/emanuelhuber/gprsuite
- Owner: emanuelhuber
- Created: 2020-01-24T08:58:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-26T18:48:28.000Z (almost 4 years ago)
- Last Synced: 2025-01-05T13:10:36.653Z (4 months ago)
- Topics: delineation, dsp, gpr, processing, shiny, visualization
- Language: R
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# GPRsuite
**in construction!**
Shiny apps for the R-package [RGPR](https://github.com/emanuelhuber/RGPR)
## Generic: interactively set and delete points
`app_interactivclicks.R`: App to add and remove points on an empty plot
(points can be removed by clicking on them or by selecting them with an
interactive window). This app is used for the app `app_GPRdelineation.R`.## Visualizer for GPR data
`app_GPRvisualizer.R`: Reads and plots GPR data. Note that you have to import all the files belonging
to the GPR data. For example, I import (Mala data):
* DAT_0215.cor
* DAT_0215.mrk
* DAT_0215.rad
* DAT_0215.rd3
* DAT_0215.rd7
* DAT_0215.srd## Interactively delineate GPR data
`app_GPRdelineation.R`: A combination of the two previous app. Read your GPR data and draw a line on it. You can export the line coordinates.