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

True color product, SkySat

//VERSION=3
//True Color

function setup() {
  return {
    input: ["blue", "red", "green", "dataMask"],
    output: { bands: 4 }
  }
}
var f = 2.5 / 10000
function evaluatePixel(sample) {
  return [sample.red * f, sample.green * f, sample.blue * f, sample.dataMask]
}

Evaluate and visualize

As SkySat 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 combines Skysat band values red, blue, and green to create a true color image.

Description of representative images

True color visualisation over Rome, Italy, acquired on 2018/08/28.

Small true color image, on 8.10.2017.

References

  • Wikipedia, True color. Accessed October 10th 2017.