https://cgi-italy.github.io/insula/schemas/v1.2.0/common/raster-dataset-visualization-config.schema.json#/$defs/rasterBand/allOf/0
Raster band variable definition
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | raster-dataset-visualization-config.schema.json* |
object
(Raster band variable)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
idx | number |
Optional | cannot be null | Raster dataset visualization config |
id | string |
Optional | cannot be null | Raster dataset visualization config |
name | string |
Required | cannot be null | Raster dataset visualization config |
description | string |
Optional | cannot be null | Raster dataset visualization config |
quantity | object |
Optional | cannot be null | Raster dataset visualization config |
domain | Merged | Optional | cannot be null | Raster dataset visualization config |
The band index. If not specified position in the array will be used as band index
idx
is optional
Type: number
(Band index)
cannot be null
defined in: Raster dataset visualization config
number
(Band index)
The band internal identifier. Deprecated: use idx instead
id
is optional
Type: string
(Band identifier)
cannot be null
defined in: Raster dataset visualization config
string
(Band identifier)
The name of the band
name
is required
Type: string
(Band name)
cannot be null
defined in: Raster dataset visualization config
string
(Band name)
A description for the band
description
is optional
Type: string
(Band description)
cannot be null
defined in: Raster dataset visualization config
string
(Band description)
The quantity measured by a variable
quantity
is optional
Type: object
(Measured quantity)
cannot be null
defined in: Raster dataset visualization config
object
(Measured quantity)
{
"id": "area_m2",
"name": "Area",
"description": "Area in squared meters",
"units": "m²"
}
domain
is optional
Type: merged type (Details)
cannot be null
defined in: Raster dataset visualization config
merged type (Details)
one (and only one) of