Skip to main content Link Menu Expand (external link) Document Search Copy Copied

False color infrared product, SPOT data

//VERSION=3
//False Color

function setup() {
  return {
    input: ["B1", "B2", "B3"],
    output: { bands: 3 }
  };
}

function evaluatePixel(sample) {
  return [sample.B3/3000, sample.B2/3000, sample.B1/3000];
}

Evaluate and visualize

As Airbus SPOT is commercial data, brought into Sentinel Hub as Bring Your Own Data, direct EO Browser and Sentinel Playgorund links are not possible due to the personalized data credentials.

General description

The False color infrared composite maps near-infrared spectral band B3 with red and green bands, B2 and B1, to sRGB components directly. It is most commonly used to assess plant density and healht, as plants reflect near infrared and green light, while absorbing red. Since they reflect more near infrared than green, plant-covered land appears deep red. Denser plant growth is darker red. Cities and exposed ground are gray or tan, and water appears blue or black.

Description of representative images

False color composite of Zgornje Konjišče, Slovenia.

False color composite of Zgornje Konjišče, Slovenia

References

  • [1] Wikipedia, False color. Accessed October 10th 2017.
  • [2] Wikipedia, sRGB. Accessed October 10th 2017.