Question

How do I reduce the resolution of a raster while assigning the average to each new, larger cell?

  • 7 February 2023
  • 1 reply
  • 3 views

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?

 

image


1 reply

Badge +2

Hi,

I can understand "previous cells" means cells from the raster which you have.

 

What do you mean "Each new cell"?

Is there any other inputs are you using to define the size of cell?

Reply