<?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: Singlepart to Multipart in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/singlepart-to-multipart/m-p/1054443#M61034</link>
    <description>&lt;P&gt;Thanks for the reply guys! Will use the accepted solution above for now!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 May 2021 22:04:33 GMT</pubDate>
    <dc:creator>FinbarGillen</dc:creator>
    <dc:date>2021-05-04T22:04:33Z</dc:date>
    <item>
      <title>Singlepart to Multipart</title>
      <link>https://community.esri.com/t5/python-questions/singlepart-to-multipart/m-p/1053517#M60974</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a dataset of polygons.. a large quantity of these share a common ID.&lt;/P&gt;&lt;P&gt;The goal is to have a final dataset with one row per ID but also preserve the polygon boundaries (dissolve tool will not work in this case).&lt;/P&gt;&lt;P&gt;Was looking for singlepart to multipart tool where I could group by an ID field but can't find any... has anyone done this in ArcPy and would be willing to share their code? If there is a tool that I have missed even better.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 01 May 2021 10:53:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/singlepart-to-multipart/m-p/1053517#M60974</guid>
      <dc:creator>FinbarGillen</dc:creator>
      <dc:date>2021-05-01T10:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Singlepart to Multipart</title>
      <link>https://community.esri.com/t5/python-questions/singlepart-to-multipart/m-p/1053524#M60976</link>
      <description>&lt;P&gt;Polygons having common end vertices, when dissolved, will get their boundaries merged for a single-feature.&lt;/P&gt;&lt;P&gt;That said, check if the following workaround works for you (Be careful: This workflow will contain induced errors).&lt;/P&gt;&lt;P&gt;Step-1: Create a negative buffer&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_0-1619871929767.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/12342i034C623AFCAF2ABE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_0-1619871929767.png" alt="JayantaPoddar_0-1619871929767.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Step-2:&lt;/P&gt;&lt;P&gt;Use Dissolve on the buffered polygon FC.&lt;/P&gt;&lt;P&gt;On a smaller scale, the dissolved/ buffered polygon looks fine.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_2-1619872300262.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/12344i19349622438B3B6D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_2-1619872300262.png" alt="JayantaPoddar_2-1619872300262.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when zoomed into the boundary (1:10 here), you can see the gaps.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_3-1619872492486.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/12345i7B1D01179CDE4AD9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_3-1619872492486.png" alt="JayantaPoddar_3-1619872492486.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;N.B.: Use these steps at your own discretion&lt;/STRONG&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 May 2021 12:37:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/singlepart-to-multipart/m-p/1053524#M60976</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-05-01T12:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Singlepart to Multipart</title>
      <link>https://community.esri.com/t5/python-questions/singlepart-to-multipart/m-p/1053525#M60977</link>
      <description>&lt;P&gt;Multipart polygons cannot share edges.&amp;nbsp; IMHO the method Jayanta describes is the only pragmatic approach to this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 May 2021 12:42:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/singlepart-to-multipart/m-p/1053525#M60977</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-05-01T12:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Singlepart to Multipart</title>
      <link>https://community.esri.com/t5/python-questions/singlepart-to-multipart/m-p/1054443#M61034</link>
      <description>&lt;P&gt;Thanks for the reply guys! Will use the accepted solution above for now!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 22:04:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/singlepart-to-multipart/m-p/1054443#M61034</guid>
      <dc:creator>FinbarGillen</dc:creator>
      <dc:date>2021-05-04T22:04:33Z</dc:date>
    </item>
  </channel>
</rss>

