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.
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.