fillmiss2
Added by Stuart Brown about 4 years ago
Hi,
I am seeking some clarification on the fillmiss2 operator. My understanding is that it does multiple passes for infilling missing data so you don't end up with the issues mentioned in the final two posts here (https://code.mpimet.mpg.de/boards/1/topics/1963). I just want to confirm that the multiple passes are only applied to cells with missing data?
Thanks,
Stu
Replies (1)
RE: fillmiss2 - Added by Ralf Mueller about 4 years ago
hi Stu!
the difference is in the type of interpolation: fillmiss does linear interpolation along coordinate axis whereas fillmiss2 just uses existing values. I did a small comparison years ago:
hth
ralf