Synthèse
Calculates the Burn Area Index (BAI) from a multiband raster object and returns a raster object with the index values.
Discussion
L'indice de zones brûlées (BAI) utilise des valeurs de réflectance des portions rouges et NIR du spectre pour identifier les surfaces du MNT affectées par le feu.
BAI = 1/((0,1 - rouge)^2 + (0,06 - NIR)^2)
- Rouge = valeurs de pixel du canal rouge
- NIR = valeurs de pixel du canal proche infrarouge
For information about other multiband raster indexes, see the Band Arithmetic raster function.
The referenced raster dataset for the raster object is temporary. To make it permanent, you can call the raster object's save method.
Syntaxe
BAI (raster, {red_band_id}, {nir_band_id})
Paramètre | Explication | Type de données |
raster | The input raster. | Raster |
red_band_id | The band ID of the red band. The ID index uses one-based indexing. (La valeur par défaut est 3) | Integer |
nir_band_id | The band ID of the near-infrared band. The ID index uses one-based indexing. (La valeur par défaut est 4) | Integer |
Type de données | Explication |
Raster | The output raster object with the BAI values. |
Vous avez un commentaire à formuler concernant cette rubrique ?