<?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: repair geometry - self intersections in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/repair-geometry-self-intersections/m-p/40482#M1480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;confirmed. If I create a new feat. dataset with smaller tolerance, (0.0000000089 degrees) then import the feat. classes, no self intersections are found. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Too bad you can't set tolerances; going to have to recreate thousands of feat. datasets; then import the feat. classes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jun 2011 12:21:32 GMT</pubDate>
    <dc:creator>danbecker</dc:creator>
    <dc:date>2011-06-08T12:21:32Z</dc:date>
    <item>
      <title>repair geometry - self intersections</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/repair-geometry-self-intersections/m-p/40479#M1477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Several thousand polygon feat. classes contain geometry problems, almost all self intersections.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to repair the self intersections for a variety of reasons:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. negative area calculations&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. I need to remove all arc segments from all features; to do so with only an ArcView license, I have to run shape_density.cal, (/www.ian-ko.com) on shape field. With geom. issues this does not run correctly. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Oracle database that features are being loaded into checks for geom. issues&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After a self intersection(s) is identified, the repair geom. tool is ran. However, the resulting features differs significantly from the original feature. I understand the self intersections polys are dissolved...any way to correct this? i.e. repair geometry but not significantly alter the feature?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I attached an image of the original feature and after the geom. had been repaired. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 16:07:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/repair-geometry-self-intersections/m-p/40479#M1477</guid>
      <dc:creator>danbecker</dc:creator>
      <dc:date>2011-06-07T16:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: repair geometry - self intersections</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/repair-geometry-self-intersections/m-p/40480#M1478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;more info....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I create a new feat. dataset, then import the feat. class that contains self intersections, and re-run check geometry; no errors are reported! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could someone explain?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 16:30:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/repair-geometry-self-intersections/m-p/40480#M1478</guid>
      <dc:creator>danbecker</dc:creator>
      <dc:date>2011-06-07T16:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: repair geometry - self intersections</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/repair-geometry-self-intersections/m-p/40481#M1479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Note sure why, but:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. If I copy data out of our coprorate SDE database to a FGDB and retain the original 1ft XY tolerance I have tons f self-intersection errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. If I copy data out of our coprorate SDE database to a FGDB but specify finer tolerance and/or resolution (example: 0.001 Meters) I have no self-intersection errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Starting years ago, I use option #2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;gp.XYTolerance = "0.001 METERS"
gp.XYResolution = "0.0005 METERS"&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:34:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/repair-geometry-self-intersections/m-p/40481#M1479</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2021-12-10T21:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: repair geometry - self intersections</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/repair-geometry-self-intersections/m-p/40482#M1480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;confirmed. If I create a new feat. dataset with smaller tolerance, (0.0000000089 degrees) then import the feat. classes, no self intersections are found. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Too bad you can't set tolerances; going to have to recreate thousands of feat. datasets; then import the feat. classes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 12:21:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/repair-geometry-self-intersections/m-p/40482#M1480</guid>
      <dc:creator>danbecker</dc:creator>
      <dc:date>2011-06-08T12:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: repair geometry - self intersections</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/repair-geometry-self-intersections/m-p/40483#M1481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Too bad you can't set tolerances&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you mean after the fact? Just re-copy the copies with the CopyFeatures tool (or whatever tool) and set the tolerance and resolution settings to the ones I specified in the environment settings (general section). These are the ESRI defaults by the way - the ones you get if you create a brand new FC from scratch. The "METER" units get automatically translated to whatever map units your FCs are defined as.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 15:10:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/repair-geometry-self-intersections/m-p/40483#M1481</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2011-06-08T15:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: repair geometry - self intersections</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/repair-geometry-self-intersections/m-p/40484#M1482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there any loss of data using the REPAIR GEOMETRY Tool?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output of my thesis is an area and I used this tool sometimes, that's why it would be good to know,&lt;/P&gt;&lt;P&gt;if the created area is smaller than the area which could be created without using this tool?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 09:14:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/repair-geometry-self-intersections/m-p/40484#M1482</guid>
      <dc:creator>JensWeißer</dc:creator>
      <dc:date>2014-09-04T09:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: repair geometry - self intersections</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/repair-geometry-self-intersections/m-p/40485#M1483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a quick answer .... redo the calculation for area etc in a new field in the table ... best test&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 09:17:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/repair-geometry-self-intersections/m-p/40485#M1483</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-09-04T09:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: repair geometry - self intersections</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/repair-geometry-self-intersections/m-p/40486#M1484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has been a helpful thread. The &lt;STRONG&gt;Integrate&lt;/STRONG&gt; geoprocessing tool took care of self intersections which could not be removed by the Repair Geometry tool. In my case it was set very low - at 0.01 feet. I would think setting this properly depends on how tight or loose the self intersections are. This was with version 10.2.2 and a file geodatabase polygon feature class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2017 20:09:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/repair-geometry-self-intersections/m-p/40486#M1484</guid>
      <dc:creator>PaulLohr</dc:creator>
      <dc:date>2017-08-14T20:09:44Z</dc:date>
    </item>
  </channel>
</rss>

