<?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 Geoprocessing: Count Overlapping Features (or Union), but with Sum of a field in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/geoprocessing-count-overlapping-features-or-union/m-p/1290691#M69326</link>
    <description>&lt;P&gt;I have hundreds of overlapping polygon layers, the features of which do not typically match. I would like to find functionality similar to Count Overlapping Features or Union, but that returns a&amp;nbsp; sum of a particular field. So, if one polygon has a value of 10 and it is spatially coincident with another layers feature that has a value of 12, and another with a value of 3, etc. The output would be the union of these features with a summed value of 25 or whatever.&lt;/P&gt;&lt;P&gt;Anyone know of a tool that can do this?&lt;/P&gt;</description>
    <pubDate>Thu, 18 May 2023 16:27:18 GMT</pubDate>
    <dc:creator>ToddFagin</dc:creator>
    <dc:date>2023-05-18T16:27:18Z</dc:date>
    <item>
      <title>Geoprocessing: Count Overlapping Features (or Union), but with Sum of a field</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geoprocessing-count-overlapping-features-or-union/m-p/1290691#M69326</link>
      <description>&lt;P&gt;I have hundreds of overlapping polygon layers, the features of which do not typically match. I would like to find functionality similar to Count Overlapping Features or Union, but that returns a&amp;nbsp; sum of a particular field. So, if one polygon has a value of 10 and it is spatially coincident with another layers feature that has a value of 12, and another with a value of 3, etc. The output would be the union of these features with a summed value of 25 or whatever.&lt;/P&gt;&lt;P&gt;Anyone know of a tool that can do this?&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 16:27:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geoprocessing-count-overlapping-features-or-union/m-p/1290691#M69326</guid>
      <dc:creator>ToddFagin</dc:creator>
      <dc:date>2023-05-18T16:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing: Count Overlapping Features (or Union), but with Sum of a field</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geoprocessing-count-overlapping-features-or-union/m-p/1290711#M69328</link>
      <description>&lt;P&gt;You could do a spatial join with a Join rule fieldmapping of 'Sum', then add anew field and calculating the original polygon value + spatial join sum value.&lt;/P&gt;&lt;P&gt;Are we talking 100s of individual layers, all containing different polygons?&amp;nbsp; Do the schemas match?&amp;nbsp; I think it's important to explicitly detail the nature of the data to get the right solution.&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 17:05:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geoprocessing-count-overlapping-features-or-union/m-p/1290711#M69328</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2023-05-18T17:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing: Count Overlapping Features (or Union), but with Sum of a field</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/geoprocessing-count-overlapping-features-or-union/m-p/1290788#M69336</link>
      <description>&lt;P&gt;Unfortunately, a spatial join, on its own, won't work. However, if I have an intermediate layer it will, which ultimately may be the best solution.&lt;/P&gt;&lt;P&gt;Essentially, I am trying to do a modified version of what &lt;A href="https://www.esri.com/arcgis-blog/products/analytics/analytics/six-months-of-drought-in-the-american-southeast/" target="_self"&gt;John Nelson&lt;/A&gt; did a couple of years back to show cumulative drought intensity. I have gathered U.S. Drought Monitor weekly data from 2001 to 2020. I have then divided the data into five year increments--2001-2005; 2006-2010; 2011-2015; and 2016-2020.&lt;/P&gt;&lt;P&gt;I then merged all the data from the each of the five year blocks to create a composite layer.&lt;/P&gt;&lt;P&gt;Lastly, for visually purposes, I use U.S. Drought Monitor colors for D0 to D5 with 99% transparency to create a really cool visualization.&lt;/P&gt;&lt;P&gt;Works great...except there are thousands of features in each layer, it renders slows, and it takes up a lot of&amp;nbsp; storage. I am wanting to use it is a web map, so it is far from optimal.&lt;/P&gt;&lt;P&gt;As a work around, I create a tesselation, then can spatially join the composite layer to it, so each hexagon gets a summed value. It works, but I was hoping to get rid of that intermediate step.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 18:54:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/geoprocessing-count-overlapping-features-or-union/m-p/1290788#M69336</guid>
      <dc:creator>ToddFagin</dc:creator>
      <dc:date>2023-05-18T18:54:41Z</dc:date>
    </item>
  </channel>
</rss>

