I have a raster for which I am trying to reduce the resolution. Each new cell should hold the average of all the previous cells that it contained. I am using the RasterResampler, but the output raster have holes in it. Any ideas on how to overcome this? All of my larger, new raster cells contain some data that are NoData, could this be a problem?