<?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: Creating a map with % of population within a radius of site in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/creating-a-map-with-of-population-within-a-radius/m-p/1085962#M44068</link>
    <description>&lt;P&gt;Thank you very much for the reply. I have never used the model builder before, but I will definitely give it a go. We have spent a lot of time using ArcGIS to "plot dots on a map" and not so much for analytics.&amp;nbsp; I know there is a huge learning curve, but I'm very excited to learn more.&amp;nbsp; I'm in the process of working through your solution now, so we'll see how it goes. Will update upon completion.&amp;nbsp; Thanks again!&lt;/P&gt;</description>
    <pubDate>Wed, 04 Aug 2021 21:44:14 GMT</pubDate>
    <dc:creator>VanitaNottingham</dc:creator>
    <dc:date>2021-08-04T21:44:14Z</dc:date>
    <item>
      <title>Creating a map with % of population within a radius of site</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-a-map-with-of-population-within-a-radius/m-p/1085694#M44046</link>
      <description>&lt;P&gt;Hello, I am looking to create a map in ArcGIS Pro 2.8.1.&amp;nbsp; I am familiar with creating "basic" maps.&amp;nbsp; But I looking for the best route when trying to create a map that will provide the percentage of population within a certain radius. I have over 1K data points (so not sure buffers would make much sense), and I have pulled in some population data (tract) from the Living Atlas.&amp;nbsp; In addition, I did create a one-to-one spatial join, but would truly appreciate suggestions as to next steps.&amp;nbsp; End result being, figuring out the % of population within 5 mi of data point.&amp;nbsp; Then possibly showing % of population outside of that 5 mile radius.&amp;nbsp; Any help would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 14:03:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-a-map-with-of-population-within-a-radius/m-p/1085694#M44046</guid>
      <dc:creator>VanitaNottingham</dc:creator>
      <dc:date>2021-08-04T14:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a map with % of population within a radius of site</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-a-map-with-of-population-within-a-radius/m-p/1085712#M44048</link>
      <description>&lt;P&gt;One issue you'll be faced with is population data in polygons 'assumes' the population is evenly spread across any given polygon.&amp;nbsp; Consequently if your radius/buffer only takes in a portion of a population tract, you will need to know the original area of the census tract, and the area of the portion you have.&amp;nbsp; Then divide the portion area by the original area and then multiply original population by the quotient.&amp;nbsp; Doing that 1K times is ugly.&lt;/P&gt;&lt;P&gt;My suggestion is create a model that will iterate through you points, buffer each one, and then perform a spatial selection on the tracts that the buffer touches; then sum the population for all those tracts and call it good.&amp;nbsp; It's not the most precise calculation but it should get you by.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 14:31:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-a-map-with-of-population-within-a-radius/m-p/1085712#M44048</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-08-04T14:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a map with % of population within a radius of site</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-a-map-with-of-population-within-a-radius/m-p/1085714#M44049</link>
      <description>&lt;P&gt;As Joe say's, the assumption will always be that population is evenly distributed across the aggregation area, which then leads to a few fallacies.&lt;/P&gt;&lt;P&gt;I might say that buffering all the points then using tabulate intersection might be less work.&amp;nbsp; that will also allow you to use population as the sum field which is then calculated according to the area which falls into the zone.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 14:36:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-a-map-with-of-population-within-a-radius/m-p/1085714#M44049</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-08-04T14:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a map with % of population within a radius of site</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-a-map-with-of-population-within-a-radius/m-p/1085962#M44068</link>
      <description>&lt;P&gt;Thank you very much for the reply. I have never used the model builder before, but I will definitely give it a go. We have spent a lot of time using ArcGIS to "plot dots on a map" and not so much for analytics.&amp;nbsp; I know there is a huge learning curve, but I'm very excited to learn more.&amp;nbsp; I'm in the process of working through your solution now, so we'll see how it goes. Will update upon completion.&amp;nbsp; Thanks again!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 21:44:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-a-map-with-of-population-within-a-radius/m-p/1085962#M44068</guid>
      <dc:creator>VanitaNottingham</dc:creator>
      <dc:date>2021-08-04T21:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a map with % of population within a radius of site</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-a-map-with-of-population-within-a-radius/m-p/1085973#M44071</link>
      <description>&lt;P&gt;Thanks for the reply. You and&amp;nbsp;&lt;A href="https://community.esri.com/t5/user/viewprofilepage/user-id/3374" target="_blank"&gt;@JoeBorgione&lt;/A&gt;&amp;nbsp;&lt;SPAN&gt;made my day.&amp;nbsp; As mentioned above, we're kind of new at exploring all that ArcGIS has to offer. Still working on becoming more familiar with the capabilities.&amp;nbsp; I did initially create a layer with buffers around my points, just trying to "see" where to go from there to get to the intended end result was wearing me out.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I will work through both solutions to see which gets me closest to what the Execs are looking for, and to help enhance my knowledge of ArcGIS. I will update soon.&amp;nbsp; Thanks again, truly appreciate you guys.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 21:59:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-a-map-with-of-population-within-a-radius/m-p/1085973#M44071</guid>
      <dc:creator>VanitaNottingham</dc:creator>
      <dc:date>2021-08-04T21:59:09Z</dc:date>
    </item>
  </channel>
</rss>

