Solved! Go to Solution.
It's hard to tell what is happening from that picture. Is it possible to send your data to ekrause@esri.com so that I can take a closer look?
Thanks for sending the data. Luckily, it didn't take long to find the problem. The issue is the point with a value of 171 (FID = 44). This point is 40 meters north-east of a point with a value of 7 (FID = 75).
This rapid change in the data values is a problem for Kernel Interpolation with Barriers because the tool works by chasing linear trends in the data values. In this area, it detected a rapid upwards trend because the data values changed rapidly from 7 to 171 in a distance of only 40 meters. Since there is no additional data north-east of the point with a value of 171 to calibrate the trend, the model assumed that this upwards trend would continue. That is why you are getting high predictions in the area to the north-east of these two points.
If the value of 171 is a typo, it should be corrected. Otherwise, you should consider removing it from the dataset because it is clearly causing stability problems.
Eric,
Thanks for getting back at lightning speed.
After reading your explanation I looked for the 171 value and embarrassingly enough, it is a point that I did not see previously.
But solid explanation, very helpful.
my
Next time, you might consider setting the drawing order of the points with their colors, to reflect the range from low to high by using Symbol Levels. This way, the high value would have been obvious, as drawn last and on top of the others, instead of being hidden:
What is symbol level drawing?
Marco