<?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 combine features into one feature in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/combine-features-into-one-feature/m-p/337841#M19207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a contours feature class. &amp;nbsp;It has many features. &amp;nbsp;I'd like to make one feature so it draws faster.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do this via Python?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jan 2017 16:32:06 GMT</pubDate>
    <dc:creator>JerryGarcia</dc:creator>
    <dc:date>2017-01-31T16:32:06Z</dc:date>
    <item>
      <title>combine features into one feature</title>
      <link>https://community.esri.com/t5/data-management-questions/combine-features-into-one-feature/m-p/337841#M19207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a contours feature class. &amp;nbsp;It has many features. &amp;nbsp;I'd like to make one feature so it draws faster.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do this via Python?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 16:32:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/combine-features-into-one-feature/m-p/337841#M19207</guid>
      <dc:creator>JerryGarcia</dc:creator>
      <dc:date>2017-01-31T16:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: combine features into one feature</title>
      <link>https://community.esri.com/t5/data-management-questions/combine-features-into-one-feature/m-p/337842#M19208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One approach - use &lt;EM&gt;Dissolve (Data Management)&lt;/EM&gt;.&amp;nbsp;&amp;nbsp; There is a &lt;EM&gt;Python&lt;/EM&gt; code example in the tool help (look up Dissolve in your version of ArcGIS in case there are any differences in Python over time).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dissolve&amp;nbsp; &lt;A class="link-titled" href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000005n000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000005n000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 16:43:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/combine-features-into-one-feature/m-p/337842#M19208</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2017-01-31T16:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: combine features into one feature</title>
      <link>https://community.esri.com/t5/data-management-questions/combine-features-into-one-feature/m-p/337843#M19209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First Dave Matthews, now Jerry Garcia, what distinguished guests today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, I don't think that combining a large number of small features into a small number of large features will do you much in terms of performance for drawing your features.&amp;nbsp; The features resulting geometry would end up being just as dense as it already is, just in a smaller number of features.&amp;nbsp; If you did want to condense down the number of features in your table, you could always do a Dissolve based on the elevation value of the contour lines, so you only have records for each individual elevation value.&amp;nbsp; However, the tool does warn about making datasets that are too large and complex which can cause processing issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are mainly using the contours for display on a map, you could probably use the Simplify Lines Tool from the Cartography Toolbox to reduce the size of your feature while maintaining a degree of spatial accuracy(for contours I would probably use the Bend Simplify Algorithm).&amp;nbsp; This would create a new feature that you could have for map purposes while maintaining a full accuracy contour dataset.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any more details about what you are wishing to do would be useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 16:49:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/combine-features-into-one-feature/m-p/337843#M19209</guid>
      <dc:creator>IanMurray</dc:creator>
      <dc:date>2017-01-31T16:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: combine features into one feature</title>
      <link>https://community.esri.com/t5/data-management-questions/combine-features-into-one-feature/m-p/337844#M19210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some additional random info...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Years ago, combining features into less features would help with performance. &amp;nbsp;Maybe not so much these days... &amp;nbsp;not sure. &amp;nbsp;I'm just trying a couple things.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Contours are for display only. &amp;nbsp;These are two foot for the whole US. &amp;nbsp;For the most part, being processed per county and stored in a FGDB per county.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Served as one contour map service. &amp;nbsp;The MXD has a lot of feature classes; one per county. &amp;nbsp;This may present a problem at some point...?...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one county whereby the clip keeps crashing. &amp;nbsp;I'm trying to clip off contours outside the county boundary whereby the DEMs overlapped across county lines somewhat. &amp;nbsp;I thought maybe combining the features would also help with the clip operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Jerry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 17:02:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/combine-features-into-one-feature/m-p/337844#M19210</guid>
      <dc:creator>JerryGarcia</dc:creator>
      <dc:date>2017-01-31T17:02:54Z</dc:date>
    </item>
  </channel>
</rss>

