<?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: How to allocate attributes of an area as a percentage of overlapping area in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-to-allocate-attributes-of-an-area-as-a/m-p/331908#M18907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are several ways to do this.&amp;nbsp; Here's one workflow to find the proportional amount of each block group within the bus stop buffers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Add a new field to your buffered stops polygons.&amp;nbsp; Call it &lt;EM&gt;OriginalArea&lt;/EM&gt; or something similar.&amp;nbsp; Make it its &lt;EM&gt;field type&lt;/EM&gt;&amp;nbsp; &lt;EM&gt;double&lt;/EM&gt;.&lt;/LI&gt;&lt;LI&gt;Use&lt;EM&gt; Field Calculator&lt;/EM&gt; to populate this new field with the value from the &lt;EM&gt;Shape.Area&lt;/EM&gt; field for each polygon in the buffered stops feature class.&amp;nbsp; &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/making-field-calculations-making-simple-field-calc.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/making-field-calculations-making-simple-field-calc.htm"&gt;Making simple field calculations—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;Run the &lt;EM&gt;Identity&amp;nbsp;&lt;/EM&gt;geoprocessing tool&amp;nbsp; &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/tools/analysis-toolbox/identity.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/tools/analysis-toolbox/identity.htm"&gt;Identity—Help | ArcGIS for Desktop&lt;/A&gt; .&amp;nbsp; When running the tool, the &lt;EM&gt;Input Layer&lt;/EM&gt; will be the buffers and the &lt;EM&gt;Identity Layer&lt;/EM&gt; will be the Block Group polygons.&lt;/LI&gt;&lt;LI&gt;In the resulting output, add a new field called &lt;EM&gt;Percent&lt;/EM&gt;.&amp;nbsp; Using &lt;EM&gt;Field Calculator&lt;/EM&gt;, derive the percent by dividing the &lt;EM&gt;Shape.Area&lt;/EM&gt; field by the &lt;EM&gt;OriginalArea&lt;/EM&gt; field.&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes/Caveats:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;Identity&lt;/EM&gt; requires an Advanced License.&amp;nbsp; You can do a similar process with the tools available at the basic license, but it will take several more steps to essentially duplicate Identity.&lt;/LI&gt;&lt;LI&gt;The &lt;EM&gt;Identity&lt;/EM&gt; step will have to be run one buffer polygon at a time to avoid issues where there are overlapping buffer polygons.&amp;nbsp; If it is desired to automate this aspect, it can be done with &lt;EM&gt;Modelbuilder&lt;/EM&gt; or via &lt;EM&gt;Python&lt;/EM&gt; Scripting.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="396267" alt="" class="image-1 jive-image" src="/legacyfs/online/396267_2018-02-09 11_39_31-Proportional_overlay - ArcMap.jpg" style="width: 1037px; height: 610px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Feb 2018 19:35:25 GMT</pubDate>
    <dc:creator>ChrisDonohue__GISP</dc:creator>
    <dc:date>2018-02-09T19:35:25Z</dc:date>
    <item>
      <title>How to allocate attributes of an area as a percentage of overlapping area</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-allocate-attributes-of-an-area-as-a/m-p/331906#M18905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am fairly new to ArcGIS, but I am looking for help in performing a specific function.&amp;nbsp; I am trying to analyze a transit system and I have a point layer with all stops in the network that contains information about each stop, as well as the ridership that boarded at that stop.&amp;nbsp; I've created circular buffer areas around each stop to represent the expected catchment area for the stop.&amp;nbsp; I also have a layer of block groups with information about population, income, etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would like to do is to be able to allocate the ridership at each stop based on the amount of area of the buffer that overlaps a particular block group.&amp;nbsp; That is, if a particular stop's buffer area overlaps two block groups evenly, I want to be able to distribute the ridership at that stop 50/50 to both block groups.&amp;nbsp; Ultimately, I want to obtain a table with each block group and the total (for all stops whose buffer area overlaps the block group) "distributed" ridership for that block group.&amp;nbsp; I've attached a sketch that hopefully explains what I am trying to do.&amp;nbsp; I was already able to do this without buffer areas by just grouping the ridership for those stops that fall in each block group, but I don't think this is realistic enough for what I am trying to do.&amp;nbsp; I've been reading through the community here and watching a lot of videos on YouTube but haven't been able to find anything to do what I would like yet.&amp;nbsp; Any sort of help would be greatly appreciated. Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 18:20:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-allocate-attributes-of-an-area-as-a/m-p/331906#M18905</guid>
      <dc:creator>NathanShellhamer</dc:creator>
      <dc:date>2018-02-09T18:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to allocate attributes of an area as a percentage of overlapping area</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-allocate-attributes-of-an-area-as-a/m-p/331907#M18906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have an advanced license... look at&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/tabulate-intersection.htm"&gt;&lt;STRONG&gt; Tabulate Intersection&lt;/STRONG&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some of the other &lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/an-overview-of-the-statistics-toolset.htm"&gt;&lt;STRONG&gt;Statistics tools&lt;/STRONG&gt; &lt;/A&gt;don't require an advanced or standard license, so give them a look.&lt;/P&gt;&lt;P&gt;You can probably emulate any advanced level tool with a little extra work if needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 19:13:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-allocate-attributes-of-an-area-as-a/m-p/331907#M18906</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-02-09T19:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to allocate attributes of an area as a percentage of overlapping area</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-allocate-attributes-of-an-area-as-a/m-p/331908#M18907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are several ways to do this.&amp;nbsp; Here's one workflow to find the proportional amount of each block group within the bus stop buffers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Add a new field to your buffered stops polygons.&amp;nbsp; Call it &lt;EM&gt;OriginalArea&lt;/EM&gt; or something similar.&amp;nbsp; Make it its &lt;EM&gt;field type&lt;/EM&gt;&amp;nbsp; &lt;EM&gt;double&lt;/EM&gt;.&lt;/LI&gt;&lt;LI&gt;Use&lt;EM&gt; Field Calculator&lt;/EM&gt; to populate this new field with the value from the &lt;EM&gt;Shape.Area&lt;/EM&gt; field for each polygon in the buffered stops feature class.&amp;nbsp; &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/making-field-calculations-making-simple-field-calc.htm" title="http://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/making-field-calculations-making-simple-field-calc.htm"&gt;Making simple field calculations—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;Run the &lt;EM&gt;Identity&amp;nbsp;&lt;/EM&gt;geoprocessing tool&amp;nbsp; &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/tools/analysis-toolbox/identity.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/tools/analysis-toolbox/identity.htm"&gt;Identity—Help | ArcGIS for Desktop&lt;/A&gt; .&amp;nbsp; When running the tool, the &lt;EM&gt;Input Layer&lt;/EM&gt; will be the buffers and the &lt;EM&gt;Identity Layer&lt;/EM&gt; will be the Block Group polygons.&lt;/LI&gt;&lt;LI&gt;In the resulting output, add a new field called &lt;EM&gt;Percent&lt;/EM&gt;.&amp;nbsp; Using &lt;EM&gt;Field Calculator&lt;/EM&gt;, derive the percent by dividing the &lt;EM&gt;Shape.Area&lt;/EM&gt; field by the &lt;EM&gt;OriginalArea&lt;/EM&gt; field.&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes/Caveats:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;Identity&lt;/EM&gt; requires an Advanced License.&amp;nbsp; You can do a similar process with the tools available at the basic license, but it will take several more steps to essentially duplicate Identity.&lt;/LI&gt;&lt;LI&gt;The &lt;EM&gt;Identity&lt;/EM&gt; step will have to be run one buffer polygon at a time to avoid issues where there are overlapping buffer polygons.&amp;nbsp; If it is desired to automate this aspect, it can be done with &lt;EM&gt;Modelbuilder&lt;/EM&gt; or via &lt;EM&gt;Python&lt;/EM&gt; Scripting.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="396267" alt="" class="image-1 jive-image" src="/legacyfs/online/396267_2018-02-09 11_39_31-Proportional_overlay - ArcMap.jpg" style="width: 1037px; height: 610px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 19:35:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-allocate-attributes-of-an-area-as-a/m-p/331908#M18907</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2018-02-09T19:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to allocate attributes of an area as a percentage of overlapping area</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-allocate-attributes-of-an-area-as-a/m-p/331909#M18908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the suggestions.&amp;nbsp; With a little manipulation, it seems like the suggested approaches will get me what I am looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 19:10:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-allocate-attributes-of-an-area-as-a/m-p/331909#M18908</guid>
      <dc:creator>NathanShellhamer</dc:creator>
      <dc:date>2018-02-13T19:10:30Z</dc:date>
    </item>
  </channel>
</rss>

