I am using IDW to interpolate the value of known points which coincidently have identical value. On interpolation, the map is showing only one value i.e. the value of the known point all over the map. Ideally, value per pixel should taper off with increase in distance from the known points. I have tried to interpolate with other tools like Ordinary Kriging and Empirical Bayesian Kriging. But they all are showing the same result.
Some questions to help clarify the issue:
Chris Donohue, GISP
duplicate points need to be removed .... consider the case of an IDW with 12 points set as the sampling framework to perform the interpolation. If 4 of those points are duplicates, then they still would participate in the interpolated values within the potential sampling area. If 3 of the duplicates were removed, then the program would be forced to look a bit further to replace them... this would affect the numeric output of the interpolated value... the degree to which it would differ would depend upon where the duplicates are located with respect to the cell that is being calculated.