<?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: How merge Vertical Polygons in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-merge-vertical-polygons/m-p/287579#M22252</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting problem.&lt;/P&gt;&lt;P&gt;The topology engine isn't going to directly help you as its 2D, planar, or works from the top down. Since your polygons don't have depth, you'll get some wild results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One off the wall idea in code is to take the three polygons and create new geometries, transposing the Z to Y coordinates, so you're laying them flat. You can then run the union to get a single flat geometry then reverse the Y to Z to stand it upright. The only concern would be rounding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Aug 2016 16:58:47 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2016-08-31T16:58:47Z</dc:date>
    <item>
      <title>How merge Vertical Polygons</title>
      <link>https://community.esri.com/t5/python-questions/how-merge-vertical-polygons/m-p/287577#M22250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have few vertical polygons (PolyZM&amp;nbsp; &amp;nbsp;building facades). Now customer asking to merge all adjacent polygons where the angle between two polygons is &amp;lt; 1° or &amp;gt;1°.&lt;/P&gt;&lt;P&gt;I tried with &lt;STRONG&gt;ITopologicaloperator&lt;/STRONG&gt;.union function, but after union polygons disappearing.&lt;/P&gt;&lt;P&gt;Kindly help me how to merge these polygons either python or .net.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/218628_pastedImage_5.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 16:38:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-merge-vertical-polygons/m-p/287577#M22250</guid>
      <dc:creator>chandrasekhar_reddyguda</dc:creator>
      <dc:date>2016-08-30T16:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: How merge Vertical Polygons</title>
      <link>https://community.esri.com/t5/python-questions/how-merge-vertical-polygons/m-p/287578#M22251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suspect that a union in any environment won't dissolve boundaries if there are gaps... have you checked for those&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 17:26:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-merge-vertical-polygons/m-p/287578#M22251</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-08-30T17:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: How merge Vertical Polygons</title>
      <link>https://community.esri.com/t5/python-questions/how-merge-vertical-polygons/m-p/287579#M22252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting problem.&lt;/P&gt;&lt;P&gt;The topology engine isn't going to directly help you as its 2D, planar, or works from the top down. Since your polygons don't have depth, you'll get some wild results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One off the wall idea in code is to take the three polygons and create new geometries, transposing the Z to Y coordinates, so you're laying them flat. You can then run the union to get a single flat geometry then reverse the Y to Z to stand it upright. The only concern would be rounding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 16:58:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-merge-vertical-polygons/m-p/287579#M22252</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-08-31T16:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: How merge Vertical Polygons</title>
      <link>https://community.esri.com/t5/python-questions/how-merge-vertical-polygons/m-p/287580#M22253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sean... sort-of works, until the geometry is checked again, then any shared geometries (by more than 1 point)&amp;nbsp;in the x,y or z plane get dissolved ... at least in the geometries used in Map or Pro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 17:24:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-merge-vertical-polygons/m-p/287580#M22253</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-08-31T17:24:34Z</dc:date>
    </item>
  </channel>
</rss>

