Skip to content
Prev 24822 / 29559 Next

How to resample a map using the statistical mode of class to fill the new pixel

Mel's answer is complete if you are aggregating to an integer multiple of
grid cells: if your tree cover was 5, 10, 25, 50, 125, etc., m pixels.  If
you are unlucky enough to have your tree cover in 15 or 30m pixels, you may
need to disaggregate to greatest common factor (5 or 10m) cells first, then
aggregate up to 250m MODIS.  With mode on categorical data, that should
still give you your expected results; with continuous raster values and
other functions, it might not be appropriate.

Tom 2
On Fri, Aug 26, 2016 at 7:28 PM, Bacou, Melanie <mel at mbacou.com> wrote: