<?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: Remove duplicate vertices from network features? in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/remove-duplicate-vertices-from-network-features/m-p/857085#M5565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, here's an update: Tech support replied on our network problems: That was fairly easy, we had done the simplify on the original shape rather than getting a clone of the shape, simplifying that and then assigning it to the feature and storing it. Switching to that second method seems to fix the network problem. Also, we find that some features are split inti multipart features by the simplify, which the network doesn't like, but we can skip and log those features and handle them by hand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As to the other suggestions: The duplicate features are part of a geometric network in a large production geodatabase, and while extracting a large number of network features and the reloading them might be possible in theory, it's not something I'd really like to try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And no, having this many features with duplicate vertices is not a common occurrence but rather very specific to one customer situation. We've started cheking on other databases and generally find a handful of features with "real" duplicate vertices (rather than vertices that are very close) in many databases, but these tend to be a few and can be fixed by hand, if one so desires.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jul 2016 07:52:22 GMT</pubDate>
    <dc:creator>MartinAmeskamp</dc:creator>
    <dc:date>2016-07-13T07:52:22Z</dc:date>
    <item>
      <title>Remove duplicate vertices from network features?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/remove-duplicate-vertices-from-network-features/m-p/857079#M5559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, we have a geometric network where a large number (too many for interactive editing) of complex edges have duplicate vertices (these are really duplicate, i.e. two subsequent vertices have excatly the same coordinates).&lt;/P&gt;&lt;P&gt;How can we get rid of these duplicate vertices, preferrably without touching the geometric network?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Versions and platforms: This is ArcGIS 10.2.1 on Oracle 11.2.0.4, using ST_GEOMETRY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much, Martin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS It looks like the duplicate vertices where generated by data migration; they seem occur mainly in places where a straight line segment is followed by a circular arc segment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 12:44:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/remove-duplicate-vertices-from-network-features/m-p/857079#M5559</guid>
      <dc:creator>MartinAmeskamp</dc:creator>
      <dc:date>2016-06-07T12:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplicate vertices from network features?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/remove-duplicate-vertices-from-network-features/m-p/857080#M5560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/repair-geometry.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/repair-geometry.htm"&gt;Repair Geometry—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; font-size: 14px; background-color: #fefefe;"&gt;Valid inputs are shapefiles, personal, and file geodatabase feature classes&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H5 class="icon-caution-cone" style="margin-bottom: 0.63158em; font-family: 'Avenir LT W01 65 Medium', Arial, Helvetica, sans-serif; font-weight: 500; font-size: 0.875rem; padding-right: 1rem; padding-left: 0.5em; color: #4d4d4d;"&gt;Caution:&lt;/H5&gt;&lt;P style="font-size: 0.875rem; margin-bottom: 1.71429em;"&gt;This tool modifies the input data. See &lt;A class="xref" href="http://desktop.arcgis.com/en/arcmap/10.3/analyze/executing-tools/tools-with-no-outputs.htm" style="color: #007ac2;"&gt;Tools with no outputs&lt;/A&gt; for more information and strategies to avoid undesired data changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 12:07:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/remove-duplicate-vertices-from-network-features/m-p/857080#M5560</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2016-06-09T12:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplicate vertices from network features?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/remove-duplicate-vertices-from-network-features/m-p/857081#M5561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wes, thanks for pointing out this command. We had looked at it, but Repair Geometry doesn't work on SDEs, since it assumes that features are checked or repair when being inserted into the SDE - somehow the migration process bypassed that step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've settled on writing a little .NET addin that cycles through the affected features and calls ITopologicalOperator.Simplify for each shape. That seems to take care of the problem and doesn't hurt the geometric network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 05:55:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/remove-duplicate-vertices-from-network-features/m-p/857081#M5561</guid>
      <dc:creator>MartinAmeskamp</dc:creator>
      <dc:date>2016-06-10T05:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplicate vertices from network features?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/remove-duplicate-vertices-from-network-features/m-p/857082#M5562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wrong. It does hurt the geometric network. We've contacted tech support about this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 06:47:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/remove-duplicate-vertices-from-network-features/m-p/857082#M5562</guid>
      <dc:creator>MartinAmeskamp</dc:creator>
      <dc:date>2016-07-05T06:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplicate vertices from network features?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/remove-duplicate-vertices-from-network-features/m-p/857083#M5563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you load your data into a file geodatabase run repair geometry then reload the repaired data back into server then recreate your geometric network?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 12:11:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/remove-duplicate-vertices-from-network-features/m-p/857083#M5563</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2016-07-05T12:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplicate vertices from network features?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/remove-duplicate-vertices-from-network-features/m-p/857084#M5564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Martin... I am curious.&amp;nbsp; I searched on this topic for a while and came to the conclusion that SDE is a good repository if one needs it, but trying to 'fix' something is often difficult.&amp;nbsp; I wonder why they just don't suggest, fix it outside and use that result.&amp;nbsp; Is this a common occurence for other simple geoprocessing issues or is it unique to this situation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 12:20:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/remove-duplicate-vertices-from-network-features/m-p/857084#M5564</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-07-05T12:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplicate vertices from network features?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/remove-duplicate-vertices-from-network-features/m-p/857085#M5565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, here's an update: Tech support replied on our network problems: That was fairly easy, we had done the simplify on the original shape rather than getting a clone of the shape, simplifying that and then assigning it to the feature and storing it. Switching to that second method seems to fix the network problem. Also, we find that some features are split inti multipart features by the simplify, which the network doesn't like, but we can skip and log those features and handle them by hand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As to the other suggestions: The duplicate features are part of a geometric network in a large production geodatabase, and while extracting a large number of network features and the reloading them might be possible in theory, it's not something I'd really like to try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And no, having this many features with duplicate vertices is not a common occurrence but rather very specific to one customer situation. We've started cheking on other databases and generally find a handful of features with "real" duplicate vertices (rather than vertices that are very close) in many databases, but these tend to be a few and can be fixed by hand, if one so desires.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 07:52:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/remove-duplicate-vertices-from-network-features/m-p/857085#M5565</guid>
      <dc:creator>MartinAmeskamp</dc:creator>
      <dc:date>2016-07-13T07:52:22Z</dc:date>
    </item>
  </channel>
</rss>

