<?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: Bilinear Interpolation: Extract Values to Points in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/bilinear-interpolation-extract-values-to-points/m-p/400238#M5639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok I will -- thanks for all your help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Apr 2014 02:21:55 GMT</pubDate>
    <dc:creator>CraigEissler</dc:creator>
    <dc:date>2014-04-25T02:21:55Z</dc:date>
    <item>
      <title>Bilinear Interpolation: Extract Values to Points</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/bilinear-interpolation-extract-values-to-points/m-p/400229#M5630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am attempting to use the Spatial Analyst Tool in the Extraction Toolset called 'Extract Values to Points'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One option is to assign the Cell Values to the Input Points using "Bilinear Interpolation".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have read about this in the Resampling Help Doc, though this seems like it would be the reverse situation. Either way, it is not clear to me which Cells will be used and how. The Tool itself Help Doc is not clear to me either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it going to use only the 4 "nearest" Cell center Values? If so, I assume that includes the one it falls within..?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or is it going to use the 4 "adjacent" Cell center Values? If so, I assume those are the Cells that share a side with the Cell containing the Point..? if so, I assume that this is really going to be using 5 Cell Values to include the one it falls within..?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or, is this Tool not restricted to 4 or 5 Cell Values, and will use all the "neighboring"cells which will amount to 8 or 9 Cell Values? ...In other words, the diagonal Cells will also be included since they share a vertex with the Cell containing the Point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In either case, are these Cell Values "distance-weighted"? If so, is this technique explained how it weights..?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 00:42:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/bilinear-interpolation-extract-values-to-points/m-p/400229#M5630</guid>
      <dc:creator>CraigEissler</dc:creator>
      <dc:date>2014-04-18T00:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Bilinear Interpolation: Extract Values to Points</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/bilinear-interpolation-extract-values-to-points/m-p/400230#M5631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am attempting to use the Spatial Analyst Tool in the Extraction Toolset called 'Extract Values to Points'.&lt;BR /&gt;&lt;BR /&gt;One option is to assign the Cell Values to the Input Points using "Bilinear Interpolation".&lt;BR /&gt;&lt;BR /&gt;In either case, are these Cell Values "distance-weighted"? If so, is this technique explained how it weights..?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Surfaces are handled with the values treated as points at the center of each cell.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bilinear interpolation will use the four closest cell centers, distance weighted (1/x, not 1/x&lt;SUP&gt;2&lt;/SUP&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//018700000006000000"&gt;ArcGIS Desktop 10.2 Help: Cell size and resampling in analysis&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 15:41:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/bilinear-interpolation-extract-values-to-points/m-p/400230#M5631</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2014-04-18T15:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Bilinear Interpolation: Extract Values to Points</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/bilinear-interpolation-extract-values-to-points/m-p/400231#M5632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks -- yes, I read and understood the Help Doc on the &lt;/SPAN&gt;&lt;STRONG&gt;Bilinear Resampling interpolation technique&lt;/STRONG&gt;&lt;SPAN&gt;. ...So I assume you are indicating that this behavior is the same exact same thing as the &lt;/SPAN&gt;&lt;STRONG&gt;Bilinear Extraction (Cell Value to Input Points) interpolation technique&lt;/STRONG&gt;&lt;SPAN&gt;..?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That was the underlying confusion I had because the Help Doc for the Extraction Tool did not get into those specifics.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 16:20:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/bilinear-interpolation-extract-values-to-points/m-p/400231#M5632</guid>
      <dc:creator>CraigEissler</dc:creator>
      <dc:date>2014-04-21T16:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bilinear Interpolation: Extract Values to Points</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/bilinear-interpolation-extract-values-to-points/m-p/400232#M5633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;...I guess I should do a better job of just getting straight to the question (although at least we have some context now):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the Bilinear 'Resampling' interpolation technique use the exact same methodology as the Bilinear 'Extraction (Cell Value to Input Points)' interpolation technique..?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 13:41:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/bilinear-interpolation-extract-values-to-points/m-p/400232#M5633</guid>
      <dc:creator>CraigEissler</dc:creator>
      <dc:date>2014-04-23T13:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Bilinear Interpolation: Extract Values to Points</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/bilinear-interpolation-extract-values-to-points/m-p/400233#M5634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;[Does] the Bilinear 'Resampling' interpolation technique use the exact same methodology as the Bilinear 'Extraction (Cell Value to Input Points)' interpolation technique?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you see otherwise, it's worth logging a bug. Bilinear interpolation is pretty straightforward; all the tools that use it (Resample, Project Raster, Sample, Extract Values To Points, to name a few) should work the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the reason for this question? Did you see some results that looked incorrect? You can easily measure the distances with the mouse in ArcMap and do the math yourself if you have any doubts.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 21:53:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/bilinear-interpolation-extract-values-to-points/m-p/400233#M5634</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2014-04-24T21:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Bilinear Interpolation: Extract Values to Points</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/bilinear-interpolation-extract-values-to-points/m-p/400234#M5635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yeah, the reason I ask is because Bilinear Interpolation for &lt;/SPAN&gt;&lt;STRONG&gt;Resampling&lt;/STRONG&gt;&lt;SPAN&gt; clearly states that the calculation will be based on a "weighted-distance of the 4 nearest Input Cell Centers".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But for Bilinear Interpolation "option" for &lt;/SPAN&gt;&lt;STRONG&gt;Extraction [Cell Value to Input Points]&lt;/STRONG&gt;&lt;SPAN&gt; I only see brief mention of this in the Help Doc and Tool Help that states the calculation will be based on the "adjacent Cells w/ valid Values". ...No mention of being "distance-weighted" and no mention of "4 closest Inputs". &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...And so if Extraction really uses "adjacent cells", then what constitutes adjacency? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a) the 4 Cells sharing a Cell side&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b) those 4, plus the Cell the Input Point is within, making it 5 Cells&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c) the 8 Cells totally surrounding the Cell&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;d) those 8, plus the Cell the Input Point is within, making it 9 Cells&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 22:57:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/bilinear-interpolation-extract-values-to-points/m-p/400234#M5635</guid>
      <dc:creator>CraigEissler</dc:creator>
      <dc:date>2014-04-24T22:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Bilinear Interpolation: Extract Values to Points</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/bilinear-interpolation-extract-values-to-points/m-p/400235#M5636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I still don't see why it would be anything else but the four closest cell centroids, as it is described in the help in the only place bilinear interpolation is described. Bilinear interpolation is distance weighted -- by definition! That's the "linear" part.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again, have you seen any evidence that this is not the case?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 00:19:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/bilinear-interpolation-extract-values-to-points/m-p/400235#M5636</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2014-04-25T00:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Bilinear Interpolation: Extract Values to Points</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/bilinear-interpolation-extract-values-to-points/m-p/400236#M5637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're probably right, but I guess I'll just need to try it and do the calculations myself to confirm or deny.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On a related note, I just read the Bilinear interpolation description for 'Project Raster' and it states that the calculation is based on the "surrounding cells" -- even more ambiguous! ;0 haha&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 00:47:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/bilinear-interpolation-extract-values-to-points/m-p/400236#M5637</guid>
      <dc:creator>CraigEissler</dc:creator>
      <dc:date>2014-04-25T00:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Bilinear Interpolation: Extract Values to Points</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/bilinear-interpolation-extract-values-to-points/m-p/400237#M5638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You're probably right, but I guess I'll just need to try it and do the calculations myself to confirm or deny.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Trust but verify" applies to geoprocessing as well as arms control.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;the Bilinear interpolation description for 'Project Raster' and it states that the calculation is based on the "surrounding cells" -- even more ambiguous! ;0 haha&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I highly recommend that you click the Feedback button in the web help article and let them know - this goes directly to Esri's help authors and I've seen my own comments directly improve the help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 01:58:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/bilinear-interpolation-extract-values-to-points/m-p/400237#M5638</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2014-04-25T01:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Bilinear Interpolation: Extract Values to Points</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/bilinear-interpolation-extract-values-to-points/m-p/400238#M5639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok I will -- thanks for all your help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 02:21:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/bilinear-interpolation-extract-values-to-points/m-p/400238#M5639</guid>
      <dc:creator>CraigEissler</dc:creator>
      <dc:date>2014-04-25T02:21:55Z</dc:date>
    </item>
  </channel>
</rss>

