Hi. I've got 32-bit floating point rasters that I'm trying to convert to 32-bit unsigned integer format (for the ultimate purpose of being able to use the Combine tool). All of the values are already positive integers and the largest values fall (barely) below the max value for 32-bit unsigned. However, when I use INT, all values above the *signed* integer max value are cut off. (Similarly, when I create an empty 32-bit unsigned integer raster dataset, the default NoData value is set at the signed max, rather than the unsigned max.) Does anyone know why this is happening and/or if there's a work-around? Thanks.
--Seth