Output: Daily, 10 m resolution crop growth indicators from sowing to harvest.
The Whittaker smoother (Eilers, 2003) is a method used to remove noise from time-series data while preserving the main signal trend. It is especially effective for satellite-derived vegetation indices (e.g., NDVI, NDWI) that are irregularly sampled or affected by clouds.
The method minimizes a penalized least-squares objective function that balances two opposing goals:
(1) fidelity to the observed data, and (2) smoothness of the resulting curve.
Formally:
\[ \hat{x} = \mathop{\min}\limits_{z} \left\{ \sum_{i=1}^{n} w_i \left( y_i - z_i \right)^2 + \lambda \sum_{i=1}^{n} \left( \Delta^2 z_i \right)^2 \right\}\]
where:
Low \(\lambda\): curve follows the data closely (less smoothing).
High \(\lambda\): curve becomes smoother but may lose local detail.
The method is deterministic, fast, and robust to gaps in the data.
It is particularly suitable for remote sensing time series, as it can interpolate missing dates and suppress short-term fluctuations caused by atmospheric noise or sensor artifacts.
In this course, the Whittaker smoother is applied temporally to each pixel of the Sentinel-2 time series (NDWI and BSI), providing continuous daily values between sowing and harvest.
Compute indices such as:
\[ BSI = \frac{(B_{11} + B_{04}) - (B_{08} + B_{02})}{(B_{11} + B_{04}) + (B_{08} + B_{02})}\]
\[ NDWI = \frac{(B_{08} - B_{11})}{(B_{08} + B_{11})}\]
It is expected that the attendant has knowledge of the Sentinel-2 S2L products, but the official webpage from the European Space Agency is: https://www.esa.int/Applications/Observing_the_Earth/Copernicus/Sentinel-2
Select points representing field variability:
For each point, collect (or assume) soil data at three depths:
Laboratory analysis: texture (sand, clay) and soil organic carbon (SOC).
Outcome: A set of spatially distributed ground-truth soil profiles linked to satellite indicators.