<?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: Dissolve feature class on attribute AND adjacent in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/dissolve-feature-class-on-attribute-and-adjacent/m-p/1304653#M26926</link>
    <description>&lt;P&gt;From &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/dissolve.htm" target="_blank" rel="noopener"&gt;the docs&lt;/A&gt;, regarding the "create multipart features" parameter in the tool:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Specifies whether multipart features will be allowed in the output feature class.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Checked—Multipart features will be allowed in the output feature class. This is the default.&lt;/LI&gt;&lt;LI&gt;Unchecked—Multipart features will not be allowed in the output feature class. Individual features will be created for each part.&lt;/LI&gt;&lt;/UL&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Try running it on the owner field with the box unchecked.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jun 2023 19:57:33 GMT</pubDate>
    <dc:creator>jcarlson</dc:creator>
    <dc:date>2023-06-29T19:57:33Z</dc:date>
    <item>
      <title>Dissolve feature class on attribute AND adjacent</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/dissolve-feature-class-on-attribute-and-adjacent/m-p/1304637#M26925</link>
      <description>&lt;P&gt;I have a feature class of landowner information that includes parcel numbers, owner names, parcel addresses, owner addresses, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" width="99.74424552429667%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="91px"&gt;parcel_num&lt;/TD&gt;&lt;TD height="91px"&gt;size_acres&lt;/TD&gt;&lt;TD height="91px"&gt;size_build&lt;/TD&gt;&lt;TD height="91px"&gt;owner&lt;/TD&gt;&lt;TD height="91px"&gt;parcel_address&lt;/TD&gt;&lt;TD height="91px"&gt;parcel_city&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="10.741687979539643%" height="69px"&gt;17600200&lt;/TD&gt;&lt;TD width="8.951406649616368%" height="69px"&gt;197.61&lt;/TD&gt;&lt;TD width="8.05626598465473%" height="69px"&gt;103.31&lt;/TD&gt;&lt;TD width="29.028132992327365%" height="69px"&gt;GMO THRESHOLD TIMBER TNLLC&lt;/TD&gt;&lt;TD width="27.237851662404093%" height="69px"&gt;CORINTH HAMBURG RD MICHIE&lt;/TD&gt;&lt;TD width="15.728900255754475%" height="69px"&gt;&amp;nbsp;MICHIE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="10.741687979539643%" height="51px"&gt;15902100&lt;/TD&gt;&lt;TD width="8.951406649616368%" height="51px"&gt;209.59&lt;/TD&gt;&lt;TD width="8.05626598465473%" height="51px"&gt;102.66&lt;/TD&gt;&lt;TD width="29.028132992327365%" height="51px"&gt;WAYNE BARBARA M&lt;/TD&gt;&lt;TD width="27.237851662404093%" height="51px"&gt;KENDRICK RD &amp;amp; HAMBURG RD&lt;/TD&gt;&lt;TD width="15.728900255754475%" height="51px"&gt;MICHIE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="10.741687979539643%" height="51px"&gt;15500303&lt;/TD&gt;&lt;TD width="8.951406649616368%" height="51px"&gt;150.59&lt;/TD&gt;&lt;TD width="8.05626598465473%" height="51px"&gt;75.08&lt;/TD&gt;&lt;TD width="29.028132992327365%" height="51px"&gt;SHANAHAN ENTERPRISE LLC&lt;/TD&gt;&lt;TD width="27.237851662404093%" height="51px"&gt;57 N OF HWY&lt;/TD&gt;&lt;TD width="15.728900255754475%" height="51px"&gt;POCAHONTAS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="10.741687979539643%" height="27px"&gt;15500302&lt;/TD&gt;&lt;TD width="8.951406649616368%" height="27px"&gt;359.31&lt;/TD&gt;&lt;TD width="8.05626598465473%" height="27px"&gt;47.73&lt;/TD&gt;&lt;TD width="29.028132992327365%" height="27px"&gt;E.S. MILLER TRUST&lt;/TD&gt;&lt;TD width="27.237851662404093%" height="27px"&gt;HWY 57 N&lt;/TD&gt;&lt;TD width="15.728900255754475%" height="27px"&gt;POCAHONTAS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="10.741687979539643%" height="51px"&gt;15400100&lt;/TD&gt;&lt;TD width="8.951406649616368%" height="51px"&gt;1039.99&lt;/TD&gt;&lt;TD width="8.05626598465473%" height="51px"&gt;414.88&lt;/TD&gt;&lt;TD width="29.028132992327365%" height="51px"&gt;SHANAHAN ENTERPRISES LLC&lt;/TD&gt;&lt;TD width="27.237851662404093%" height="51px"&gt;CARLINS RD S OF&lt;/TD&gt;&lt;TD width="15.728900255754475%" height="51px"&gt;MIDDLETON&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to dissolve the features based on them being 1. adjacent 2. have the same owner.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I use the ArcGIS Pro dissolve feature it will only dissolve on one of these conditions at a time. Is there anyway to achieve the result I want?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 19:24:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/dissolve-feature-class-on-attribute-and-adjacent/m-p/1304637#M26925</guid>
      <dc:creator>JasonHipkins</dc:creator>
      <dc:date>2023-06-29T19:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dissolve feature class on attribute AND adjacent</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/dissolve-feature-class-on-attribute-and-adjacent/m-p/1304653#M26926</link>
      <description>&lt;P&gt;From &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/dissolve.htm" target="_blank" rel="noopener"&gt;the docs&lt;/A&gt;, regarding the "create multipart features" parameter in the tool:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Specifies whether multipart features will be allowed in the output feature class.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Checked—Multipart features will be allowed in the output feature class. This is the default.&lt;/LI&gt;&lt;LI&gt;Unchecked—Multipart features will not be allowed in the output feature class. Individual features will be created for each part.&lt;/LI&gt;&lt;/UL&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Try running it on the owner field with the box unchecked.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 19:57:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/dissolve-feature-class-on-attribute-and-adjacent/m-p/1304653#M26926</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2023-06-29T19:57:33Z</dc:date>
    </item>
  </channel>
</rss>

