View source: R/guinterp_process.R
guinterp_process | R Documentation |
This function calls other functions of the library to perform interpolation over different fields.
guinterp_process(
inputpts,
inlayer,
filtered = TRUE,
id_fieldname = "idfield",
interp_dir = tempdir(),
out_path = tempfile(),
interp_method = "krige",
smooth = TRUE,
interp_res = 5,
out_crs = NA,
grid_offset = c(0, 0),
samplesize = 10000,
samplescheme = "random",
buffer_radius = 15,
parallel = TRUE,
vgm = NA,
v_nmax = Inf,
v_maxdist = Inf,
merge = TRUE,
overwrite = TRUE,
.shiny_session = NULL,
.shiny_pbar_id = NULL
)
inputpts |
TODO |
inlayer |
|
filtered |
logical: is |
id_fieldname |
optional: name of the |
interp_dir |
directory where rasters of single polygons are stores (default: temporary directory) |
out_path |
path of the output merged raster (default: temporary directory) |
interp_method |
interpolation method ( |
smooth |
logical: should rasters be smoothed after interpolation? |
interp_res |
output raster resolution (numeric, in metres) |
out_crs |
optional: CRS of output raster (default: CRS of |
grid_offset |
optional: grid offset from point (0,0) in |
samplesize |
maximum size of the sample of the original data to work with (default: 10000; if NA: all the points) |
samplescheme |
sampling scheme within geometries ( |
buffer_radius |
numeric: buffer (default: 15) to be applied internally to field borders. |
parallel |
(optional) Logical or integer: if TRUE (default), interpolation
is executed using multiple cores in order to speed up the execution.
The number of cores is automatically determined; specifying it is also
possible (e.g. |
vgm |
named list of variograms (names must correspond to values of field |
v_nmax |
TODO. |
v_maxdist |
TODO. |
merge |
logical: if TRUE (default), merge raster of single fields and return the path of the merged raster; if FALSE, return the paths of the single field rasters. |
overwrite |
Logical: should existing raster being reprocessed? (default: FALSE) |
.shiny_session |
TODO |
.shiny_pbar_id |
TODO |
License: GPL 3.0
Luigi Ranghetti, phD (2019) ranghetti.l@irea.cnr.it
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.