<?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: Circumvent ERROR 000366: Invalid geometry type in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/circumvent-error-000366-invalid-geometry-type/m-p/1133189#M63496</link>
    <description>&lt;P&gt;You could try running &lt;A href="https://pro.arcgis.com/en/pro-app/2.8/tool-reference/data-management/repair-geometry.htm" target="_self"&gt;Repair Geometry&lt;/A&gt; against the output and before you try to use it to see if that clears things up&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jan 2022 00:47:25 GMT</pubDate>
    <dc:creator>DonMorrison1</dc:creator>
    <dc:date>2022-01-13T00:47:25Z</dc:date>
    <item>
      <title>Circumvent ERROR 000366: Invalid geometry type</title>
      <link>https://community.esri.com/t5/python-questions/circumvent-error-000366-invalid-geometry-type/m-p/1132569#M63475</link>
      <description>&lt;P&gt;I am using the&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/2.8/tool-reference/data-management/feature-to-polygon.htm" target="_self"&gt;Feature to Polygon Tool&lt;/A&gt; in the moodle builder in conjunction with two variables holding a feature class with lines and a feature class with polygons respectively (inputs).&lt;/P&gt;&lt;P&gt;The model runs successfully in Edit-Mode, but using it as a Geoprocessing-Tool «ERROR 000366: Invalid geometry type» is thrown (apparently, line polygon combination is not allowed, despite documentation advising otherwise) – is there a way to circumvent this problem?&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I am actually trying to do is splitting the polygons with the lines, but the &lt;A href="https://pro.arcgis.com/en/pro-app/2.8/tool-reference/topographic-production/split-features.htm" target="_self"&gt;Split Features Tool&lt;/A&gt; has the same problem.&lt;/P&gt;&lt;P&gt;I am using ArcGIS 2.8.2.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 19:28:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/circumvent-error-000366-invalid-geometry-type/m-p/1132569#M63475</guid>
      <dc:creator>dazu</dc:creator>
      <dc:date>2022-01-11T19:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Circumvent ERROR 000366: Invalid geometry type</title>
      <link>https://community.esri.com/t5/python-questions/circumvent-error-000366-invalid-geometry-type/m-p/1132585#M63476</link>
      <description>&lt;P&gt;both are featureclasses in a gdb?&lt;/P&gt;&lt;P&gt;are they singlepart features? or multipart?&lt;/P&gt;&lt;P&gt;polygonZ/M or polylineZ/M?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 20:18:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/circumvent-error-000366-invalid-geometry-type/m-p/1132585#M63476</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-01-11T20:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Circumvent ERROR 000366: Invalid geometry type</title>
      <link>https://community.esri.com/t5/python-questions/circumvent-error-000366-invalid-geometry-type/m-p/1132976#M63484</link>
      <description>&lt;P&gt;Thank you, &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;, for your time!&lt;/P&gt;&lt;P&gt;Yes, each feature class is located in a different gdb.&lt;BR /&gt;For the line geometries, the SHAPE* attribute says Polyline.&lt;BR /&gt;For the polygon geometries, the SHAPE* attribute says Polygon.&lt;BR /&gt;I checked for the presence of multi-part features by comparing the number of geometries in the attribute table before and after applying the Multipart to Singlepart Tool – no difference, i.e. no multi-part features.&lt;BR /&gt;As for the polygons, neither z nor m information is embedded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 17:04:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/circumvent-error-000366-invalid-geometry-type/m-p/1132976#M63484</guid>
      <dc:creator>dazu</dc:creator>
      <dc:date>2022-01-12T17:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Circumvent ERROR 000366: Invalid geometry type</title>
      <link>https://community.esri.com/t5/python-questions/circumvent-error-000366-invalid-geometry-type/m-p/1133017#M63485</link>
      <description>&lt;P&gt;I assume you tried different geometries to rule out file or gdb issues or try two geometries that are the same?&lt;/P&gt;&lt;P&gt;I nothing works, then Tech Support would be your best option&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 18:07:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/circumvent-error-000366-invalid-geometry-type/m-p/1133017#M63485</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-01-12T18:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Circumvent ERROR 000366: Invalid geometry type</title>
      <link>https://community.esri.com/t5/python-questions/circumvent-error-000366-invalid-geometry-type/m-p/1133189#M63496</link>
      <description>&lt;P&gt;You could try running &lt;A href="https://pro.arcgis.com/en/pro-app/2.8/tool-reference/data-management/repair-geometry.htm" target="_self"&gt;Repair Geometry&lt;/A&gt; against the output and before you try to use it to see if that clears things up&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 00:47:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/circumvent-error-000366-invalid-geometry-type/m-p/1133189#M63496</guid>
      <dc:creator>DonMorrison1</dc:creator>
      <dc:date>2022-01-13T00:47:25Z</dc:date>
    </item>
  </channel>
</rss>

