Simple Kriging Interpolation
Description
This functor interpolates values on the map based spatial structure of values by kriging model
Inputs
| Name | Type | Description | 
|---|---|---|
| Input Points | csv file | Csv file with dependent variable (with columns: dependent, x, y) | 
| Input Mask | Map Filename Type | The filename of the shape of area of study. | 
| Output raster | Map Filename Type | Filename of output raster | 
| Model | Real Value Type | Choose specification of the variogram model: 1- spherical, 2- exponential, 3- gaussian | 
| Lags | Real Value Type | Number of lags | 
| Cell Size | Real Value Type | Cell size of output raster | 
| Coordinate Reference System | String Type | Define Coordinate Reference System with standard Rgdal formatting | 
Outputs
| Name | Type | Description | 
|---|---|---|
| Output | Map Filename Type | Filename of output map | 
Group
Internal Name
BioDinamica