<?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 Conditional Dissolve in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/conditional-dissolve/m-p/467825#M36512</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have never used Python, nor do I know anything about programming but I think it is necessary to accomplish this task.&amp;nbsp; I have a feature class of parcels, which have attributes of area and elevation among other things.&amp;nbsp; I want to dissolve adjacent parcels which either have the same elevation or a lower elevation, up to a maximum dissolved parcel size of 250-acres. I am using ArcGIS 9.2 and have access to most all extensions if that matters.&amp;nbsp; Anybody have suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Dec 2013 18:30:38 GMT</pubDate>
    <dc:creator>DrewBeck</dc:creator>
    <dc:date>2013-12-16T18:30:38Z</dc:date>
    <item>
      <title>Conditional Dissolve</title>
      <link>https://community.esri.com/t5/python-questions/conditional-dissolve/m-p/467825#M36512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have never used Python, nor do I know anything about programming but I think it is necessary to accomplish this task.&amp;nbsp; I have a feature class of parcels, which have attributes of area and elevation among other things.&amp;nbsp; I want to dissolve adjacent parcels which either have the same elevation or a lower elevation, up to a maximum dissolved parcel size of 250-acres. I am using ArcGIS 9.2 and have access to most all extensions if that matters.&amp;nbsp; Anybody have suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 18:30:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/conditional-dissolve/m-p/467825#M36512</guid>
      <dc:creator>DrewBeck</dc:creator>
      <dc:date>2013-12-16T18:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Dissolve</title>
      <link>https://community.esri.com/t5/python-questions/conditional-dissolve/m-p/467826#M36513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could do this with a select by location in a loop and a search cursor (to keep tabs on your elevation and area values). I have some scripts that do a similar thing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some issue that will come up:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. What parcel should you start the process with. Depending on the start point, you can potentially have different outcomes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. As other parcels are "globbed" on to the selection, do you want a "chaining effect" and if so, how many parcels "long" would the chain be allowed to have.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 20:23:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/conditional-dissolve/m-p/467826#M36513</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2013-12-16T20:23:02Z</dc:date>
    </item>
  </channel>
</rss>

