<?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: Automatically clean topological errors in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/automatically-clean-topological-errors/m-p/40240#M3233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regarding the "automatically clean" part of your question, there is no easy button for cleaning up topologies; and even if there was, it likely would generate questionable outcomes for most users.&amp;nbsp; For any given topology error, there is commonly numerous different ways to clean it up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the ArcPy part of your question, you can access some topology geoprocessing tools (e.g., &lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/an-overview-of-the-topology-toolset.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/an-overview-of-the-topology-toolset.htm"&gt;An overview of the Topology toolset—Data Management toolbox | ArcGIS Desktop&lt;/A&gt; ) using ArcPy, and you can use other geoprocessing tools (e.g., &lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/an-overview-of-the-generalization-toolset.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/an-overview-of-the-generalization-toolset.htm"&gt;An overview of the Generalization toolset—Data Management toolbox | ArcGIS Desktop&lt;/A&gt; ) to clean up data sets; but not all of the topology functionality in ArcGIS Desktop is available through ArcPy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jan 2020 16:22:58 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2020-01-06T16:22:58Z</dc:date>
    <item>
      <title>Automatically clean topological errors</title>
      <link>https://community.esri.com/t5/python-questions/automatically-clean-topological-errors/m-p/40237#M3230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to automatically clean topological errors in arcpy?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jan 2020 23:32:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/automatically-clean-topological-errors/m-p/40237#M3230</guid>
      <dc:creator>luckyphil78</dc:creator>
      <dc:date>2020-01-05T23:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically clean topological errors</title>
      <link>https://community.esri.com/t5/python-questions/automatically-clean-topological-errors/m-p/40238#M3231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Beyond topology related tools&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/an-overview-of-the-topology-toolset.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/an-overview-of-the-topology-toolset.htm"&gt;An overview of the Topology toolset—Data Management toolbox | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;there are not specific methods/functions in arcpy the Arcpy Classes or Arcpy Functions&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/main/arcgis-pro-arcpy-reference.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/main/arcgis-pro-arcpy-reference.htm"&gt;ArcGIS Pro Python reference—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;When do you want to fix the topology? when creating data, or bringing data in from elsewhere?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2020 00:19:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/automatically-clean-topological-errors/m-p/40238#M3231</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-01-06T00:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically clean topological errors</title>
      <link>https://community.esri.com/t5/python-questions/automatically-clean-topological-errors/m-p/40239#M3232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ive already imported the data, created the topology and validated it.&amp;nbsp; So after the initial validation, where dirty areas have been detected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2020 00:58:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/automatically-clean-topological-errors/m-p/40239#M3232</guid>
      <dc:creator>luckyphil78</dc:creator>
      <dc:date>2020-01-06T00:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically clean topological errors</title>
      <link>https://community.esri.com/t5/python-questions/automatically-clean-topological-errors/m-p/40240#M3233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regarding the "automatically clean" part of your question, there is no easy button for cleaning up topologies; and even if there was, it likely would generate questionable outcomes for most users.&amp;nbsp; For any given topology error, there is commonly numerous different ways to clean it up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the ArcPy part of your question, you can access some topology geoprocessing tools (e.g., &lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/an-overview-of-the-topology-toolset.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/an-overview-of-the-topology-toolset.htm"&gt;An overview of the Topology toolset—Data Management toolbox | ArcGIS Desktop&lt;/A&gt; ) using ArcPy, and you can use other geoprocessing tools (e.g., &lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/an-overview-of-the-generalization-toolset.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/an-overview-of-the-generalization-toolset.htm"&gt;An overview of the Generalization toolset—Data Management toolbox | ArcGIS Desktop&lt;/A&gt; ) to clean up data sets; but not all of the topology functionality in ArcGIS Desktop is available through ArcPy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2020 16:22:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/automatically-clean-topological-errors/m-p/40240#M3233</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-01-06T16:22:58Z</dc:date>
    </item>
  </channel>
</rss>

