Hi!
I have been trying to compute some vegetation indices suing 8band PS data. The generated NDVI his in its range of -1 to +1 but I am not able to get the suitable range for other indices like EVI, EVI2 etc. These indices are coming up in ranges of -4000 to +5000 with most of the data concentrated between 0 and 2.
Could you please tell why is it happening?
I am using Qgis for the computation of these indices.
Query Regarding Vegetation indices
Best answer by elyhienrich
Hi
If you are experiencing anomalous pixel values in bright features such as heavy clouds or snow/ice when calculating the EVI index, you can work around this issue by excluding clouds and snow/ice areas from the calculation or by setting extreme pixel values to (-1) for a more visually appealing representation of the index. For example, you can set extreme values to (-1) in QGIS using the raster calculator. Here's how:
In the raster calculator, insert the formula below, where EVI_index@1 represents the raster file containing the EVI index:
if("EVI_index@1" < -1 OR "EVI_index@1" > 1, -1, "EVI_index@1")
I hope you find this helpful. If you have any questions or concerns, please don’t hesitate to let us know.
Thank you!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

