I have raster file of snow cover days. Now i want to calculate mean snow cover days for whole raster. How to do this. Should i add values of all pixel and divide by those pixels which have snow ?
I had daily binary values(0,1) for each pixel. I add those values for each year (from 2001 to 2015). then i calculated mean values for each pixel. Now i want to summarize the values for whole basin.