<?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: Merging shapes within a feature in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/merging-shapes-within-a-feature/m-p/126427#M7261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isn't dissolve what you want to do?&lt;/P&gt;&lt;P&gt;You may have to create a new dissolve item in your attribute table first, then copy over those first 6 characters across.&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/dissolve.htm"&gt;dissolve&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Nov 2016 14:06:38 GMT</pubDate>
    <dc:creator>NeilAyres</dc:creator>
    <dc:date>2016-11-25T14:06:38Z</dc:date>
    <item>
      <title>Merging shapes within a feature</title>
      <link>https://community.esri.com/t5/data-management-questions/merging-shapes-within-a-feature/m-p/126426#M7260</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 a polygon shapefile with 1800 records. I want to slim this down by merging together records with either:&lt;/P&gt;&lt;P&gt;a) duplicate/matching area sizes in the Area field&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;b) matching first 6 letters of a reference ID field.&lt;/P&gt;&lt;P&gt;So below, the 4 'Armes Court' shapes would combine into one and same with the 'Avon Court' shapes etc etc...&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/271052_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are too many records to go manually merging them togther.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also, why can't i publish this question in a general 'GIS' location? When I click browse places, all the cateogories are really specific. I've had to choose python as perhaps the solution to my question is python...? who knows...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 12:26:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/merging-shapes-within-a-feature/m-p/126426#M7260</guid>
      <dc:creator>TheoFaull</dc:creator>
      <dc:date>2016-11-25T12:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Merging shapes within a feature</title>
      <link>https://community.esri.com/t5/data-management-questions/merging-shapes-within-a-feature/m-p/126427#M7261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isn't dissolve what you want to do?&lt;/P&gt;&lt;P&gt;You may have to create a new dissolve item in your attribute table first, then copy over those first 6 characters across.&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/dissolve.htm"&gt;dissolve&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 14:06:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/merging-shapes-within-a-feature/m-p/126427#M7261</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2016-11-25T14:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Merging shapes within a feature</title>
      <link>https://community.esri.com/t5/data-management-questions/merging-shapes-within-a-feature/m-p/126428#M7262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've made a new text field to copy across the first 6 characters into, do you know what vb/python code I should use in field calculator to only take the FIRST 6 characters over? or copy it all then DELETE the last 4 numbers from the right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 15:44:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/merging-shapes-within-a-feature/m-p/126428#M7262</guid>
      <dc:creator>TheoFaull</dc:creator>
      <dc:date>2016-11-25T15:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Merging shapes within a feature</title>
      <link>https://community.esri.com/t5/data-management-questions/merging-shapes-within-a-feature/m-p/126429#M7263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dissolve wont work as standard on the 2 fields as you require, however do you really need to merge where the areas are the same also, is the first 6 characters of the uniqueID not enough?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Your rows for "Armes court" will not dissolve into 1 feature as they have different areas)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, if just the uniqueIDs is just enough, the workflow is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) &amp;nbsp;Calculate field using expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left( [QL_PROPID], 6)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Dissolve using this new field as the dissolve field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 16:06:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/merging-shapes-within-a-feature/m-p/126429#M7263</guid>
      <dc:creator>LukeWebb</dc:creator>
      <dc:date>2016-11-25T16:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Merging shapes within a feature</title>
      <link>https://community.esri.com/t5/data-management-questions/merging-shapes-within-a-feature/m-p/126430#M7264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or if you wanted the python version. Check the python parser radio button first.&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;!QL_PROPID!&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;6&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 17:00:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/merging-shapes-within-a-feature/m-p/126430#M7264</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2016-11-25T17:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Merging shapes within a feature</title>
      <link>https://community.esri.com/t5/data-management-questions/merging-shapes-within-a-feature/m-p/126431#M7265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Theo...&lt;/P&gt;&lt;P&gt;Moved to &lt;A href="https://community.esri.com/space/2050"&gt;Managing Data&lt;/A&gt;‌ data because..&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;it isn't GIS specific&lt;/LI&gt;&lt;LI&gt;the question is about data formatting and structuring&lt;/LI&gt;&lt;LI&gt;the solution is language agnostic or could be solved using one or more languages&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The&amp;nbsp;&lt;A href="https://community.esri.com/docs/DOC-1544"&gt;GeoNet Community Structure&lt;/A&gt;&amp;nbsp;may help to provide a more categorized perspective.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 19:32:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/merging-shapes-within-a-feature/m-p/126431#M7265</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-11-25T19:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Merging shapes within a feature</title>
      <link>https://community.esri.com/t5/data-management-questions/merging-shapes-within-a-feature/m-p/126432#M7266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.esri.com/people/LukeW"&gt;LukeW&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Yes I didn't realise there were two different areas for armes court. I guess what I only want, is to dissolve based on the Unique ID field.&lt;/P&gt;&lt;P&gt;I'll create a new text field to transfer the first 6 characters over. Then I'll dissolve.&lt;/P&gt;&lt;P&gt;I always get confused with the 'left' and 'right' in vb scripts. And whether it deletes or keeps the specified characters.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 12:26:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/merging-shapes-within-a-feature/m-p/126432#M7266</guid>
      <dc:creator>TheoFaull</dc:creator>
      <dc:date>2016-11-28T12:26:33Z</dc:date>
    </item>
  </channel>
</rss>

