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

True Color Pansharpened, Pleiades

//Pansharpened True Color

let weight = (B2 + B1 + B0 * 0.4) / 2.4;
if (weight == 0) {
 return [0, 0, 0];
}
let ratio = PAN/weight * 2.5;
return [(B2/10000)*ratio, (B1/10000)*ratio, (B0/10000)*ratio];
  

Evaluate and visualize

As Airbus Pleiades 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 Pleiades’ 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. The RGB bands with spectral resolution of 2 meters were pansharpened using the PAN band with spectral resolution of 0.5 meters. The result is a true colorimage with the resolution of 0.5 meters.

Description of representative images

True color visualization of Rome.

True color visualization of Rome, on 8.10.2017.

References