<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Best interpolation method for a particular project in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/best-interpolation-method-for-a-particular-project/m-p/161262#M7308</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as exact interpolation, please reference the following image. 2 cells of a raster, white equals the cell center and red is the sample location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Predictions are made at the cell center and that value is assigned to the whole cell.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When predicting the value for the upper cell, 1395 will carry the most weight and therefore the cell's value will not be equal to 1395. However, 3199 falls exactly at the center of the cell and therefore that cell's predicted value will be equal to 3199.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/473865_a.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The smaller the cell size the closer the predicted cell value will be to that of the sample point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;-Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Nov 2019 17:08:31 GMT</pubDate>
    <dc:creator>SteveLynch</dc:creator>
    <dc:date>2019-11-19T17:08:31Z</dc:date>
    <item>
      <title>Best interpolation method for a particular project</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/best-interpolation-method-for-a-particular-project/m-p/161261#M7307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to find the best interpolation method for&amp;nbsp; a project I'm working on.&amp;nbsp; I've tried the basic settings with spline, IDW &amp;amp; kriging and they all appear ok at first glance, but when I look more closely they don't follow the points exactly like they should.&amp;nbsp; For example, I will have a point or cluster of points with a value of 59, and a neighboring point or cluster of points with a value of 60.&amp;nbsp; When I adjust the symbology to 59.5 I would think the line would be drawn evenly between the two points or clusters of points&amp;nbsp;every time.&amp;nbsp; In some cases the line is drawn between the two, but in other cases it is not.&amp;nbsp; The resulting map is "generally" correct, but with a lot of little errors here and there.&amp;nbsp; I'm not real familiar with how interpolation works exactly, and I want to know if&amp;nbsp;one of the methods would be more&amp;nbsp;accurate or have less errors for the particular project I'm working on.&amp;nbsp;I will have 20,000+ points over an area the size of Florida (if that even matters).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2019 14:46:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/best-interpolation-method-for-a-particular-project/m-p/161261#M7307</guid>
      <dc:creator>MikeO_Shell1</dc:creator>
      <dc:date>2019-11-19T14:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Best interpolation method for a particular project</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/best-interpolation-method-for-a-particular-project/m-p/161262#M7308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as exact interpolation, please reference the following image. 2 cells of a raster, white equals the cell center and red is the sample location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Predictions are made at the cell center and that value is assigned to the whole cell.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When predicting the value for the upper cell, 1395 will carry the most weight and therefore the cell's value will not be equal to 1395. However, 3199 falls exactly at the center of the cell and therefore that cell's predicted value will be equal to 3199.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/473865_a.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The smaller the cell size the closer the predicted cell value will be to that of the sample point&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;-Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2019 17:08:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/best-interpolation-method-for-a-particular-project/m-p/161262#M7308</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2019-11-19T17:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Best interpolation method for a particular project</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/best-interpolation-method-for-a-particular-project/m-p/161263#M7309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&amp;nbsp; That gave me a better understanding of the importance of cell sizes.&amp;nbsp; I guess I can experiment with the different methods while keeping the cell sizes low in each.&amp;nbsp; Are there any adverse effects of having cell sizes as low as possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2019 21:04:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/best-interpolation-method-for-a-particular-project/m-p/161263#M7309</guid>
      <dc:creator>MikeO_Shell1</dc:creator>
      <dc:date>2019-11-19T21:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Best interpolation method for a particular project</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/best-interpolation-method-for-a-particular-project/m-p/161264#M7310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;Are there any adverse effects of having cell sizes as low as possible?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;- processing time&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;- size of output raster&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;- at some point you are not gaining anymore information&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;You have to think about the scale at which you phenomena changes.&amp;nbsp;Say you decide on 30 meters, that means that each 30x30 meter area has the same value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;If you have access to Geostatistical Analyst you can perform &lt;A href="https://pro.arcgis.com/en/pro-app/help/analysis/geostatistical-analyst/performing-cross-validation-and-validation.htm"&gt;cross validation&lt;/A&gt; to decide which interpolator produces the best results.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2019 14:49:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/best-interpolation-method-for-a-particular-project/m-p/161264#M7310</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2019-11-20T14:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Best interpolation method for a particular project</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/best-interpolation-method-for-a-particular-project/m-p/161265#M7311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again.&amp;nbsp; When you say 30x30 meter area, are you referring to the cell size or the spacing of the points?&amp;nbsp; I will look into cross validation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2019 16:32:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/best-interpolation-method-for-a-particular-project/m-p/161265#M7311</guid>
      <dc:creator>MikeO_Shell1</dc:creator>
      <dc:date>2019-11-20T16:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Best interpolation method for a particular project</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/best-interpolation-method-for-a-particular-project/m-p/161266#M7312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, cell size.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2019 16:35:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/best-interpolation-method-for-a-particular-project/m-p/161266#M7312</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2019-11-20T16:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Best interpolation method for a particular project</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/best-interpolation-method-for-a-particular-project/m-p/161267#M7313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI, I figured out part of the issue.&amp;nbsp; My points were random and scattered.&amp;nbsp; So, I created a grid with evenly spaced points and ran a standard Kriging again and it turned out much more accurate.&amp;nbsp; Still not perfect, but much better.&amp;nbsp; Thanks again for your help.&amp;nbsp; I'll keep trying to tighten it up further.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2019 20:27:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/best-interpolation-method-for-a-particular-project/m-p/161267#M7313</guid>
      <dc:creator>MikeO_Shell1</dc:creator>
      <dc:date>2019-11-20T20:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Best interpolation method for a particular project</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/best-interpolation-method-for-a-particular-project/m-p/161268#M7314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if your points are on a grid you don't need to interpolate. You can use the &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/conversion/point-to-raster.htm"&gt;PointToRaster &lt;/A&gt;tool, that is, if each cell has at least one point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2019 20:45:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/best-interpolation-method-for-a-particular-project/m-p/161268#M7314</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2019-11-20T20:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Best interpolation method for a particular project</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/best-interpolation-method-for-a-particular-project/m-p/161269#M7315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;Hi Mike,&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;The intention of geostatistics is to create predicted values for areas where you have no sampled data. IDW is an exact method, which means that your output values will match your input values exactly. However, most often, this will produce less reliable predictions than inexact methods like kriging. &lt;A href="https://www.esri.com/content/dam/esrisites/en-us/media/pdf/learn-arcgis/find-fish-in-the-bering-sea.pdf"&gt;This lesson&lt;/A&gt; explains this concept and explores a few different interpolation methods.&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;If you're not interested in creating a prediction surface and your goal is instead to display your data as a raster, then Steve's suggestion of the PointToRaster tool is probably easier.&lt;/P&gt;&lt;P style="margin: 0in; font-size: 11.0pt;"&gt;If you are interested in interpolation and geostatistics,&amp;nbsp; there is a learning path &lt;A href="https://learn.arcgis.com/en/paths/geostatistics-in-arcgis-pro/"&gt;here &lt;/A&gt;which starts with lessons that assume no prior knowledge. They also explain how to use cross validation to assess your results as Steve suggested above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2019 11:47:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/best-interpolation-method-for-a-particular-project/m-p/161269#M7315</guid>
      <dc:creator>HeatherSmith</dc:creator>
      <dc:date>2019-11-26T11:47:14Z</dc:date>
    </item>
  </channel>
</rss>

