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

True color product, SPOT

//VERSION=3
//True Color

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

function evaluatePixel(sample) {
  return [sample.B2/3000, sample.B1/3000, sample.B0/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 true color product maps SPOT’ band values B2, B1, and B0 which roughly correspond to red, green, and blue part of the spectrum, respectively, to R, G, and B components.

Description of representative images

True color visualization of Zgornje Konjišče, Slovenia.

True color visualization of Zgornje Konjišče, Slovenia.

References