<?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: Find Vertexs on line that are too close together in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/find-vertexs-on-line-that-are-too-close-together/m-p/115932#M9084</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi lan,&amp;nbsp; Thank you for your response,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to reduce build errors when building a geometrict network. If two vertexs are close together at their ends, an unaware user will snap to the wrong vertex.&amp;nbsp; A topology rule can find the errors but would like to find something faster for other users.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2015 22:01:44 GMT</pubDate>
    <dc:creator>LarryAdgate</dc:creator>
    <dc:date>2015-05-20T22:01:44Z</dc:date>
    <item>
      <title>Find Vertexs on line that are too close together</title>
      <link>https://community.esri.com/t5/python-questions/find-vertexs-on-line-that-are-too-close-together/m-p/115930#M9082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&amp;nbsp; thanks once again for helping with my questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I find vertexs on a line that are too close together especially at their end points. Is there a tool or script that can do the job?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Larry Adgate&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 21:17:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/find-vertexs-on-line-that-are-too-close-together/m-p/115930#M9082</guid>
      <dc:creator>LarryAdgate</dc:creator>
      <dc:date>2015-05-20T21:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Find Vertexs on line that are too close together</title>
      <link>https://community.esri.com/t5/python-questions/find-vertexs-on-line-that-are-too-close-together/m-p/115931#M9083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are trying to reduce the number of vertices in a feature, you might want to check the simplify tool in the cartography toolbox.&amp;nbsp; It can remove extraneous vertices while keeping the essential shape fo the feature(may or may not be what you are needing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//007000000011000000" title="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//007000000011000000"&gt;ArcGIS Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another possible tool is the Generalize tool in the Edit Toolbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Generalize/001v00000006000000/" title="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Generalize/001v00000006000000/"&gt;ArcGIS Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not trying to remove the points, just identify them, you could convert vertices to points then do a near table to see which points are spatially closest to each other.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 21:30:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/find-vertexs-on-line-that-are-too-close-together/m-p/115931#M9083</guid>
      <dc:creator>IanMurray</dc:creator>
      <dc:date>2015-05-20T21:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Find Vertexs on line that are too close together</title>
      <link>https://community.esri.com/t5/python-questions/find-vertexs-on-line-that-are-too-close-together/m-p/115932#M9084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi lan,&amp;nbsp; Thank you for your response,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to reduce build errors when building a geometrict network. If two vertexs are close together at their ends, an unaware user will snap to the wrong vertex.&amp;nbsp; A topology rule can find the errors but would like to find something faster for other users.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 22:01:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/find-vertexs-on-line-that-are-too-close-together/m-p/115932#M9084</guid>
      <dc:creator>LarryAdgate</dc:creator>
      <dc:date>2015-05-20T22:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Find Vertexs on line that are too close together</title>
      <link>https://community.esri.com/t5/python-questions/find-vertexs-on-line-that-are-too-close-together/m-p/115933#M9085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once the network has been cleaned up implemented, there are tolerances that can be set restricting vertexes being placed close together. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your geometric network set up for complex edges?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 23:31:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/find-vertexs-on-line-that-are-too-close-together/m-p/115933#M9085</guid>
      <dc:creator>SusanJones</dc:creator>
      <dc:date>2015-05-20T23:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Find Vertexs on line that are too close together</title>
      <link>https://community.esri.com/t5/python-questions/find-vertexs-on-line-that-are-too-close-together/m-p/115934#M9086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Susan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using complex edges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 14:25:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/find-vertexs-on-line-that-are-too-close-together/m-p/115934#M9086</guid>
      <dc:creator>LarryAdgate</dc:creator>
      <dc:date>2015-05-21T14:25:02Z</dc:date>
    </item>
  </channel>
</rss>

