igapfill {igapfill} | R Documentation |
Console-based interface for filling missing values of Earth Observation datasets
Description
Command-line user-friendly application that allows the application of
Gapfill
to a set of satellite images.
Usage
igapfill(saveArguments = TRUE)
Arguments
saveArguments |
logical. Should the arguments defined during the execution of
this function be added to a progress report file? Default is |
Details
This function is a wrap-up of create_dirs
,
sort_split
and applyGapfill
allowing users to provide some of the arguments employed by these functions.
Value
At the specified location there will be .RData
files containing the output of
parallel-based calls to Gapfill
.
See Also
sort_split
, detectCores
,
applyGapfill
[Package igapfill version 0.0.41 Index]