Skip to content

Reflectance

The Reflectance operator converts radiance values to reflectance.

Name Type Description Examples
solarCorrection boolean true
forceHRV boolean false
forceSatellite integer,null
Name Type Description
raster RasterOperator An operator that produces raster data.
{
"type": "Reflectance",
"params": {
"solarCorrection": true,
"forceHRV": false
},
"sources": {
"raster": {
"type": "GdalSource",
"params": {
"data": "msg"
}
}
}
}