I'm trying to use ArcGIS (v. 10.0) to mosaic about 30 LiDAR DEM rasters into one new raster.
Each time, the output raster contains just one raster extent, the corner raster that represents
the 'top of the list' of rasters that need to get mosaicked.
I've tried the following ArcToolbox tools, each without success:
- APPEND;
- MOSAIC to NEW RASTER
- RASTER CALCULATOR
[ using this expression: Con(IsNull("LiDAR_DEM_Minnesota\dem01"),0,"LiDAR_DEM_Minnesota\dem01") + Con(IsNull("LiDAR_DEM_Minnesota\dem01"),0,"LiDAR_DEM_Minnesota\dem01") ]
- CREATE MOSAIC DATASET, followed by ADD RASTERS TO MOSAIC DATASET.
All input DEMs have defined coordinate systems (UTM Zone 15, NAD83), are stored in individual FGDBs, 1m pixel, 32bit float.
Output goes to a different FGDB.
Any suggestions as to what I'm missing?
Thanks,
Jan S.