Select to view content in your preferred language

Calculate percentage of NODATA pixels in a scene

4983
10
Jump to solution
11-27-2013 05:15 AM
ChenaySimms
Deactivated User
Hi guys

Does anyone have an idea of how to go about calculating the percentage of NODATA pixels within a image? I need to be able to add the method to a model.

Thanks 🙂
0 Kudos
10 Replies
curtvprice
MVP Alum

If you run IsNull followed by Get Raster Properties with MEAN you will get the mean of the 1 and 0 output from IsNull. Multiply this number by 100 and you have the percentage NoData in the raster.