<?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: Combine Feature Classes while combining data of combined features in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/combine-feature-classes-while-combining-data-of/m-p/1203374#M58698</link>
    <description>&lt;P&gt;Okay I figured it out if anyone else ever has this question: add a field (we will call it "BlocksCombined") to the attribute table with a common value between each feature you want to combine. So if you only want 300 and 400 blocks rather than 300 + 400 + 500, place the same value in "BlocksCombined" and dissolve based on "BlocksCombined".&lt;/P&gt;</description>
    <pubDate>Tue, 16 Aug 2022 16:52:14 GMT</pubDate>
    <dc:creator>SM2</dc:creator>
    <dc:date>2022-08-16T16:52:14Z</dc:date>
    <item>
      <title>Combine Feature Classes while combining data of combined features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/combine-feature-classes-while-combining-data-of/m-p/1203215#M58674</link>
      <description>&lt;P&gt;Hello! I have created a hot street map of gun crime in the city. There are certain street blocks that are separate features - 300 and 400 block with 15 and 24 incidents respectively, for example. I would like to combine neighboring street blocks (there are a number of streets with 2 street blocks that emerge as hot streets) with data. The merge tool does not work - it will not combine the total incident count it will only allow you to choose which metric to keep. Is there a way to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 12:59:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/combine-feature-classes-while-combining-data-of/m-p/1203215#M58674</guid>
      <dc:creator>SM2</dc:creator>
      <dc:date>2022-08-16T12:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Feature Classes while combining data of combined features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/combine-feature-classes-while-combining-data-of/m-p/1203230#M58676</link>
      <description>&lt;P&gt;If you want to do this for just a few features, you can do it manually.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Activate the Merge tool&lt;/LI&gt;&lt;LI&gt;Select the features you want to merge&lt;/LI&gt;&lt;LI&gt;Click on the feature whose attributes you want to keep&lt;/LI&gt;&lt;LI&gt;You can edit these attributes&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohannesLindner_0-1660656084672.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/48715i28CE6336A3FE98DC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JohannesLindner_0-1660656084672.png" alt="JohannesLindner_0-1660656084672.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;Click Merge&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have to do it more often, you'll probably have to write a short Python script.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 13:22:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/combine-feature-classes-while-combining-data-of/m-p/1203230#M58676</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2022-08-16T13:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Feature Classes while combining data of combined features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/combine-feature-classes-while-combining-data-of/m-p/1203241#M58680</link>
      <description>&lt;P&gt;That does not combine the incident count related to each feature. I must have a total count with the incidents from both street blocks&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 13:40:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/combine-feature-classes-while-combining-data-of/m-p/1203241#M58680</guid>
      <dc:creator>SM2</dc:creator>
      <dc:date>2022-08-16T13:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Feature Classes while combining data of combined features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/combine-feature-classes-while-combining-data-of/m-p/1203341#M58696</link>
      <description>&lt;P&gt;The dissolve tool works better. I was able to dissolve all features based on street name (so all blocks combined). However, I am looking to select which blocks to combine manually. I do not see how this can be done if anyone knows?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 16:08:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/combine-feature-classes-while-combining-data-of/m-p/1203341#M58696</guid>
      <dc:creator>SM2</dc:creator>
      <dc:date>2022-08-16T16:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Combine Feature Classes while combining data of combined features</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/combine-feature-classes-while-combining-data-of/m-p/1203374#M58698</link>
      <description>&lt;P&gt;Okay I figured it out if anyone else ever has this question: add a field (we will call it "BlocksCombined") to the attribute table with a common value between each feature you want to combine. So if you only want 300 and 400 blocks rather than 300 + 400 + 500, place the same value in "BlocksCombined" and dissolve based on "BlocksCombined".&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 16:52:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/combine-feature-classes-while-combining-data-of/m-p/1203374#M58698</guid>
      <dc:creator>SM2</dc:creator>
      <dc:date>2022-08-16T16:52:14Z</dc:date>
    </item>
  </channel>
</rss>

