fdetsch / MODIS

Download and processing framework for MODIS imagery. The package provides automated access to the global online data archives LP DAAC, LAADS and NSIDC as well as processing capabilities such as file conversion, mosaicking, subsetting and time series.
Other
58 stars 27 forks source link

gap filling reflectance with linear interpolation approach #87

Closed safalabolo closed 4 years ago

safalabolo commented 4 years ago

Hi, Is a temporal gap-filling of bands reflectance possible through an approach based on simple linear interpolation with MODIS package?Thanks in advance for reply

fdetsch commented 4 years ago

No, this is beyond the scope of MODIS, which offers two filtering techniques for vegetation indices (whittaker.raster(), smooth.spline.raster()) only.

How about approxNA from raster to perform linear interpolation between layers?