Description Usage Arguments Details Value
Fill temporal gaps in LST RasterLayer objects.
1 | fill.lst.gaps(x, y, target.year, ofile)
|
x |
character vector with the paths of RasterLayers. |
y |
an Object of class Date with the same length as x. |
target.year |
Numeric element specifying the target year (additional dates are only used for interpalation) |
ofile |
Path to output file. |
The function uses an algorithm similar to the one offered
by imgInt
. In essense, the function evaluates
the time series of each pixel and, for each date with a NA value, it
searches for the closest, non-NA values in time - contrained by a
temporal buffer - and uses them to fill data gaps linearly.
A character vector and hdf files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.