<?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 How to calculate % of population that overlaps another polygon? in Spatial Data Science Questions</title>
    <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-calculate-of-population-that-overlaps/m-p/152174#M385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to figure out what percentage of my City's population falls within a certain distance of their parks. I created a 10-min walkshed via network analyst, but my population data is limited. The best I have is Census Block Groups (2014-5 year estimates). Since I don't have points for population or even just household points with household sizes in the attribute table, I'm relying on the BG polygon. I know I can intersect the BG poly with the parks network analyst output poly, but how do I calculate the percentage of the population (a field within the BG attribute table) overlaps with the parks output? Is there a better way to do this? Any ideas, input, or advice is greatly appreciated. Also, I do not have BAO or BA Desktop, I know those tools can generate population numbers based on polygon inputs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 22 Oct 2016 14:15:44 GMT</pubDate>
    <dc:creator>KathrynAngleton</dc:creator>
    <dc:date>2016-10-22T14:15:44Z</dc:date>
    <item>
      <title>How to calculate % of population that overlaps another polygon?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-calculate-of-population-that-overlaps/m-p/152174#M385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to figure out what percentage of my City's population falls within a certain distance of their parks. I created a 10-min walkshed via network analyst, but my population data is limited. The best I have is Census Block Groups (2014-5 year estimates). Since I don't have points for population or even just household points with household sizes in the attribute table, I'm relying on the BG polygon. I know I can intersect the BG poly with the parks network analyst output poly, but how do I calculate the percentage of the population (a field within the BG attribute table) overlaps with the parks output? Is there a better way to do this? Any ideas, input, or advice is greatly appreciated. Also, I do not have BAO or BA Desktop, I know those tools can generate population numbers based on polygon inputs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Oct 2016 14:15:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-calculate-of-population-that-overlaps/m-p/152174#M385</guid>
      <dc:creator>KathrynAngleton</dc:creator>
      <dc:date>2016-10-22T14:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate % of population that overlaps another polygon?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-calculate-of-population-that-overlaps/m-p/152175#M386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kathryn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Calculation the percentage of the original polygon that intersects the parks walk distance polygon is not to hard (clip the bg poly using the park polygon and some math to determine clipped portions SqFt vs the original BG poly SqFt), but then the population number&amp;nbsp;(say 43) is assigned to that polygon so you would have to assume even distribution and divide that pop by the percentage of the BG poly that intersects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Oct 2016 19:37:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-calculate-of-population-that-overlaps/m-p/152175#M386</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-10-22T19:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate % of population that overlaps another polygon?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-calculate-of-population-that-overlaps/m-p/152176#M387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An approach which is similar to Robert's clip and calculate is to do a&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/split.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/split.htm"&gt;Split—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;but it requires an Advanced License, but it does it all at once&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Oct 2016 19:54:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-calculate-of-population-that-overlaps/m-p/152176#M387</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-10-22T19:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate % of population that overlaps another polygon?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-calculate-of-population-that-overlaps/m-p/152177#M388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kathryn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expanding on that idea, you could consider pre-processing your block groups by erasing water and right of way polygons (if you can get them). Then, you could try to obtain address points or building footprints for your area. You could divide the block group population by number of buildings and assign each building that amount of people.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It just depends on what data you have available and how sophisticated an estimate you want to go for. I'd recommend you set up your process in Python script or ModelBuilder so you can evaluate results and refine your estimate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck! I did a similar project in my first GIS job and it was a lot of fun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Oct 2016 23:41:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-calculate-of-population-that-overlaps/m-p/152177#M388</guid>
      <dc:creator>MicahBabinski</dc:creator>
      <dc:date>2016-10-22T23:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate % of population that overlaps another polygon?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-calculate-of-population-that-overlaps/m-p/152178#M389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;Thanks for the advice. &amp;nbsp;Would I want to have use ratio policy enabled on the population field within the BG attribute table? What I had originally done was had that enabled before I intersected the two polygons, but the percentage of pop I got back didn't seem right to me knowing the city and parks.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Oct 2016 02:20:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-calculate-of-population-that-overlaps/m-p/152178#M389</guid>
      <dc:creator>KathrynAngleton</dc:creator>
      <dc:date>2016-10-23T02:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate % of population that overlaps another polygon?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-calculate-of-population-that-overlaps/m-p/152179#M390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the tip! If split doesn't work for me, I will try this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Oct 2016 02:21:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-calculate-of-population-that-overlaps/m-p/152179#M390</guid>
      <dc:creator>KathrynAngleton</dc:creator>
      <dc:date>2016-10-23T02:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate % of population that overlaps another polygon?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-calculate-of-population-that-overlaps/m-p/152180#M391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Micah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is an interesting approach. I do have building footprints, address points, ROW polygons, and waterways. My concern about using addresses or footprints is that I would be putting residents in non-residential buildings. Land uses are mixed/integrated here, so I couldn't rely on assuming certain BGs would be 100% residential.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add, my Python skills are limited and I've never used model builder. Should I stay away from those processes then? I usually do more cartography than actual geography or heavy geoprocessing.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Oct 2016 02:26:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-calculate-of-population-that-overlaps/m-p/152180#M391</guid>
      <dc:creator>KathrynAngleton</dc:creator>
      <dc:date>2016-10-23T02:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate % of population that overlaps another polygon?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-calculate-of-population-that-overlaps/m-p/152181#M392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan, I have advanced. Split only works with string fields. Since population is numerical, how would split do what I want? I've tried tabulate intersection as an alternative.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 13:26:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-calculate-of-population-that-overlaps/m-p/152181#M392</guid>
      <dc:creator>KathrynAngleton</dc:creator>
      <dc:date>2016-10-24T13:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate % of population that overlaps another polygon?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-calculate-of-population-that-overlaps/m-p/152182#M393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert, would you say tabulate intersection does this for me? It appears to have created the output I was looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 13:29:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-calculate-of-population-that-overlaps/m-p/152182#M393</guid>
      <dc:creator>KathrynAngleton</dc:creator>
      <dc:date>2016-10-24T13:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate % of population that overlaps another polygon?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-calculate-of-population-that-overlaps/m-p/152183#M394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kathryn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;That sounds like exactly what you need. Back years ago (the last time I had to do this) that tool did not exist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 13:54:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-calculate-of-population-that-overlaps/m-p/152183#M394</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-10-24T13:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate % of population that overlaps another polygon?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-calculate-of-population-that-overlaps/m-p/152184#M395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another workflow is to use Modelbuilder to do the analysis.&amp;nbsp; There is a tool - &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/make-feature-layer.htm"&gt;Make Feature Layer &lt;/A&gt;that uses a ratio policy - basically a percentage split on the population field based upon an intersect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 16:58:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-calculate-of-population-that-overlaps/m-p/152184#M395</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2016-10-24T16:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate % of population that overlaps another polygon?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-calculate-of-population-that-overlaps/m-p/152185#M396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Robert, I actually tried that originally and wasn't entirely confident in the results that came back. It was probably more so the data I was using rather than the process itself. I realized I should have been using 2010 census data rather than the 2014 estimates. What I ended up doing was selecting by location having their centroids within. May not be as fancy, but the results came back closer to what I was expecting. Thanks for the input, though!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 13:51:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-calculate-of-population-that-overlaps/m-p/152185#M396</guid>
      <dc:creator>KathrynAngleton</dc:creator>
      <dc:date>2016-10-25T13:51:57Z</dc:date>
    </item>
  </channel>
</rss>

