Temperature
The Temperature operator converts raw raster values to temperature.
Parameters
Section titled “Parameters”| Name | Type | Description | Examples |
|---|---|---|---|
| forceSatellite | integer,null | 8 |
Sources
Section titled “Sources”| Name | Type | Description |
|---|---|---|
| raster | RasterOperator | An operator that produces raster data. |
Examples
Section titled “Examples”{ "type": "Temperature", "params": { "forceSatellite": 8 }, "sources": { "raster": { "type": "GdalSource", "params": { "data": "msg_raw" } } }}