<?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 calculate percent of polygons covered by a buffer in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/how-to-calculate-percent-of-polygons-covered-by-a/m-p/360909#M12470</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm glad it worked for you. Please don't forget to mark the post that answered your question as the "Correct Answer".&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Apr 2017 17:08:23 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2017-04-28T17:08:23Z</dc:date>
    <item>
      <title>How to calculate percent of polygons covered by a buffer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-calculate-percent-of-polygons-covered-by-a/m-p/360906#M12467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have thousands of points across Canada, as well as thousands of polygons. Each polygon represents a population (approximately 550 people). The points are across&amp;nbsp;a rail network. What I need to do is find out the population within a half mile radius of each of these points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each Polygon I know the population density, and I've created a 0.5 mile buffer around each of the points,&amp;nbsp;but&amp;nbsp;I can't&amp;nbsp;calculate the number of people in each 0.5 mile radius because many of the buffers contain many polygons, each with a different population density and with different amount of coverage of each polygon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be very appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see&amp;nbsp;attached file for reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Zach&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 20:26:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-calculate-percent-of-polygons-covered-by-a/m-p/360906#M12467</guid>
      <dc:creator>ZachSchenk</dc:creator>
      <dc:date>2017-04-27T20:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate percent of polygons covered by a buffer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-calculate-percent-of-polygons-covered-by-a/m-p/360907#M12468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A question first: I noticed in the attached image that the two buffer polygons just left from the selected buffer overlap.&amp;nbsp;Will you be handling the overlap in some way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I would do (ignoring the overlap between the buffer polygons to keep it simple), is first add a field with the&amp;nbsp;population density to the polygon featureclass. Next, I would intersect the buffers with the polygons. The resulting intersect area and "joined" population density can be used to calculate the population for each intersecting area. Based on a unique id of the&amp;nbsp;buffer polygons you can dissolve the featureclass to create the buffer polygons and sum the population within each buffer polygon (use the statistics option in the dissolve tool).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 20:53:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-calculate-percent-of-polygons-covered-by-a/m-p/360907#M12468</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-04-27T20:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate percent of polygons covered by a buffer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-calculate-percent-of-polygons-covered-by-a/m-p/360908#M12469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YES thank you!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The big thing I was missing was the dissolve step, I'm new to GIS software and didn't realize exactly how it worked!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Zach&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 13:46:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-calculate-percent-of-polygons-covered-by-a/m-p/360908#M12469</guid>
      <dc:creator>ZachSchenk</dc:creator>
      <dc:date>2017-04-28T13:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate percent of polygons covered by a buffer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-calculate-percent-of-polygons-covered-by-a/m-p/360909#M12470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm glad it worked for you. Please don't forget to mark the post that answered your question as the "Correct Answer".&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 17:08:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-calculate-percent-of-polygons-covered-by-a/m-p/360909#M12470</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-04-28T17:08:23Z</dc:date>
    </item>
  </channel>
</rss>

