<?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 get more information breakdown when counting point features within a polygon? in ArcMap Questions</title>
    <link>https://community.esri.com/t5/arcmap-questions/how-to-get-more-information-breakdown-when/m-p/1059378#M2512</link>
    <description>&lt;P&gt;Thank you all for the responses and contributions! I got it but i had to refocus by doing an intersec operation. Now i have an output table with all the information and its detail...&lt;/P&gt;&lt;P&gt;I have learnt a lot with this simple issue (at least for me).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 May 2021 12:50:54 GMT</pubDate>
    <dc:creator>RubénFerrero</dc:creator>
    <dc:date>2021-05-19T12:50:54Z</dc:date>
    <item>
      <title>How to get more information breakdown when counting point features within a polygon?</title>
      <link>https://community.esri.com/t5/arcmap-questions/how-to-get-more-information-breakdown-when/m-p/1057038#M2480</link>
      <description>&lt;P&gt;Hi, everyone.&lt;/P&gt;&lt;P&gt;I have several points (with their attributes) scattered in a map and some polygons (areas), spread as well. I know how to count how many of these points are contained within those areas, but i am not able to have the output according to a concrete attribute.&lt;/P&gt;&lt;P&gt;For exmple, each point is a people who do exercise. Each dot (person) likes football, cycling, gym or any other (attribute). The polygons are areas where people can easily excercise. I can get the number of people cointained within this areas (10 people for area 1, for example), but i would like to make a deeper analysis and i wonder how to know how many of those 10 in area 1 are cycling, boxing or gym.&lt;/P&gt;&lt;P&gt;Spatial join is not enough for this purpose and i did not find any help related. Could you please help me to attain it?&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Rubén.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 11:17:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/how-to-get-more-information-breakdown-when/m-p/1057038#M2480</guid>
      <dc:creator>RubénFerrero</dc:creator>
      <dc:date>2021-05-12T11:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to get more information breakdown when counting point features within a polygon?</title>
      <link>https://community.esri.com/t5/arcmap-questions/how-to-get-more-information-breakdown-when/m-p/1057107#M2481</link>
      <description>&lt;P&gt;Are the different sports in their own columns, or together?&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2021 13:36:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/how-to-get-more-information-breakdown-when/m-p/1057107#M2481</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-05-12T13:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to get more information breakdown when counting point features within a polygon?</title>
      <link>https://community.esri.com/t5/arcmap-questions/how-to-get-more-information-breakdown-when/m-p/1057507#M2488</link>
      <description>&lt;P&gt;Please find attached a visual example. I have different people doing one exercise and each person has different properties or attributes. When i perform spatial join the table counts all the points within each one of the three zones, but the result shows them aggregated and each zone does not differentiate by person (with the attributes, such as sport, gender, age...) . I do not have the info dissagregated. Zone 1 will show 9, zone will be 6 and zone 3, 6 as well.&lt;/P&gt;&lt;P&gt;The data is contained in an excel file. Each row contains a person and its different attributes associated (in columns).&lt;/P&gt;&lt;P&gt;I hope the image helps to make clearer the doubt.&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 07:07:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/how-to-get-more-information-breakdown-when/m-p/1057507#M2488</guid>
      <dc:creator>RubénFerrero</dc:creator>
      <dc:date>2021-05-13T07:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to get more information breakdown when counting point features within a polygon?</title>
      <link>https://community.esri.com/t5/arcmap-questions/how-to-get-more-information-breakdown-when/m-p/1058937#M2510</link>
      <description>&lt;P&gt;You would use the spatial join to join the AREAS to the POINTS&amp;nbsp;&lt;STRONG&gt;not&lt;/STRONG&gt; points to areas. You will create a new point dataset with all your point information and any area information such as place name. You then use the summary statistics tool setting the case to place name and sport type counting on the object id. This will create a table counting people breaking down by area then sport type. Then its just a matter of you playing around with the summary statistics tool.&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 13:49:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/how-to-get-more-information-breakdown-when/m-p/1058937#M2510</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2021-05-18T13:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to get more information breakdown when counting point features within a polygon?</title>
      <link>https://community.esri.com/t5/arcmap-questions/how-to-get-more-information-breakdown-when/m-p/1059378#M2512</link>
      <description>&lt;P&gt;Thank you all for the responses and contributions! I got it but i had to refocus by doing an intersec operation. Now i have an output table with all the information and its detail...&lt;/P&gt;&lt;P&gt;I have learnt a lot with this simple issue (at least for me).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 12:50:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/how-to-get-more-information-breakdown-when/m-p/1059378#M2512</guid>
      <dc:creator>RubénFerrero</dc:creator>
      <dc:date>2021-05-19T12:50:54Z</dc:date>
    </item>
  </channel>
</rss>

