<?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 Predicting values for polygons in ArcGIS GeoStatistical Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/predicting-values-for-polygons/m-p/262297#M610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope somebody can help me. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I performed the interpolation (kriging) and got a geostatistical layer. Then I am using this method &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Predicting values for specified locations &lt;/SPAN&gt;&lt;A href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Predicting_values_for_specified_locations"&gt;http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Predicting_values_for_specified_locations&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;When I set polygons as my specific locations I have the output with predicted values for each polygon in the attribute table. But when I &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;select point locations at centers of the polygons, the predicted values are different.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is: how ArcGIS predicts values for polygons? Any literature about this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Before I found this way, I was going to produce a grid with very small cells and then calculate average values of cells falling inside each polygon, but it is very time and memory consuming. But for using Predicting for locations I need to know exactly what is the method behind.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate your answers!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nadya&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Sep 2012 19:19:57 GMT</pubDate>
    <dc:creator>NadyaBasos</dc:creator>
    <dc:date>2012-09-06T19:19:57Z</dc:date>
    <item>
      <title>Predicting values for polygons</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/predicting-values-for-polygons/m-p/262297#M610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope somebody can help me. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I performed the interpolation (kriging) and got a geostatistical layer. Then I am using this method &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Predicting values for specified locations &lt;/SPAN&gt;&lt;A href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Predicting_values_for_specified_locations"&gt;http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=Predicting_values_for_specified_locations&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;When I set polygons as my specific locations I have the output with predicted values for each polygon in the attribute table. But when I &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;select point locations at centers of the polygons, the predicted values are different.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is: how ArcGIS predicts values for polygons? Any literature about this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Before I found this way, I was going to produce a grid with very small cells and then calculate average values of cells falling inside each polygon, but it is very time and memory consuming. But for using Predicting for locations I need to know exactly what is the method behind.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate your answers!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nadya&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 19:19:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/predicting-values-for-polygons/m-p/262297#M610</guid>
      <dc:creator>NadyaBasos</dc:creator>
      <dc:date>2012-09-06T19:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Predicting values for polygons</title>
      <link>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/predicting-values-for-polygons/m-p/262298#M611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;With the exception of areal interpolation in ArcGIS 10.1, geostatistical layers can only predict to points.&amp;nbsp; If you supply a polygon feature class to predict to, it will predict the value at the polygon centroid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To predict the value in a polygon, convert the geostatistical layer to raster (via &lt;/SPAN&gt;&lt;A href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=GA_Layer_to_Grid_%28Geostatistical_Analyst%29"&gt;GA Layer to Grid&lt;/A&gt;&lt;SPAN&gt; gp tool), then use &lt;/SPAN&gt;&lt;A href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?topicname=Zonal_Statistics_as_Table"&gt;Zonal Statistics as Table&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; You'll then need to join the table back to the polygons.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 20:09:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geostatistical-analyst-questions/predicting-values-for-polygons/m-p/262298#M611</guid>
      <dc:creator>EricKrause</dc:creator>
      <dc:date>2012-09-06T20:09:17Z</dc:date>
    </item>
  </channel>
</rss>

