<?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 ArcGIS Pro method for simple area weighting interpolation in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-method-for-simple-area-weighting/m-p/1028002#M37566</link>
    <description>&lt;P&gt;What method (using ArcGIS Pro 2.7) would you propose for carrying out simple area weighting interpolation (also called areal weighted interpolation)?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not want the intricate Areal Interpolation with models as is offered through the Geostatistical Wizard. My project is comparing a simple AWI to a dasymetric method; transferring population count from census tract to a raster format (after which it can be applied to any areal unit).&lt;/P&gt;&lt;P&gt;So I simply need to create a raster output&amp;nbsp;&lt;SPAN&gt;whereby each grid cell is assigned a population value based on the percentage area of the host/source areal unit (census tract).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Feb 2021 11:00:01 GMT</pubDate>
    <dc:creator>Bethpc9</dc:creator>
    <dc:date>2021-02-18T11:00:01Z</dc:date>
    <item>
      <title>ArcGIS Pro method for simple area weighting interpolation</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-method-for-simple-area-weighting/m-p/1028002#M37566</link>
      <description>&lt;P&gt;What method (using ArcGIS Pro 2.7) would you propose for carrying out simple area weighting interpolation (also called areal weighted interpolation)?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not want the intricate Areal Interpolation with models as is offered through the Geostatistical Wizard. My project is comparing a simple AWI to a dasymetric method; transferring population count from census tract to a raster format (after which it can be applied to any areal unit).&lt;/P&gt;&lt;P&gt;So I simply need to create a raster output&amp;nbsp;&lt;SPAN&gt;whereby each grid cell is assigned a population value based on the percentage area of the host/source areal unit (census tract).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 11:00:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-method-for-simple-area-weighting/m-p/1028002#M37566</guid>
      <dc:creator>Bethpc9</dc:creator>
      <dc:date>2021-02-18T11:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro method for simple area weighting interpolation</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-method-for-simple-area-weighting/m-p/1028004#M37568</link>
      <description>&lt;P&gt;not sure but&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/tabulate-intersection.htm" target="_blank"&gt;Tabulate Intersection (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or one of the similar tools in that toolset&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2021 11:15:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-method-for-simple-area-weighting/m-p/1028004#M37568</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-02-18T11:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro method for simple area weighting interpolation</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-method-for-simple-area-weighting/m-p/1030927#M37933</link>
      <description>&lt;P&gt;Thanks Dan - I think you're definitely onto something there. I couldn't quite figure out how to apply it so have gone a long way around:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Converted my census polygons to raster&lt;/LI&gt;&lt;LI&gt;Used Zonal Statistics as Table to count the number of pixels in each polygon&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Divided each census polygon 'population' by number of pixels to get population per pixel&lt;/LI&gt;&lt;LI&gt;Used Zonal Statistics again, this time using a different set of polygons (my target zones) to 'sum' the values of those population pixels.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This was probably a very clumsy way around. Please correct me if this could have been done a different way.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 11:56:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-method-for-simple-area-weighting/m-p/1030927#M37933</guid>
      <dc:creator>Bethpc9</dc:creator>
      <dc:date>2021-02-26T11:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro method for simple area weighting interpolation</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-method-for-simple-area-weighting/m-p/1030954#M37934</link>
      <description>&lt;P&gt;The only concern would be your 3rd step.&amp;nbsp; You have spread the population amongst all the pixels which may not reflect the original distribution (aka, density)&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 13:59:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-method-for-simple-area-weighting/m-p/1030954#M37934</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-02-26T13:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro method for simple area weighting interpolation</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-method-for-simple-area-weighting/m-p/1031421#M37983</link>
      <description>&lt;P&gt;Thanks Dan, definitely a warranted concern. Fortunately my data is population 'count', and the project is trying to provide a better alternative to simple area weighting interpolation to avoid this concern. But I'm currently trying to do this more simple areal weighting as a base to compare methods to.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this makes a bit more sense in context?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 06:41:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-method-for-simple-area-weighting/m-p/1031421#M37983</guid>
      <dc:creator>Bethpc9</dc:creator>
      <dc:date>2021-03-01T06:41:02Z</dc:date>
    </item>
  </channel>
</rss>

