<?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: I need an AUTOMATED way to find same parcel number, merge them, then go to next o in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/i-need-an-automated-way-to-find-same-parcel-number/m-p/321541#M3387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried using the Eliminate function.&amp;nbsp; Is was built for this purpose.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the summary:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eliminates polygons by merging them with neighboring polygons that have the largest area or the longest shared border. Eliminate is often used to remove small sliver polygons that are the result of overlay operations, such as Intersect or Union.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jul 2011 13:36:56 GMT</pubDate>
    <dc:creator>JeffBarrette</dc:creator>
    <dc:date>2011-07-18T13:36:56Z</dc:date>
    <item>
      <title>I need an AUTOMATED way to find same parcel number, merge them, then go to next one.</title>
      <link>https://community.esri.com/t5/mapping-questions/i-need-an-automated-way-to-find-same-parcel-number/m-p/321539#M3385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have multiple slivers in a parcel layer and need to merge the slivers that match eachother. There are so many that I would benefit greatly by some type of script. The process would be to look for the first set of matching PIN #'s, then merge them (choosing the prodominent attributes between matching parcel pieces is not a concern in this particular project). Next, automatically go to the next record with matching PIN#'s and merge them. This would continue until the last record. I currently have created a new field called "dups" and ran the python script:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;uniqueList = []&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;def isDuplicate(inValue):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; if inValue in uniqueList:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; else:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; uniqueList.append(inValue)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;isDuplicate(!PIN14!)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;----------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This script places a 1 in the dups column indicating it has a duplicate PIN# of another record. The "other" record does not get a number by it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would greatly appreciate any help with this to cut my work flow time down,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jul 2011 11:58:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/i-need-an-automated-way-to-find-same-parcel-number/m-p/321539#M3385</guid>
      <dc:creator>PeterStein1</dc:creator>
      <dc:date>2011-07-10T11:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: I need an AUTOMATED way to find same parcel number, merge them, then go to next o</title>
      <link>https://community.esri.com/t5/mapping-questions/i-need-an-automated-way-to-find-same-parcel-number/m-p/321540#M3386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A dissolve using the PIN# didn't work?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 11:48:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/i-need-an-automated-way-to-find-same-parcel-number/m-p/321540#M3386</guid>
      <dc:creator>JohnSobetzer</dc:creator>
      <dc:date>2011-07-11T11:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: I need an AUTOMATED way to find same parcel number, merge them, then go to next o</title>
      <link>https://community.esri.com/t5/mapping-questions/i-need-an-automated-way-to-find-same-parcel-number/m-p/321541#M3387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried using the Eliminate function.&amp;nbsp; Is was built for this purpose.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the summary:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eliminates polygons by merging them with neighboring polygons that have the largest area or the longest shared border. Eliminate is often used to remove small sliver polygons that are the result of overlay operations, such as Intersect or Union.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2011 13:36:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/i-need-an-automated-way-to-find-same-parcel-number/m-p/321541#M3387</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2011-07-18T13:36:56Z</dc:date>
    </item>
  </channel>
</rss>

