Skip to content

EURAC-Ecohydro/SpatialInterpol

 
 

Repository files navigation

SpatialInterpol

Spatial interpolation with gstat::idw (inverse distance weighting) and gstat::krige (local ordinary krigging). Function OrdKrig is preparing simple .txt files for the use with krige and idw, performing interpolation and writing GEOtiff maps. Optimisation functions are available for krige and idw and can be used with optim or hydroPSO.

How to start

First install the package with:

install.packages("devtools")
library(devtools)
install_github("JBrenn/SpatialInterpol")

and then import the library with:

library(SpatialInterpol)

About

Spatial Interpolation of Soil Variables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%