I am trying to downsample a 1 square km raster dataset to a much larger (.5 degree x .66 degree) dataset by summing all of the pixel values within this large grid cell.
gdal_warp does not contain a summation resampling method so I’m wondering if anyone has figured this out before.
Thank you!