I would like to resample a raster dataset using a majority of my input pixels. There is a function called "Resample>Majority"; however, it does not do what I want. Lets say that I have a raster with 1 meter resolution and from this raster I would like to evaluate 10 meter raster, where the 10 meter pixels will represent the major value in the input dataset. So, my output 10 meter pixel should be evaluated from 100 pixels in my input 1 meter resolution data. So, if among of these 100 pixels the major value is e.g. "7" then this value should be used in the 10 meter raster.
Is it possible to do this in ArcMap? Thank you in advance for some advise how to do this.
If I understand your question correctly,, you should be able to use Block Statistics for that. Using your example, it will calculate the majority over unique 10m x 10m windows, rather than the majority over moving windows centered at each 1 meter pixel. I.e., each 10x10 block will have the same value, which you can then resample to 30m.