I'm not 100% positive, but it seems that the Lookup (Spatial Analyst) in ArcGIS Pro 10 acts like a dissolve tool for rasters.
I think I found the loophole. The IPRIME Field in your raster is a "Double" value. The tools seem to only like Floating Point or Integer values. If you can live with your values *10 you can just make an integer field and use the field calculator. Then use the lookup tool (It works, I tried it). If you create a floating point field or keep the double and use the lookup there is an Arc10 glitch that makes 0.4 0.40000012 (or adds some random decimal to the end).Where is this data coming from? Do you have an original file/files you used to create this raster? With that I could provide some more help.So to review the loophole is:Create a new field of type integerCalculate value to be IPRIME * 10Use the lookup tool to create a new raster based on your new integer fieldThere ya go.... a nice roundabout method
Jamal, I would contact Support and open an incident with them. It looks like you are having issues with that dataset in multiple tools. Without the data in hand, it's going to be difficult to guess what the problem is.
Use the Lookup tool. It will take a raster, and use a field, and make a new raster. To output a ESRI Grid, just don't put an extension on the end of the name (i.e. instead of test.tif just call it test). If you are just looking to go from Tiff to Grid, just use Copy Raster.
convert the tif to an ESRI grid using the IPRIM field
It depends on what you want to do with the raster. You could just create a new raster where the field you want is the "Value" field and then just use that raster as a "zone". Or you could just change the symbology so that it represents the field you want. Another method would be to covert your raster to a polygon based on the field you want, then use the dissolve and convert back to a raster. As far as I know there is no "raster dissolve" tool.You could also use some sort of conditional statement as well if you want to dive into that.
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.