<?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: Feature to polygon tool (Arcmap 10.3.1) creates too many polygon features from the input line features through overlapping in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/feature-to-polygon-tool-arcmap-10-3-1-creates-too/m-p/1129936#M26084</link>
    <description>&lt;P&gt;In newer versions of the software, Dissolve Boundaries, but in 10.3, then&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/dissolve.htm" target="_blank"&gt;Dissolve (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;you will have to assign them a common attribute first, or&lt;/P&gt;&lt;P&gt;Just get into an edit session and merge them&lt;/P&gt;</description>
    <pubDate>Sat, 01 Jan 2022 14:49:57 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2022-01-01T14:49:57Z</dc:date>
    <item>
      <title>Feature to polygon tool (Arcmap 10.3.1) creates too many polygon features from the input line features through overlapping</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/feature-to-polygon-tool-arcmap-10-3-1-creates-too/m-p/1129934#M26083</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'd like to create polygons from my line feature class. I used the "Feature to polygon" tool, but the output is creating split polygons when lines overlap, see image example:&lt;/P&gt;&lt;P&gt;Here there should be 2 features= 2 rectangles. However the tool has created 5 polygons. Is there a way to correct the output or a way to create the correct output from the line feature class with a different process?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarinaGeo_0-1641043687815.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/30605i4BCBE138B2E0C747/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarinaGeo_0-1641043687815.png" alt="MarinaGeo_0-1641043687815.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jan 2022 13:33:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/feature-to-polygon-tool-arcmap-10-3-1-creates-too/m-p/1129934#M26083</guid>
      <dc:creator>MarinaGeo</dc:creator>
      <dc:date>2022-01-01T13:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Feature to polygon tool (Arcmap 10.3.1) creates too many polygon features from the input line features through overlapping</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/feature-to-polygon-tool-arcmap-10-3-1-creates-too/m-p/1129936#M26084</link>
      <description>&lt;P&gt;In newer versions of the software, Dissolve Boundaries, but in 10.3, then&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/dissolve.htm" target="_blank"&gt;Dissolve (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;you will have to assign them a common attribute first, or&lt;/P&gt;&lt;P&gt;Just get into an edit session and merge them&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jan 2022 14:49:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/feature-to-polygon-tool-arcmap-10-3-1-creates-too/m-p/1129936#M26084</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-01-01T14:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Feature to polygon tool (Arcmap 10.3.1) creates too many polygon features from the input line features through overlapping</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/feature-to-polygon-tool-arcmap-10-3-1-creates-too/m-p/1129975#M26085</link>
      <description>&lt;P&gt;&lt;EM&gt;In newer versions of the software, Dissolve Boundaries&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;&amp;nbsp;can you provide a link, I don't see this option in current ArcMap or Pro. (And, happy new year!)&lt;/P&gt;&lt;P&gt;My advice would be to create the polygons one by one with a ModelBuilder iterator (or python) and then use the Append tool to combine single-polygon feature classes. This would be a pretty slow, so this workaround would only be appropriate if you have hundreds, not thousands of features to create. Another workaround (more advanced) would be to use &lt;A href="https://desktop.arcgis.com/en/arcmap/10.3/analyze/arcpy-classes/geometry.htm" target="_self"&gt;arcpy geometry methods&lt;/A&gt; in Python to to read the lines, compose a polygon from the vertices, and write the geometries.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jan 2022 19:06:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/feature-to-polygon-tool-arcmap-10-3-1-creates-too/m-p/1129975#M26085</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2022-01-02T19:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Feature to polygon tool (Arcmap 10.3.1) creates too many polygon features from the input line features through overlapping</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/feature-to-polygon-tool-arcmap-10-3-1-creates-too/m-p/1130043#M26086</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/feature-analysis/dissolve-boundaries.htm" target="_blank"&gt;Dissolve Boundaries (Standard Feature Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;doesn't need an optional field for adjacent polygons.&amp;nbsp; (Happy new year to you too!)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 12:13:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/feature-to-polygon-tool-arcmap-10-3-1-creates-too/m-p/1130043#M26086</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-01-03T12:13:33Z</dc:date>
    </item>
  </channel>
</rss>

