<?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: Aggregating point symbols within a specified distance - generalization in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/aggregating-point-symbols-within-a-specified/m-p/1085624#M44034</link>
    <description>&lt;P&gt;&lt;EM&gt;Split by Attributes&amp;nbsp;&lt;/EM&gt;should work in my case. But there's another problem... &lt;EM&gt;Aggregate Points&lt;/EM&gt; requires minimum of 3 points to create a polygon (this makes sense) but there are cases, where only 2 objects need to be aggregated. Is there any way to include such scenarios?&lt;/P&gt;&lt;P&gt;Perhaps there is a way to determine clustering? Sort of the way heat maps work but within ArcGIS?&lt;/P&gt;</description>
    <pubDate>Wed, 04 Aug 2021 09:44:12 GMT</pubDate>
    <dc:creator>JakubWabinski</dc:creator>
    <dc:date>2021-08-04T09:44:12Z</dc:date>
    <item>
      <title>Aggregating point symbols within a specified distance - generalization</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/aggregating-point-symbols-within-a-specified/m-p/1085603#M44029</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to make a semi-automatic pipeline for data generalization to be used on tactile maps. I have a point layer representing natural resources.&lt;/P&gt;&lt;P&gt;I want to make points from within the same group (resource type) being close to each other (within specified threshold - say 50 km), aggregated into a single point representation. The final location could be a centroid of the polygon created around the set of points (clusters).&lt;/P&gt;&lt;P&gt;I know the&amp;nbsp;&lt;EM&gt;Aggregate Points&amp;nbsp;&lt;/EM&gt;tool but it ignores the symbol&amp;nbsp; categories and requires me to do the further processing of setting centroids and so on.&lt;/P&gt;&lt;P&gt;Is there any other way to group these symbols? Most of the original point symbols do not overlap but on tactile maps large distances between signs have to be maintained.&lt;/P&gt;&lt;P&gt;In the image there is more or less the generalization result i want to achieve. Thanks in advance!&lt;/P&gt;&lt;P&gt;Kuba&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: Oh, and I am aware of the&amp;nbsp;&lt;EM&gt;Disperse Markers&amp;nbsp;&lt;/EM&gt;tool but as far as I know it doesn't have an option to reduce the number of resulting points...?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 07:59:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/aggregating-point-symbols-within-a-specified/m-p/1085603#M44029</guid>
      <dc:creator>JakubWabinski</dc:creator>
      <dc:date>2021-08-04T07:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating point symbols within a specified distance - generalization</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/aggregating-point-symbols-within-a-specified/m-p/1085610#M44030</link>
      <description>&lt;P&gt;related&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/generate-best-fit-polygon-based-on-aggregated/td-p/448098" target="_blank"&gt;Solved: Generate best fit polygon based on aggregated near... - Esri Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;although Aggregate Points seems your best option&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 08:26:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/aggregating-point-symbols-within-a-specified/m-p/1085610#M44030</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-08-04T08:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating point symbols within a specified distance - generalization</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/aggregating-point-symbols-within-a-specified/m-p/1085615#M44031</link>
      <description>&lt;P&gt;Thanks Dan, it looks like there is no tool implemented for such operations.&lt;/P&gt;&lt;P&gt;But regarding Aggregate Points - is there a way to force the tool to consider point groups separately based on attribute value (different resources types) or do I have to split the original point layer into a number of layers (or maybe subtypes) and run the tool separately?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Including a screenshot of the data in question. Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 08:50:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/aggregating-point-symbols-within-a-specified/m-p/1085615#M44031</guid>
      <dc:creator>JakubWabinski</dc:creator>
      <dc:date>2021-08-04T08:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating point symbols within a specified distance - generalization</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/aggregating-point-symbols-within-a-specified/m-p/1085616#M44032</link>
      <description>&lt;P&gt;It would be a useful addition, but Split by Attributes may need to be a precursor to attain what you want.&amp;nbsp; If you have many attribute grouping that would be problematic, but modelbuilder could facilitate the workflow (split, aggregate the split groupings, merge the results)&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 09:03:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/aggregating-point-symbols-within-a-specified/m-p/1085616#M44032</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-08-04T09:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating point symbols within a specified distance - generalization</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/aggregating-point-symbols-within-a-specified/m-p/1085624#M44034</link>
      <description>&lt;P&gt;&lt;EM&gt;Split by Attributes&amp;nbsp;&lt;/EM&gt;should work in my case. But there's another problem... &lt;EM&gt;Aggregate Points&lt;/EM&gt; requires minimum of 3 points to create a polygon (this makes sense) but there are cases, where only 2 objects need to be aggregated. Is there any way to include such scenarios?&lt;/P&gt;&lt;P&gt;Perhaps there is a way to determine clustering? Sort of the way heat maps work but within ArcGIS?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 09:44:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/aggregating-point-symbols-within-a-specified/m-p/1085624#M44034</guid>
      <dc:creator>JakubWabinski</dc:creator>
      <dc:date>2021-08-04T09:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating point symbols within a specified distance - generalization</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/aggregating-point-symbols-within-a-specified/m-p/1085756#M44050</link>
      <description>&lt;P&gt;Ideally you want the spatial statistics extension,&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-statistics/mean-center.htm" target="_blank"&gt;Mean Center (Spatial Statistics)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;or median center would be ideal since they use a "case field"&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 15:43:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/aggregating-point-symbols-within-a-specified/m-p/1085756#M44050</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-08-04T15:43:24Z</dc:date>
    </item>
  </channel>
</rss>

