Sometimes we prefer to use satellite data in different resolution. So while performing resampling, aggregating pixel by simple averaging or resizing data set into different resolution what should I do fast.
A) should I apply the mask to negatives values & cloud pixels, and shadow pixels 1st and the I do resampling?
or
B) should I perform the resampling or aggregation etc 1st then I resample?
which one is correct sequence please mention with an explanation.
thanks in advance