<?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: Grid segmentation for density in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/grid-segmentation-for-density/m-p/1321665#M72385</link>
    <description>&lt;P&gt;That's great, glad it helped. There are always multiple ways to do stuff, figuring where to start can sometimes be challenging.&lt;/P&gt;</description>
    <pubDate>Wed, 23 Aug 2023 15:05:55 GMT</pubDate>
    <dc:creator>clt_cabq</dc:creator>
    <dc:date>2023-08-23T15:05:55Z</dc:date>
    <item>
      <title>Grid segmentation for density</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/grid-segmentation-for-density/m-p/1321545#M72377</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm fairly new to ArcGIS PRO and would appreciate some help walking me through this. Please see the images below for reference.&lt;/P&gt;&lt;P&gt;I have a map with a grid system on it and a density map of data points. I want to create a value for each grid showing how dense the features are in each grid, e.g., ., 0=nothing &amp;gt; 20=extremely dense. Something which I can then colour appropriately in symbology.&lt;/P&gt;&lt;P&gt;How do I go about doing this? Seems like it should be fairly simple but I do not know the procedures. Any help you can give me would be amazing, thank you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GrahamDriver_0-1692804581649.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/78933i10A5569870082B62/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GrahamDriver_0-1692804581649.png" alt="GrahamDriver_0-1692804581649.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 15:29:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/grid-segmentation-for-density/m-p/1321545#M72377</guid>
      <dc:creator>GrahamDriver</dc:creator>
      <dc:date>2023-08-23T15:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Grid segmentation for density</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/grid-segmentation-for-density/m-p/1321630#M72382</link>
      <description>&lt;P&gt;There are probably a ton of approaches to this depending on what you really want. I'm presuming that grid is actually a polygon feature class here. I'm also assuming by density you mean a frequency count of points within each grid square. The simplest approach would be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;do a spatial join between the polygons (your target features) and the points (join features), setting your join operation to 1:m, and match option to intersect.&lt;/LI&gt;&lt;LI&gt;With the result of that operation, use the summarize function against the unique grid square ID the resulting table will give you the count of every time you have a given grid cell in your spatial join result and that is the number you want - my recollection is this is in a field named 'frequency'.&lt;/LI&gt;&lt;LI&gt;Join that table back to the original grid cells using the unique grid cell ID value, create a new integer field named something like "point frequency" and then calculate that using the field calculator to equal the frequency field from the joined table.&amp;nbsp; Unjoin your table. Then you can symbolize against that newly populated frequency field however you like.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 23 Aug 2023 14:33:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/grid-segmentation-for-density/m-p/1321630#M72382</guid>
      <dc:creator>clt_cabq</dc:creator>
      <dc:date>2023-08-23T14:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Grid segmentation for density</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/grid-segmentation-for-density/m-p/1321654#M72383</link>
      <description>&lt;P&gt;That's great! I managed to get it done by using the 'Summarize Within' tool on the grid (input which created a 'Count of Points' section in the data table, which I could then manipulate with graduated colours symbology. But your direction to the relevant toolset helped enormously! thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 14:59:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/grid-segmentation-for-density/m-p/1321654#M72383</guid>
      <dc:creator>GrahamDriver</dc:creator>
      <dc:date>2023-08-23T14:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Grid segmentation for density</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/grid-segmentation-for-density/m-p/1321665#M72385</link>
      <description>&lt;P&gt;That's great, glad it helped. There are always multiple ways to do stuff, figuring where to start can sometimes be challenging.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 15:05:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/grid-segmentation-for-density/m-p/1321665#M72385</guid>
      <dc:creator>clt_cabq</dc:creator>
      <dc:date>2023-08-23T15:05:55Z</dc:date>
    </item>
  </channel>
</rss>

