I have a raster of values either 1 or 0. I want to calculate the percentage of cells that are value=1. Any ideas?
(I know how to do this converting to a polygon and things like that, but would like a simpler method)
Also, I am doing this to implement into a model (modelbuilder) so please keep those limitations in mind.
Thanks!