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

True color product, PlanetScope

//VERSION=3
//True Color

function setup() {
  return {
    input: ["blue", "green", "red"],
    output: { bands: 3 }
  };
}

function evaluatePixel(sample) {
  return [sample.red / 3000, sample.green / 3000, sample.blue / 3000];
}

Evaluate and visualize

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

General description

The true color product maps PlanetScope band values red, green, and blue 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 Rome.

True color visualization of Rome, on 8.10.2017.

References