<?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: Measure average within overlapping buffers in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/measure-average-within-overlapping-buffers/m-p/694129#M39424</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What software package are you using to do this? Please add some more description to your text and use additional &lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-2160"&gt;tags&lt;/A&gt;. Also, instead of posting to &lt;A href="https://community.esri.com/space/2004"&gt;GeoNet Help&lt;/A&gt;‌, which is for questions about Geonet itself, &lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-2258"&gt;move&lt;/A&gt; this to a more suitable &lt;A _jive_internal="true" href="https://community.esri.com/places"&gt;place&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Sep 2017 17:49:05 GMT</pubDate>
    <dc:creator>KenBuja</dc:creator>
    <dc:date>2017-09-14T17:49:05Z</dc:date>
    <item>
      <title>Measure average within overlapping buffers</title>
      <link>https://community.esri.com/t5/data-management-questions/measure-average-within-overlapping-buffers/m-p/694128#M39423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need to measure average income within buffers that I traced around polluting plants. The income data comes from a polygon file with census-tract level income. I have tried to use the intersect tool (the plan was to use the statistics tool after, once I had linked each buffer to all the intersecting census-tract), but it does not work. I think the problem is that the buffers can overlap with each other. Is there any solution that you could suggest? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 17:32:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/measure-average-within-overlapping-buffers/m-p/694128#M39423</guid>
      <dc:creator>PamelaCampa</dc:creator>
      <dc:date>2017-09-14T17:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Measure average within overlapping buffers</title>
      <link>https://community.esri.com/t5/data-management-questions/measure-average-within-overlapping-buffers/m-p/694129#M39424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What software package are you using to do this? Please add some more description to your text and use additional &lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-2160"&gt;tags&lt;/A&gt;. Also, instead of posting to &lt;A href="https://community.esri.com/space/2004"&gt;GeoNet Help&lt;/A&gt;‌, which is for questions about Geonet itself, &lt;A _jive_internal="true" href="https://community.esri.com/docs/DOC-2258"&gt;move&lt;/A&gt; this to a more suitable &lt;A _jive_internal="true" href="https://community.esri.com/places"&gt;place&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 17:49:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/measure-average-within-overlapping-buffers/m-p/694129#M39424</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2017-09-14T17:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Measure average within overlapping buffers</title>
      <link>https://community.esri.com/t5/data-management-questions/measure-average-within-overlapping-buffers/m-p/694130#M39425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I feel like intersect should get you most of the way there, if I'm picturing this correctly. If your buffers overlap, intersect will create multiple overlapping intersection polygons tied to their respective pollution source, which should be fine, although I don't know how you want to consider areas that are polluted twice or more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I think you will eventually have to calculate the area percent of each buffer size, so you can multiply that by the average income (e.g. 90% high income + 10% low income should be weighted toward high income).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2017 16:52:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/measure-average-within-overlapping-buffers/m-p/694130#M39425</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2017-09-15T16:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Measure average within overlapping buffers</title>
      <link>https://community.esri.com/t5/data-management-questions/measure-average-within-overlapping-buffers/m-p/694131#M39426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer. Using intersect and then taking a weighted average (by area) is what I had in mind. However, when I try to intersect the buffers with the census data shapefiles after a few minutes I get an error message, and I think this is because of the self-overlapping polygons. I find it hard to figure what is wrong otherwise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2017 16:58:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/measure-average-within-overlapping-buffers/m-p/694131#M39426</guid>
      <dc:creator>PamelaCampa</dc:creator>
      <dc:date>2017-09-15T16:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Measure average within overlapping buffers</title>
      <link>https://community.esri.com/t5/data-management-questions/measure-average-within-overlapping-buffers/m-p/694132#M39427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have definitely used intersect with self-overlaps in the past. What is the error message?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2017 17:46:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/measure-average-within-overlapping-buffers/m-p/694132#M39427</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2017-09-15T17:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Measure average within overlapping buffers</title>
      <link>https://community.esri.com/t5/data-management-questions/measure-average-within-overlapping-buffers/m-p/694133#M39428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It says "output feature class empty" (see screenshot).Do you know where I can find a more detailed description of the error?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="/legacyfs/online/371344_Screenshot 2017-09-15 13.01.29.png" style="width: 620px; height: 175px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2017 19:05:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/measure-average-within-overlapping-buffers/m-p/694133#M39428</guid>
      <dc:creator>PamelaCampa</dc:creator>
      <dc:date>2017-09-15T19:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Measure average within overlapping buffers</title>
      <link>https://community.esri.com/t5/data-management-questions/measure-average-within-overlapping-buffers/m-p/694134#M39429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since it mentions invalid topology, try running &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/check-geometry.htm"&gt;Check Geometry&lt;/A&gt; and/or &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/repair-geometry.htm"&gt;Repair Geometry&lt;/A&gt; to fix the topology.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2017 19:58:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/measure-average-within-overlapping-buffers/m-p/694134#M39429</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2017-09-15T19:58:09Z</dc:date>
    </item>
  </channel>
</rss>

