<?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: Cleaning up overlapping points in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/cleaning-up-overlapping-points/m-p/185744#M10483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, this is not a geocoding problem/solution, but you should be able to do this without resorting to raster conversion.&amp;nbsp; The Integrate tool will move your points to the same location if they are within a xy tolerance (backup your data first!).&amp;nbsp; Then once they are located on top of each other, you can use Collect Events to create single point features with a count of the number of source features that are in the group.&amp;nbsp; Another approach is to create a Topology on the point data layer with an appropriate cluster tolerance - this seems to aggregate the points to a common location that respects the tolerance.&amp;nbsp; I haven't used this latter approach before though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Dec 2010 12:28:01 GMT</pubDate>
    <dc:creator>KevinMayall</dc:creator>
    <dc:date>2010-12-10T12:28:01Z</dc:date>
    <item>
      <title>Cleaning up overlapping points</title>
      <link>https://community.esri.com/t5/data-management-questions/cleaning-up-overlapping-points/m-p/185742#M10481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm making a map of mining locations throughout the world for certain commodities using a shapefile acquired from the USGS, however after filtering out only the commodities that I'm interested in, I'm left with 310,000 points. I don't need to show every single last point since many of them aren't visible anyway. I came up with the idea of showing only 1 point for every 10 mile radius, but don't know how to achieve this. Does anyone know how to do this? If anyone has alternative ideas or suggestions, I would appreciate it greatly. Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 16:46:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/cleaning-up-overlapping-points/m-p/185742#M10481</guid>
      <dc:creator>ShauntDer-Grigorian</dc:creator>
      <dc:date>2010-12-08T16:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cleaning up overlapping points</title>
      <link>https://community.esri.com/t5/data-management-questions/cleaning-up-overlapping-points/m-p/185743#M10482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is not the appropriate forum section ("Geocoding") for this question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I think you should be able to obtain the desired result using &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[1] the "Point To Raster" conversion tool (see &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Point_to_Raster/00120000002z000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Point_to_Raster/00120000002z000000/&lt;/A&gt;&lt;SPAN&gt; &amp;amp; &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/How_Point_To_Raster_works/001200000035000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/How_Point_To_Raster_works/001200000035000000/&lt;/A&gt;&lt;SPAN&gt;) that allows you to set your radius (actually raster cell size) ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[2] the "Raster To Point" conversion tool (see &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001200000007000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001200000007000000.htm&lt;/A&gt;&lt;SPAN&gt;) to convert back to point features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you need to keep original point feature attributes, you might have to do some additional steps to link them again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kristof Vydt&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;Esri Certified Desktop Associate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Esri BeLux&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 23:31:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/cleaning-up-overlapping-points/m-p/185743#M10482</guid>
      <dc:creator>KristofVydt</dc:creator>
      <dc:date>2010-12-09T23:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cleaning up overlapping points</title>
      <link>https://community.esri.com/t5/data-management-questions/cleaning-up-overlapping-points/m-p/185744#M10483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, this is not a geocoding problem/solution, but you should be able to do this without resorting to raster conversion.&amp;nbsp; The Integrate tool will move your points to the same location if they are within a xy tolerance (backup your data first!).&amp;nbsp; Then once they are located on top of each other, you can use Collect Events to create single point features with a count of the number of source features that are in the group.&amp;nbsp; Another approach is to create a Topology on the point data layer with an appropriate cluster tolerance - this seems to aggregate the points to a common location that respects the tolerance.&amp;nbsp; I haven't used this latter approach before though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2010 12:28:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/cleaning-up-overlapping-points/m-p/185744#M10483</guid>
      <dc:creator>KevinMayall</dc:creator>
      <dc:date>2010-12-10T12:28:01Z</dc:date>
    </item>
  </channel>
</rss>

