<?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 &amp;quot;merge&amp;quot; two raster datasets in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/quot-merge-quot-two-raster-datasets/m-p/731186#M24100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We need to merge two DEM rasters, so the values from raster 2 (see below) will be "inserted" into the raster values of raster 1. As you can see in raster 1 we have buildings which need to get cut off the surface. Raster 1 is from LIDAR raster 2 is a DEM. We want to visualize these buildings in ArcScene and drape the orthophoto ontop of the LIDAR raster, but the draped orthophoto would look bad in the buildings areas:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Bild 022.png" class="jive-image image-1" src="/legacyfs/online/5063_Bild 022.png" style="width: 620px; height: 521px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Bild 023.png" class="jive-image image-2" src="/legacyfs/online/5064_Bild 023.png" style="width: 620px; height: 521px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With raster calculator usage we only would get the buffer zones around the buildings without the rest of the LIDAR dataset info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Aug 2014 14:26:16 GMT</pubDate>
    <dc:creator>FlorianHoedt2</dc:creator>
    <dc:date>2014-08-25T14:26:16Z</dc:date>
    <item>
      <title>"merge" two raster datasets</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/quot-merge-quot-two-raster-datasets/m-p/731186#M24100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We need to merge two DEM rasters, so the values from raster 2 (see below) will be "inserted" into the raster values of raster 1. As you can see in raster 1 we have buildings which need to get cut off the surface. Raster 1 is from LIDAR raster 2 is a DEM. We want to visualize these buildings in ArcScene and drape the orthophoto ontop of the LIDAR raster, but the draped orthophoto would look bad in the buildings areas:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Bild 022.png" class="jive-image image-1" src="/legacyfs/online/5063_Bild 022.png" style="width: 620px; height: 521px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Bild 023.png" class="jive-image image-2" src="/legacyfs/online/5064_Bild 023.png" style="width: 620px; height: 521px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With raster calculator usage we only would get the buffer zones around the buildings without the rest of the LIDAR dataset info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 14:26:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/quot-merge-quot-two-raster-datasets/m-p/731186#M24100</guid>
      <dc:creator>FlorianHoedt2</dc:creator>
      <dc:date>2014-08-25T14:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: "merge" two raster datasets</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/quot-merge-quot-two-raster-datasets/m-p/731187#M24101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you examined the use of &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009z00000005000000"&gt;conditional statements using Con &lt;/A&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 14:45:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/quot-merge-quot-two-raster-datasets/m-p/731187#M24101</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-08-25T14:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: "merge" two raster datasets</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/quot-merge-quot-two-raster-datasets/m-p/731188#M24102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Dan!&lt;/P&gt;&lt;P&gt;It worked with the raster calculator and Con but we had to increase the extent (rows and columns of the raster) to the LIDAR datasets extent.&lt;/P&gt;&lt;P&gt;So the workflow was as follows:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;buffer building point feature&lt;/LI&gt;&lt;LI&gt;feature to raster conversion with customized output extent (geoprocessing settings, environmental setting) to the LIDARs extent&lt;/LI&gt;&lt;LI&gt;Raster Calculator:&lt;BR /&gt;Con(IsNull("raster2"),"raster1","raster2")&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;That worked like a charm and gave is the needed output dataset&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 15:22:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/quot-merge-quot-two-raster-datasets/m-p/731188#M24102</guid>
      <dc:creator>FlorianHoedt2</dc:creator>
      <dc:date>2014-08-25T15:22:40Z</dc:date>
    </item>
  </channel>
</rss>

