Studio Matrx Monthly · Volume 1 · Issue 3 · August 2026
Amogh N P
 In loving memory of Amogh N P — Architect · Designer · Visionary 
NDVI & Vegetation IndicesLesson 6.2
GIS for Architecture, Planning & Urban Design/Module 6 · Remote Sensing for the Built Environment

Lesson 6.2 · Remote Sensing for the Built Environment

NDVI & Vegetation Indices

One number that measures how green a place is

12 min Interactive lessonFree · open lessonByAmogh N P· Architect & interior designer
The hook

How do you prove a neighbourhood lost its green - not with a feeling, but a number?

You suspect the older, leafy quarter of your city has more usable green than the new-build district, but 'it feels greener' will not survive a planning meeting. There is a measurement built for exactly this. The Normalized Difference Vegetation Index (NDVI) reads how strongly each pixel behaves like living vegetation and returns a single number - so you can map green cover, compare districts, and track a place across seasons and years, all from free imagery.

NDVI has no idea whether green is a forest or a fake-turf pitch. That judgement is still yours.

Why plants glow in near-infrared

A green leaf does two revealing things with light. Its chlorophyll absorbs red light to drive photosynthesis, so vegetation is surprisingly dark in the red band. But the internal cell structure of a healthy leaf strongly reflects near-infrared (NIR) light, which we cannot see but a satellite sensor records. So healthy vegetation is dark in red and bright in NIR - a big gap between the two bands.

Stressed, dying or absent vegetation closes that gap: less chlorophyll means less red absorption, and collapsing cell structure means less NIR reflectance. Bare soil, water and concrete show little or none of the vegetation pattern at all. This single, reliable contrast between red and NIR is the physical fact every vegetation index exploits - no botany degree required, just two bands.

Why plants glow in near-infrared reflectance wavelength (visible to near-infrared) blue green red near-infrared red absorbed by chlorophyll NIR reflected by leaf cells healthy vegetation: dark in red, bright in NIR - the gap that indices measure
Zoom
Healthy vegetation absorbs red light and strongly reflects near-infrared; that gap is what every vegetation index measures.

NIR is the tell. Two lawns can look identical to your eye and read completely differently in near-infrared.

The NDVI formula, and why it is a ratio

NDVI puts the red-NIR gap into a formula: NDVI = (NIR - Red) / (NIR + Red). The top measures the gap; dividing by the sum normalises it, which is the clever part. Because it is a ratio, NDVI largely cancels out differences in overall brightness - a slope in shade and the same vegetation in full sun give similar NDVI values, even though their raw band numbers differ. That is what makes NDVI comparable across a scene and, with care, across dates.

The result always falls between -1 and +1. Open water sits below zero; bare soil, rock and built-up surfaces cluster near zero (roughly 0 to 0.2); grass and crops run mid-range; dense, healthy forest or a well-watered park pushes toward 0.8. You are not reading absolute biomass - NDVI saturates over very dense canopy and is sensitive to soil background when cover is sparse - but as a relative greenness measure it is fast, free and remarkably robust.

NDVI: one number per pixel NIR band 8 Red band 4 NDVI = NIR - Red NIR + Red a ratio, so it cancels much of the brightness difference between scenes -1 0 +1 water bare / built dense vegetation
Zoom
NDVI is a simple band ratio that collapses two bands into one number per pixel, from -1 (water) through bare ground to near +1 (dense vegetation).

Which bands, from which satellite

You need one red band and one NIR band, and every major optical mission has both. On Sentinel-2 (free) the red band and the NIR band are both delivered at 10 m, so an NDVI map is a genuine neighbourhood-scale product - you can see a single large garden. On Landsat 8/9 (free, ~30 m) the same red and NIR bands give a coarser NDVI but one you can extend back decades for change work. India's Resourcesat LISS-III carries the same band pair for regional studies, and NDVI-type products are among the thematic layers on Bhuvan.

A caution that saves hours: band numbers differ between sensors (Sentinel-2's NIR is band 8, Landsat 8/9's is band 5). Always compute NDVI from the correctly identified red and NIR bands for your sensor, not from a remembered band number. And use surface-reflectance (atmospherically corrected) imagery when you can, especially for comparing dates.

Green cover, block by block core: low NDVI park: high NDVI NDVI 0.8 lush 0.3 0.0 bare the same index feeds green-space equity, drought stress and change tracking
Zoom
An NDVI map turns green cover into a measurable, comparable surface - block by block, season by season.

Beyond NDVI: when one index is not enough

NDVI is the workhorse, but it has known weak spots, and a family of indices patches them. Over sparse vegetation, bright or dark soil bleeds into the value; the Soil-Adjusted Vegetation Index (SAVI) adds a soil correction to reduce that. Over dense canopy NDVI flattens out (saturates); the Enhanced Vegetation Index (EVI) stays more responsive in lush conditions. There are indices tuned for water (NDWI) and built-up areas (NDBI) built on exactly the same normalised-difference trick with different band pairs.

For most architecture and planning work NDVI is enough - you want relative green cover, mapped consistently, not laboratory biomass. Reach for SAVI or EVI when your site is arid or heavily forested, and remember the golden rule: an index is a comparison tool. Its power is in differences - district to district, or the same place year to year - far more than in any single absolute value.

Data & standards for vegetation indices

Copernicus Sentinel-2

Free optical imagery; red and NIR both at 10 m

The best free source for neighbourhood-scale NDVI in India and worldwide.

USGS Landsat 8/9

Free imagery, ~30 m; decades-long red/NIR archive

Coarser NDVI but the go-to for long-term green-cover change; via EarthExplorer.

ISRO Bhuvan / Resourcesat LISS-III

India geoportal + ~23.5 m multispectral imagery

National thematic and vegetation layers, and imagery carrying the same red/NIR pair. bhuvan.nrsc.gov.in

NRSC National LULC Mapping

India-wide land-cover context

Use alongside NDVI to separate 'green' vegetation classes (forest, cropland) rather than treating all greenness alike.

Hands-on workshop

Workshop — map and compare green cover with NDVI

Compute an NDVI layer for your city from free imagery, then compare two districts and, optionally, two dates. This is band math on a raster - simpler than it sounds.

QGIS (free) with Raster Calculator / SCP, or ArcGIS Pro; one (or two) free Sentinel-2 scenes; ward/district boundaries.

Given & goal
Goal: an NDVI raster + a mean-NDVI figure for two chosen districts
Data: one cloud-free Sentinel-2 scene (free); optionally a second scene from another season
Time: ~60 minutes
  1. 1Load imagery and confirm bands. Open your Sentinel-2 scene and identify the red and NIR bands for that sensor (NIR is band 8). In ArcGIS Pro: add the same multiband raster and note the band order.
  2. 2Compute NDVI. In QGIS: open the Raster Calculator and enter (NIR - Red) / (NIR + Red) using the right band references; or use the SCP band-calc / 'Vegetation indices' tool. In ArcGIS Pro: use the NDVI raster function (Imagery tab) or Raster Calculator with the same expression.
  3. 3Style the result. Apply a graded green colour ramp stretched over roughly -0.2 to 0.8, so bare/built reads pale and dense vegetation reads deep green, in either tool.
  4. 4Measure by district. Bring in ward or district polygons and compute mean NDVI per polygon. In QGIS: Zonal Statistics. In ArcGIS Pro: Zonal Statistics as Table. Compare your two districts' means.
  5. 5(Optional) Compare dates. Repeat NDVI on a second-season scene and subtract one from the other in the Raster Calculator to map where green gained or lost. Note the two acquisition dates in the layer metadata.

You’ll walk away with
A styled NDVI map, a table of mean greenness per district (and optionally a seasonal-difference map), and a defensible number to replace 'it feels greener'.

The worked example

Three altitudes on the same idea

Read the band that fits you — or all three.

For the architectSite, form & environment

NDVI is a quick environmental read on a site and its surroundings. It tells you where mature vegetation sits (worth keeping), how much green the plot and its context actually hold, and, tracked across a hot season, which surfaces stay green. Pair it with a heat map and you have an evidence base for shade, planting and a climate-responsive concept - not just a rendering with trees drawn in.

For the plannerLand use, zoning & infrastructure

NDVI operationalises green-space policy. Master plans set green-cover and open-space targets; NDVI lets you measure the actual, current position ward by ward, find the deficits, and monitor whether interventions move the number. It converts a soft aspiration ('adequate greenery') into a mapped, auditable indicator you can report against year on year.

For the urban designerStreets, blocks & public realm

NDVI exposes green inequity at street and block scale. With 10 m Sentinel-2 you can rank blocks by greenness, reveal which streets have none, and prioritise the public-realm planting that will do the most for comfort and equity - then re-measure after planting to prove the gain.

Misconception check

A high NDVI means a place is ecologically healthy and biodiverse.

NDVI measures greenness and vigour, not ecological quality. A dense monoculture lawn, an irrigated golf course or a vigorous invasive weed can all score high, while a sparse but precious dry grassland scores low. Read NDVI as 'how much photosynthesising cover', then bring ground knowledge before drawing ecological conclusions.
Try it

Do it yourself

No software needed - test your grasp of the index.

  1. 1For a pixel with NIR = 0.40 and Red = 0.10, compute NDVI. Is it more likely vegetation or bare soil?
  2. 2Explain in one line why NDVI is a ratio rather than just NIR minus Red.
  3. 3You are told 'this artificial-turf pitch has high NDVI'. What is wrong with that claim?
  4. 4You must compare green cover in 2004 and 2024. Which free satellite can supply both dates, and why?
  5. 5Name one situation where you would prefer SAVI or EVI over plain NDVI.
Take this with you

The one line to carry out

NDVI turns the red-versus-near-infrared contrast into one comparable number per pixel - a fast, free measure of _relative_ green cover. Use it for differences across space and time; bring ground knowledge before you read ecology into it.
Take it further
References & further reading

Peer-reviewed journals & authoritative standards

  1. 01Jensen, J.R. — Remote Sensing of the Environment: An Earth Resource Perspective, 2nd ed.Pearson, 2007.
  2. 02Lillesand, T., Kiefer, R.W. & Chipman, J. — Remote Sensing and Image Interpretation, 7th ed.Wiley, 2015.
  3. 03Remote SensingMDPI, ongoing.
  4. 04ISPRS Journal of Photogrammetry and Remote SensingElsevier, ongoing.
  5. 05Journal of the Indian Society of Remote SensingSpringer (Indian Society of Remote Sensing), ongoing.
Related lessons
Recap
NDVI = (NIR - Red)/(NIR + Red), ranging -1 to +1, maps relative greenness from free Sentinel-2 (10 m) or Landsat (30 m); SAVI/EVI patch its soil and saturation limits.
Carry forward →

The same optical bands that reveal where it is green also help reveal where it is _hot_ - next we combine thermal and optical data to map the urban heat island.

A

The author

Amogh N P

Architect, interior designer, and creative polymath. Studio Matrx began in his notebooks — his vision of design made honest, useful, and open to everyone. Its Academy is written and taught in his memory, and free, forever.

More about Amogh →