https://cgi-italy.github.io/insula/schemas/v1.1.0/common/raster-collection.schema.json#/$defs/rasterBandVisualizationConfig
Define band additional parameters used for visualization
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | raster-collection.schema.json* |
object
(Band visualization configuration)
{
"color": "#aa2233",
"default": {
"colorScale": "turbo",
"range": {
"min": 0,
"max": 10
},
"clamp": false
}
}
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
color | string |
Optional | cannot be null | Raster collection |
default | object |
Optional | cannot be null | Raster collection |
The band display color as CSS string. Used only in some UI widgets (e.g. band combination selectors)
color
is optional
Type: string
(Band display color)
cannot be null
defined in: Raster collection
string
(Band display color)
Definition of a dataset color map
default
is optional
Type: object
(Dataset color map)
cannot be null
defined in: Raster collection
object
(Dataset color map)
{
"colorScale": "viridis",
"range": {
"min": 0,
"max": 66
},
"clamp": true
}