<?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: Sum Attribute from Stacked/Coincident Lines in ArcGIS in ArcMap Questions</title>
    <link>https://community.esri.com/t5/arcmap-questions/sum-attribute-from-stacked-coincident-lines-in/m-p/1101676#M3014</link>
    <description>&lt;P&gt;Possibly&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/dissolve.htm" target="_blank"&gt;Dissolve (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;with the field statistics set as 'SUM'&lt;/P&gt;</description>
    <pubDate>Fri, 24 Sep 2021 15:45:32 GMT</pubDate>
    <dc:creator>DavidPike</dc:creator>
    <dc:date>2021-09-24T15:45:32Z</dc:date>
    <item>
      <title>Sum Attribute from Stacked/Coincident Lines in ArcGIS</title>
      <link>https://community.esri.com/t5/arcmap-questions/sum-attribute-from-stacked-coincident-lines-in/m-p/1101648#M3013</link>
      <description>&lt;P&gt;I have line features of Bus Routes where every route/feature has an attribute with the Number of Buses per Hour. Up to 16 different routes can run down the same street. I want to summarize all the coincident line features into a single line with a sum of the number of buses.&lt;/P&gt;&lt;P&gt;The attached screen capture is an example where there are 8 coincident routes/features in the selection. I want a single feature with the total of HW2_Bus, which would be 21.&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Capture.PNG" style="width: 718px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/23794iCBF7815E02AAA3A4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I'm looking for a way to do this in ether ArcGIS Desktop or ArcGIS Pro.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 15:13:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/sum-attribute-from-stacked-coincident-lines-in/m-p/1101648#M3013</guid>
      <dc:creator>DanSeidensticker</dc:creator>
      <dc:date>2021-09-24T15:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Attribute from Stacked/Coincident Lines in ArcGIS</title>
      <link>https://community.esri.com/t5/arcmap-questions/sum-attribute-from-stacked-coincident-lines-in/m-p/1101676#M3014</link>
      <description>&lt;P&gt;Possibly&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/dissolve.htm" target="_blank"&gt;Dissolve (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;with the field statistics set as 'SUM'&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 15:45:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/sum-attribute-from-stacked-coincident-lines-in/m-p/1101676#M3014</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-09-24T15:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Attribute from Stacked/Coincident Lines in ArcGIS</title>
      <link>https://community.esri.com/t5/arcmap-questions/sum-attribute-from-stacked-coincident-lines-in/m-p/1101698#M3015</link>
      <description>&lt;P&gt;Thanks for replying. Unfortunately Dissolve does not work because the Sum returns the Bus total of all the line segments, not just where the line segments overlap. It's looking like I need some sort of overlay analysis that will sum in the Z direction. Union or Intersect come to mind, but they don't have a Sum option.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 16:43:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/sum-attribute-from-stacked-coincident-lines-in/m-p/1101698#M3015</guid>
      <dc:creator>DanSeidensticker</dc:creator>
      <dc:date>2021-09-24T16:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Attribute from Stacked/Coincident Lines in ArcGIS</title>
      <link>https://community.esri.com/t5/arcmap-questions/sum-attribute-from-stacked-coincident-lines-in/m-p/1101781#M3016</link>
      <description>&lt;P&gt;yes sorry, even the unsplit lines option wouldn't be ideal.&amp;nbsp; How about...&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/spatial-join.htm" target="_blank"&gt;Spatial Join (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;Join it to itself, match option of 'identical' and set a 'sum' merge rule of the fields in the field mapping.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 18:53:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/sum-attribute-from-stacked-coincident-lines-in/m-p/1101781#M3016</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-09-24T18:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Attribute from Stacked/Coincident Lines in ArcGIS</title>
      <link>https://community.esri.com/t5/arcmap-questions/sum-attribute-from-stacked-coincident-lines-in/m-p/1102665#M3026</link>
      <description>&lt;P&gt;Thanks for pointing me in the right direction. I first did a Feature To Line to break all the routes into segments by intersection.&amp;nbsp; After that, used Spatial Join on itself to calculate the attribute summary (total buses).&amp;nbsp; Then used Delete Identical to delete all the duplicate line work so that there was no overlapping geography.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 16:24:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/sum-attribute-from-stacked-coincident-lines-in/m-p/1102665#M3026</guid>
      <dc:creator>DanSeidensticker</dc:creator>
      <dc:date>2021-09-28T16:24:51Z</dc:date>
    </item>
  </channel>
</rss>

