Marketplace
Normalized Burnt Index
Calculates Normalized Burnt Index(NBI) from satellite images.
Description
Normalized Burnt Index (NBI) is calculated from multispectral images using near-infrared (NIR) and SWIR wavelengths, pixel by pixel with a simple algorithm. The NBI is most appropriate for fire impact monitoring. Darker pixels indicate burnt areas.
Block Capabilities
This block supports the following input and output capabilities.
Input
"input_capabilities": {
"raster": {
"up42_standard": {
"format": "GTiff",
"sensor": {
"or": [
"Sentinel2",
"Landsat8"
]
},
"dtype": "uint8",
"resolution": 10,
"bands": [
"nir",
"swir"
],
"processing_level": "l2"
}
}
},
Output
"output_capabilities": {
"raster": {
"up42_standard": {
"format": "GTiff",
"dtype": "uint8",
"resolution": 10
},
"custom": {
"bands": ["ndwi"]
}
}
}
More information
You can find more information on the provider website here.
Capabilities
Input Capabilities
raster
up42_standard
- bands
[ "nir", "swir" ]
- dtype
uint8
- format
GTiff
- sensor
{ "or": [ "Sentinel2", "Landsat8" ] }
- resolution
10
- processing_level
l2
Output Capabilities
raster
custom
- bands
[ "nbi" ]
up42_standard
- dtype
uint8
- format
GTiff
- resolution
10
End User License Agreement
View the End User License Agreement conditions in a new tab.
Sample image dbc899b5 Sample image c5e993bf