Reflectance
The Reflectance operator converts radiance values to reflectance.
Parameters
Section titled “Parameters”| Name | Type | Description | Examples |
|---|---|---|---|
| solarCorrection | boolean | true |
|
| forceHRV | boolean | false |
|
| forceSatellite | integer,null |
Sources
Section titled “Sources”| Name | Type | Description |
|---|---|---|
| raster | RasterOperator | An operator that produces raster data. |
Examples
Section titled “Examples”{ "type": "Reflectance", "params": { "solarCorrection": true, "forceHRV": false }, "sources": { "raster": { "type": "GdalSource", "params": { "data": "msg" } } }}