<?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 Merge two shapefiles in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/merge-two-shapefiles/m-p/672318#M22335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: KevinCRDA&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to merge two Canada census shapefiles. The first one (CT) is the smallest unit for the urban regions so there is only census blocks for urban areas and there is no blocks for all the rural areas of the country. The second one (CSD) is covering all the country but the blocks are way bigger in the urban regions. You can see in the screenshots the difference between the two shapefiles. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to merge these two shapefile. I want to have the CT and the CSD in the same shapefiles with the CT in urban areas and the CSD in other areas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried using the Merge tool. The display of the shapefile looks good, but if i try to select a CT in a urban area, it selects the CSD behind it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to remove the CSD that are under all the CT, so that after I will merge the two shapefiles ? I tried with the clip tool, but it gives me a TopoEngine error ?!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for you help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.flickr.com/photos/64951191@N05/5914996143/"&gt;http://www.flickr.com/photos/64951191@N05/5914996143/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.flickr.com/photos/64951191@N05/5914996103/"&gt;http://www.flickr.com/photos/64951191@N05/5914996103/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jul 2011 12:33:18 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2011-07-08T12:33:18Z</dc:date>
    <item>
      <title>Merge two shapefiles</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/merge-two-shapefiles/m-p/672318#M22335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: KevinCRDA&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to merge two Canada census shapefiles. The first one (CT) is the smallest unit for the urban regions so there is only census blocks for urban areas and there is no blocks for all the rural areas of the country. The second one (CSD) is covering all the country but the blocks are way bigger in the urban regions. You can see in the screenshots the difference between the two shapefiles. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to merge these two shapefile. I want to have the CT and the CSD in the same shapefiles with the CT in urban areas and the CSD in other areas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried using the Merge tool. The display of the shapefile looks good, but if i try to select a CT in a urban area, it selects the CSD behind it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to remove the CSD that are under all the CT, so that after I will merge the two shapefiles ? I tried with the clip tool, but it gives me a TopoEngine error ?!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for you help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.flickr.com/photos/64951191@N05/5914996143/"&gt;http://www.flickr.com/photos/64951191@N05/5914996143/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.flickr.com/photos/64951191@N05/5914996103/"&gt;http://www.flickr.com/photos/64951191@N05/5914996103/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 12:33:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/merge-two-shapefiles/m-p/672318#M22335</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-07-08T12:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Merge two shapefiles</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/merge-two-shapefiles/m-p/672319#M22336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: jborgion&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are truly working with shape files, I suggest you import them into a geodatabase of some flavour and work with your data as feature classes there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the error you are getting is because some of your urban areas are islands within the national extent.&amp;nbsp; You might try the erase command which is available only at the ArcInfo licensing level.&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://www.ian-ko.com/"&gt;Ianko.com&lt;/A&gt;&lt;SPAN&gt; has his version of the tool as well if you have ArcEdit or ArcView.&amp;nbsp; Once you get your urban areas out of the way, you can union the erased national data to the original urban area. &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/content/web-based-help"&gt; Take a look here and follow the links to your appropriate version of ArcGIS.&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 12:47:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/merge-two-shapefiles/m-p/672319#M22336</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-07-08T12:47:14Z</dc:date>
    </item>
  </channel>
</rss>

