What are the range of NDVI values for Urban, River, grass land, agricultural land, forest (dense and less dense) and others if you know?
If I have a NDVI of range -0.14 to 0.59, how can I classify them ?
I used raster calculator to calculate NDVI value,
NDVI = float(band 5(IR) - band 4(Red))/float(band 5 + band 4)
Source was Landsat 8.