Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.pixxel.space/llms.txt

Use this file to discover all available pages before exploring further.

The Normalized Difference Drought Index (NDDI) is a remote sensing tool that assesses drought severity by analyzing NIR and SWIR spectral bands. NDDI helps identify water stress in vegetation and guides decision-making for drought-related challenges. NDDI values typically range from -1 to 1. Negative values indicate drought stress, while positive values suggest healthy vegetation or wet conditions. The magnitude of the NDDI value can provide insights into the severity of drought conditions, with more negative values indicating more severe drought stress.

Sentinel = (((B08-B04)/(B08+B04))-((B08-B11)/(B08+B11)))/(((B08-B04)/(B08+B04))+((B08-B11)/(B08+B11)))\ Landsat 8-9 = (((nir08-red)/(nir08+red))-((nir08-swir16)/(nir08+swir16)))/(((nir08-red)/(nir08+red))+((nir08-swir16)/(nir08+swir16)))