why the "Combine" tool doesn't keep the original values of the combined rasters?is there any other tool that combines the rasters but keeps the values of the fields of as they are???
The issue with Combine is that it is an integer value operation. Floating point (or text) raster table values wouldn't lend themselves to the desired combinatorial operation. So -- you would like all the fields in the output table? In command-line ArcInfo GRID there is a command MERGEVAT (it exists in 9.x MOMA, but that's a secret) that does this. It basically did a Join Field between two raster tables, dropping VALUE and COUNT from the second input.That would be a nice little tool. I just may write a Python script tool to do that.... Send it to ESRI as an enhancement request!
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.