Hi,
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:
With raster calculator usage we only would get the buffer zones around the buildings without the rest of the LIDAR dataset info.
Solved! Go to Solution.
Thank you Dan!
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.
So the workflow was as follows:
That worked like a charm and gave is the needed output dataset
have you examined the use of conditional statements using Con ?
Thank you Dan!
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.
So the workflow was as follows:
That worked like a charm and gave is the needed output dataset