======
R package for GEOtop simulation analysis including functionality for
- creating GEOtop input maps for a specific basin (using SAGA GIS library - RSAGA)
- read single / multiple point output from GEOtop simulation
- GEOtop output map animation (using ImageMagick)
- diagnostic plots on hydrological budget in GEOtop 3d simulation
- visualisation of Soil Water Retention Curve (van Genuchten model)
First install the package with:
install.packages("devtools")
library(devtools)
install_github("JBrenn/AnalyseGEOtop")
and then import the library with:
library(AnalyseGeotop)