<?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 Overlapping Point Features in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/overlapping-point-features/m-p/269001#M9275</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a point feature class that participates in a network dataset.&amp;nbsp; My problem is there are several overlapping point features and in these cases, network dataset only puts one in the network as a junction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The points represent different features, so I cannot just eliminate them.&amp;nbsp; Is there a geoprocessing tool that detects point features in same location and then moves one or more features a very short distance so there is no overlap.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jan 2011 19:54:56 GMT</pubDate>
    <dc:creator>TonyLantry</dc:creator>
    <dc:date>2011-01-20T19:54:56Z</dc:date>
    <item>
      <title>Overlapping Point Features</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/overlapping-point-features/m-p/269001#M9275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a point feature class that participates in a network dataset.&amp;nbsp; My problem is there are several overlapping point features and in these cases, network dataset only puts one in the network as a junction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The points represent different features, so I cannot just eliminate them.&amp;nbsp; Is there a geoprocessing tool that detects point features in same location and then moves one or more features a very short distance so there is no overlap.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 19:54:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/overlapping-point-features/m-p/269001#M9275</guid>
      <dc:creator>TonyLantry</dc:creator>
      <dc:date>2011-01-20T19:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Overlapping Point Features</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/overlapping-point-features/m-p/269002#M9276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If this is for display on a map, the Disperse Markers tool might be what you need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 15:19:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/overlapping-point-features/m-p/269002#M9276</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2011-01-21T15:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Overlapping Point Features</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/overlapping-point-features/m-p/269003#M9277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dan, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;yes, you are true, the Disperse Markers tool is a great tool for this, BUT you need to convert Symbology to Representation, and meanwhile the Character Marker Symbols will become rasterized and therefore unusable for a good quality map. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know any idea how to solve this problem? I would really appreciate it!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, best regards!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Charles&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2014 22:31:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/overlapping-point-features/m-p/269003#M9277</guid>
      <dc:creator>KarelHostomsky</dc:creator>
      <dc:date>2014-05-31T22:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Overlapping Point Features</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/overlapping-point-features/m-p/269004#M9278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Move all the spare points to a new featureclass. It doesn't sound like a clean dataset to be building nodes from a cluster of points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could use Spatial Statistics&amp;gt;Utilities&amp;gt;Collect Events tool to remove the duplicates and just keep one for the network.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe have a relate to a table so that you can have multiple attributes for the other points? Why do you need all the points in the same featureclass? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Selecting one of many points to keep is a tricky problem not available in the standard tools, but you can make a tool to create a unique ID for a location using a &lt;/SPAN&gt;&lt;A href="http://en.wikipedia.org/wiki/Geohash"&gt;Geohash&lt;/A&gt;&lt;SPAN&gt;. Or use ET Tools, a great set that fills in all sorts of little gaps in the Esri toolset. Once you have a unique location ID you can number the points within the group and offset them a little. Needs a bit of Python programming to extend the toolset for adventurous analysts like yourself.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 10:20:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/overlapping-point-features/m-p/269004#M9278</guid>
      <dc:creator>KimOllivier</dc:creator>
      <dc:date>2014-06-10T10:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Overlapping Point Features</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/overlapping-point-features/m-p/269005#M9279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your response, but there is a small misunderstanding I suppose. There is not a 100 % overlapping (or even a few), but the symbols are disturbing each other, in case they are too near to each other. The important thing is, that I need all of the points (because each point represents a firm) and I can make the symbology, that is not the problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the overlapping problem the disperse markers is a perfect tool, but because it needs "converting to representation", most of the offered symbols become rasterized. At least the character marker symbols (which are made of fonts). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I need to know if it is possible to obtain some vector based symbols, which are resistant to the effect of converting to representations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;k.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 11:04:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/overlapping-point-features/m-p/269005#M9279</guid>
      <dc:creator>KarelHostomsky</dc:creator>
      <dc:date>2014-06-10T11:04:23Z</dc:date>
    </item>
  </channel>
</rss>

