Updated regularly · CC-BY-4.0 · Open reference

Every spectral index, for every satellite,
in one reference.

Sensor-specific formulas, ready-to-use code, and an AI assistant to help you choose the right index for your remote sensing analysis.

226 Indices
24 Sensors
10 Categories
2 Languages (Py · R)
Complete reference

All 226 indices

Showing 226 of 226
For newcomers

What are spectral indices?

Spectral indices are mathematical combinations of satellite imagery bands that highlight specific surface features. NDVI measures vegetation health by comparing how plants reflect near-infrared light versus red light. NDWI detects water by comparing green to near-infrared. Each index targets a specific signal in the spectrum.

The right index depends on your application (what you're measuring) and your sensor (which bands are available). This database catalogs every formula and sensor-specific implementation you need — with code samples in Python and R.

B
G
R
NIR
SWIR
Bands across the electromagnetic spectrum
NDVI = (NIR − Red) / (NIR + Red)