<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Helvetica;
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;
        color:black;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;
        color:black;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        color:black;}
span.EmailStyle21
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body bgcolor="white" lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">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.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">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.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Cheers,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">--Kenton Ross<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:windowtext">From:</span></b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:windowtext"> Qgis-user <qgis-user-bounces@lists.osgeo.org>
<b>On Behalf Of </b>J.O.Williams<br>
<b>Sent:</b> Tuesday, September 17, 2019 1:24 PM<br>
<b>To:</b> qgis-user@lists.osgeo.org<br>
<b>Subject:</b> [EXTERNAL] Re: [Qgis-user] Question about Weighting Power value when running Grid-Inverse Distance to a Power<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p>A power of 1 is a linear interpolation among all points in the search radius.<o:p></o:p></p>
<p><o:p> </o:p></p>
<p>A power of 2 causes the "closest point" in the search radius to have a slightly higher weight.<o:p></o:p></p>
<p><o:p> </o:p></p>
<p>A power of 4, 6 and especially 10 causes the closest point to behave like a polygonal or  theissen polygon.<o:p></o:p></p>
<p><o:p> </o:p></p>
<p>A power of 0.5 causes the farther away points to have a larger influence than closer points....<o:p></o:p></p>
<p><o:p> </o:p></p>
<p>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.<o:p></o:p></p>
<p><o:p> </o:p></p>
<p>All the power IDS theory (if there is one) came out of the mining industry in the early 1960's because it was simple.<o:p></o:p></p>
<p><o:p> </o:p></p>
<p>Hope this helps.<o:p></o:p></p>
<p>J.O. Williams<o:p></o:p></p>
<p><o:p> </o:p></p>
<div>
<p class="MsoNormal">On 9/17/19 4:00 AM, Daniel Zepeda Rivas wrote:<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<p style="margin-bottom:4.5pt;background:white"><span style="font-size:10.5pt;font-family:"Helvetica",sans-serif;color:#1D2129">When using the Raster -> Analysis -> Grid (Inverse Distance to a Power)<o:p></o:p></span></p>
<p style="mso-margin-top-alt:4.5pt;margin-right:0in;margin-bottom:4.5pt;margin-left:0in;background:white">
<span style="font-size:10.5pt;font-family:"Helvetica",sans-serif;color:#1D2129">At the menu just before pressing run, can somebody please explain me the effect of the "Weighting power" option in the interpolation process?<o:p></o:p></span></p>
<p style="margin-top:4.5pt;background:white"><span style="font-size:10.5pt;font-family:"Helvetica",sans-serif;color:#1D2129">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<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Calibri",sans-serif"><o:p> </o:p></span></p>
</div>
<p class="MsoNormal"><br>
<br>
<o:p></o:p></p>
<pre>_______________________________________________<o:p></o:p></pre>
<pre>Qgis-user mailing list<o:p></o:p></pre>
<pre><a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><o:p></o:p></pre>
<pre>List info: <a href="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=">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><o:p></o:p></pre>
<pre>Unsubscribe: <a href="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=">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><o:p></o:p></pre>
</blockquote>
</div>
</body>
</html>