post-processing of data for the intamap-package
. The function will typically call
other functions for adding back biases, aggregation etc.
# S3 method for default
postProcess(object, ...)
# S3 method for idw
postProcess(object, ...)
An object of same type as above, but with new elements. Most important from the default
method is the outputTable
, a matrix, organized in a convenient way for the calling WPS;
first row: x-coordinates, second row: y-coordinates; further rows:
output elements as specified by outputWhat
(see createIntamapObject
a list object. Most arguments necessary for interpolation
are passed through this object. See intamap-package
for further
description of the necessary content of this variable
other parameters that can be passed to functions called from preProcess
Edzer J. Pebesma
The function postProcess
includes code for postprocessing an object after interpolation.
The function can easily be replaced by more specific methods relevant for a
certain data set, doing more data specific things in addition to what is done in the default method.
Pebesma, E., Cornford, D., Dubois, G., Heuvelink, G.B.M., Hristopulos, D., Pilz, J., Stohlker, U., Morin, G., Skoien, J.O. INTAMAP: The design and implementation f an interoperable automated interpolation Web Service. Computers and Geosciences 37 (3), 2011.