interpolationIDW
Description: IDW is based on the principle that closer things are similar. The principle assumes that two close sample points have similar attributes, and further sample points have less similar attributes.For this method, the value of a cell is a weighted average of the values of sample points nearby. A point closer to the cell at question carries larger weight. This is a simple and effective interpolation method. The computation speed is relatively fast. You can create an interpolationIDWResult resource by implementing the POST request on this resource. Interpolation analysis: |