resample {whitebox} | R Documentation |
Resamples one or more input images into a destination image.
resample(inputs, destination, method = "cc", verbose_mode = FALSE)
inputs |
Input raster files. |
destination |
Destination raster file. |
method |
Resampling method; options include 'nn' (nearest neighbour), 'bilinear', and 'cc' (cubic convolution). |
verbose_mode |
Sets verbose mode. If verbose mode is False, tools will not print output messages. |
Returns the tool text outputs.