I would offer a slightly different take on inverse distance weighting. All 
inverse distance weighting is proportional to inverse distance to a power, so 
there is never a case where an individual farther away point has more influence 
than an individual near point. It's just that as the power approaches 0 then 
then the weights approach 1, so all points in the search radius approach being 
equally weighted, and if there are more far points than near, then they will 
have the stronger influence as a group.

In the case of large powers, as the power approaches infinity, the weight of 
the nearest point becomes much, much greater than any others and inverse 
distance weighting interpolations becomes equivalent to a nearest neighbor 
approach. This is essentially what the previous response was saying as well.

Cheers,
--Kenton Ross

From: Qgis-user <qgis-user-boun...@lists.osgeo.org> On Behalf Of J.O.Williams
Sent: Tuesday, September 17, 2019 1:24 PM
To: qgis-user@lists.osgeo.org
Subject: [EXTERNAL] Re: [Qgis-user] Question about Weighting Power value when 
running Grid-Inverse Distance to a Power


A power of 1 is a linear interpolation among all points in the search radius.



A power of 2 causes the "closest point" in the search radius to have a slightly 
higher weight.



A power of 4, 6 and especially 10 causes the closest point to behave like a 
polygonal or  theissen polygon.



A power of 0.5 causes the farther away points to have a larger influence than 
closer points....



The equations used only depend on the distance the points are from each other.  
NOT the value of any of the points.  Though David has a section on how the 
variogram can be applied to IDS.



All the power IDS theory (if there is one) came out of the mining industry in 
the early 1960's because it was simple.



Hope this helps.

J.O. Williams


On 9/17/19 4:00 AM, Daniel Zepeda Rivas wrote:

When using the Raster -> Analysis -> Grid (Inverse Distance to a Power)

At the menu just before pressing run, can somebody please explain me the effect 
of the "Weighting power" option in the interpolation process?

I'm trying to make a temperature map based on points representing each weather 
station, containing the yearly averages values of temperature, and when moving 
the number from the 2 (set it by default) to 4, 6 or 10, the map changes 
significantly




_______________________________________________

Qgis-user mailing list

Qgis-user@lists.osgeo.org<mailto:Qgis-user@lists.osgeo.org>

List info: 
https://lists.osgeo.org/mailman/listinfo/qgis-user<https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.osgeo.org_mailman_listinfo_qgis-2Duser&d=DwMD-g&c=ApwzowJNAKKw3xye91w7BE1XMRKi2LN9kiMk5Csz9Zk&r=J3inARDJpRw4egdGQkg-DmyPmDf6l6HpGppZ9J3X0UA&m=0Hu1lnGq8ci6BJ6_8DErgZIX8dLgfpUueb2uNqEQbxM&s=AX7RRUi9tJ54gHMygS77eDZtJgoccLgkAsUIwwiuvdo&e=>

Unsubscribe: 
https://lists.osgeo.org/mailman/listinfo/qgis-user<https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.osgeo.org_mailman_listinfo_qgis-2Duser&d=DwMD-g&c=ApwzowJNAKKw3xye91w7BE1XMRKi2LN9kiMk5Csz9Zk&r=J3inARDJpRw4egdGQkg-DmyPmDf6l6HpGppZ9J3X0UA&m=0Hu1lnGq8ci6BJ6_8DErgZIX8dLgfpUueb2uNqEQbxM&s=AX7RRUi9tJ54gHMygS77eDZtJgoccLgkAsUIwwiuvdo&e=>
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to