Skip to the content.

WG-nologo.png

Implementation of Optical Trapezoid Model (OPTRAM) with Sentinel 2

The Optical Trapezoid Model (OPTRAM) was developed to overcome the limitations of the Thermal-Optical Trapezoid Model (TOTRAM), i.e., non aplicability to satellites that do not provide thermal data, and the requirement of parametrization for each individual date. Based on Short Wave Infrared Reflectance (SWIR), Normalized Difference Vegetation Index (NDVI) and in situ measurements at surface level, the OPTRAM has demostrated to be a significant advance for remote sensing of soil moisture with great importance to undestand seasonal dynamics, water resource planning and agricultural production.

The present work its a implementation of the OPTRAM based on the paper sadegui et al 2017, however some differences are worth mentioning:

Adittionaly in some parts, the implementation makes advantage of parallel computations to process the tens of millions of data to be computed in a single computer.

Data fusion

NDVI-STR space

The higher range of NDVI (>0.4) values is orphaned of measurements, this will introduce additional uncertainty when actually satured pixels are confronted with the OPTRAM for predictions.

Results

𝜃 values estimated by linear regression analysis (scenario 1) led to better results, but obviously some underfitted stations are having a very negative effect, learn more about it in the notebook.

W maps

Its to be noted that the W maps are not in volumetric units, this is achieved by applying the regression model \(\theta\) ~ \(W\), but its not cover by the original paper. In a coming notebook several alternatives to obtain the volumetric \(\theta\) maps will be implemented.