Select to view content in your preferred language

Quantifying post-NDVI pixel values in ArcGIS

865
2
04-08-2013 12:04 PM
EmmaYoung
Emerging Contributor
Hi-

I'm working with high resolution imagery in ENVI, and so far I've masked my data and performed an NDVI analysis. Next, I'd like to quantify the number of pixels in a given value range, for example, all the pixels valued between -1 to -0.5, -0.5 to 0, 0 to 0.5, and 0.5 to 1 (NDVI only contains values from -1 to +1). Does anyone know how I might go about this using ArcGIS? Thanks!

Emma
0 Kudos
2 Replies
EricRice
Esri Regular Contributor
You can run Reclassify using those break values.  The output raster attribute table will have a count field for each class.

Best,
Eric
0 Kudos
EmmaYoung
Emerging Contributor
Perfect, thanks!
0 Kudos