insula

Band combination render mode config Schema

https://cgi-italy.github.io/insula/schemas/v1.1.0/common/raster-band-mode-config.schema.json#/$defs/rasterBandCombinationRenderModeConfig

Band combination render mode config. In band combination mode the layer will be rendered with dynamic band combination selection

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Allowed none raster-band-mode-config.schema.json*

rasterBandCombinationRenderModeConfig Type

object (Band combination render mode config)

rasterBandCombinationRenderModeConfig Properties

Property Type Required Nullable Defined by
type string Required cannot be null Raster band mode config
red number Required cannot be null Raster band mode config
green number Required cannot be null Raster band mode config
blue number Required cannot be null Raster band mode config
dataRange object Optional cannot be null Raster band mode config

type

type

type Type

string (Band combination type constant)

type Constraints

constant: the value of this property must be equal to:

"combination"

red

Index of the band to use for red channel

red

red Type

number (Red band)

green

Index of the band to use for green channel

green

green Type

number (Green band)

blue

Index of the band to use for blue channel

blue

blue Type

number (Blue band)

dataRange

dataRange

dataRange Type

object (Bands data range)