I need to multiply the variable of a multidimensional raster (file .crf) by a fixed value, for example 2, in all the rasters it contains (about 8000).
Raster calculator works only for the most recent raster.
How can I do?
Thank you very much.
Paolo
Solved! Go to Solution.
Times (Spatial Analyst)—ArcGIS Pro | Documentation
In ArcPy, if one of the inputs is a multidimensional raster and the other input is a constant, the tool will perform the operation for all slices for all variables using the constant value, and the output will be a multidimensional raster.
If this is what you describe, try the tool dialog first, if that doesn't work, then use arcpy with a call to the tool functionality
Times (Spatial Analyst)—ArcGIS Pro | Documentation
In ArcPy, if one of the inputs is a multidimensional raster and the other input is a constant, the tool will perform the operation for all slices for all variables using the constant value, and the output will be a multidimensional raster.
If this is what you describe, try the tool dialog first, if that doesn't work, then use arcpy with a call to the tool functionality