<?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 Count and summarize points within polygons in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/count-and-summarize-points-within-polygons/m-p/573451#M25166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one polygon layer (shp) of areas, and a point layer converted from a raster file. The points have categories&amp;nbsp;as they were converted from a raster, which should correspond to the polygon value, however I wish to make a validation table of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to summarize the values of each point within each polygon as such:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;polygon type A&lt;/P&gt;&lt;P&gt;-------------------&lt;/P&gt;&lt;P&gt;number of points type A&lt;/P&gt;&lt;P&gt;number of points type B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;polygon type B&lt;/P&gt;&lt;P&gt;--------------------&lt;/P&gt;&lt;P&gt;number of points type A&lt;/P&gt;&lt;P&gt;number of points type B&lt;/P&gt;&lt;P&gt;number of points type C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Spatial join would work?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jun 2019 15:03:21 GMT</pubDate>
    <dc:creator>LaurenceSigler</dc:creator>
    <dc:date>2019-06-19T15:03:21Z</dc:date>
    <item>
      <title>Count and summarize points within polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/count-and-summarize-points-within-polygons/m-p/573451#M25166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one polygon layer (shp) of areas, and a point layer converted from a raster file. The points have categories&amp;nbsp;as they were converted from a raster, which should correspond to the polygon value, however I wish to make a validation table of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to summarize the values of each point within each polygon as such:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;polygon type A&lt;/P&gt;&lt;P&gt;-------------------&lt;/P&gt;&lt;P&gt;number of points type A&lt;/P&gt;&lt;P&gt;number of points type B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;polygon type B&lt;/P&gt;&lt;P&gt;--------------------&lt;/P&gt;&lt;P&gt;number of points type A&lt;/P&gt;&lt;P&gt;number of points type B&lt;/P&gt;&lt;P&gt;number of points type C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Spatial join would work?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 15:03:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/count-and-summarize-points-within-polygons/m-p/573451#M25166</guid>
      <dc:creator>LaurenceSigler</dc:creator>
      <dc:date>2019-06-19T15:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Count and summarize points within polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/count-and-summarize-points-within-polygons/m-p/573452#M25167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried a spatial join and not getting the results you expect?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use a spatial join, you then might need to summarize the output to group the number of points by attribute.&amp;nbsp; You could use the Case Field in&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/summary-statistics.htm"&gt;https://pro.arcgis.com/en/pro-app/tool-reference/analysis/summary-statistics.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So instead of doing that, you might want to try Summarize Within and use the Group Field:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/summarize-within.htm"&gt;https://pro.arcgis.com/en/pro-app/tool-reference/analysis/summarize-within.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 15:20:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/count-and-summarize-points-within-polygons/m-p/573452#M25167</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2019-06-19T15:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Count and summarize points within polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/count-and-summarize-points-within-polygons/m-p/573453#M25168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply. I'm not finding these tools in the toolbox, I have Arc Map 10,6. Is it something extra?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 15:26:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/count-and-summarize-points-within-polygons/m-p/573453#M25168</guid>
      <dc:creator>LaurenceSigler</dc:creator>
      <dc:date>2019-06-19T15:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Count and summarize points within polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/count-and-summarize-points-within-polygons/m-p/573454#M25169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, Summarize Within is only in Pro I think.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ArcMap, you could still do Spatial Join:&amp;nbsp;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/spatial-join.htm"&gt;http://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/spatial-join.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and Summary Statistics:&amp;nbsp;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/summary-statistics.htm"&gt;http://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/summary-statistics.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you have an ArcGIS Desktop license, you should also have ArcGIS Pro - it is a part of ArcGIS Desktop...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 16:30:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/count-and-summarize-points-within-polygons/m-p/573454#M25169</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2019-06-19T16:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Count and summarize points within polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/count-and-summarize-points-within-polygons/m-p/573455#M25170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was what I was looking for, thanks very much for the replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;slts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Missatge de Kory Kramer &amp;lt;geonet@esri.com&amp;gt; del dia dc., 19 de juny 2019 a&lt;/P&gt;&lt;P&gt;les 18:32:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;GeoNet, The Esri Community | GIS and Geospatial Professional Community&lt;/P&gt;&lt;P&gt;&amp;lt;https://community.esri.com/?et=watches.email.thread&amp;gt;&lt;/P&gt;&lt;P&gt;Re: Count and summarize points within polygons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Kory Kramer&lt;/P&gt;&lt;P&gt;&amp;lt;https://community.esri.com/people/KKramer-esristaff?et=watches.email.thread&amp;gt;&lt;/P&gt;&lt;P&gt;in &lt;STRONG&gt;ArcGIS Pro&lt;/STRONG&gt; - View the full discussion&lt;/P&gt;&lt;P&gt;&amp;lt;https://community.esri.com/message/859387-re-count-and-summarize-points-within-polygons?commentID=859387&amp;amp;et=watches.email.thread#comment-859387&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2019 14:40:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/count-and-summarize-points-within-polygons/m-p/573455#M25170</guid>
      <dc:creator>LaurenceSigler</dc:creator>
      <dc:date>2019-06-20T14:40:08Z</dc:date>
    </item>
  </channel>
</rss>

