Inverse Distance Weighting GIS – Understanding Inverse Distance Weighting Bulls Eye Effect for Accurate Spatial Analysis

gis-principleinverse-distance-weighted

Is the Bulls Eye Effect generally caused by a sample point with a high value being too far from other sample points?

Or rather a sample point with a higher value than others close to it?

What exactly causes this?

Best Answer

The bulls eye effect describes concentric areas of the same value around known data points. It's simply an unfortunate artifact of IDW interpolation. The effect gets worse the more isolated your data points are.

IDW suffers from this problem more than other interpolation methods (e.g., Kriging), but to a large extent nearly any interpolation method will give unreliable results if the points are sparse and clustered. Conversely, you'll get good results with a range of methods if your points are dense and uniformly spaced.

Related Question