ArcGIS Pro 3.1.5: How can the cell size obtained from the 'Get Raster Properties' tool be multiplied by another raster in model builder?
In the screenshot below, the 'Raster Calculator' tool fails to multiply the cell size obtained from the 'Get Raster Properties' tool by the reclassified raster.
What could be the issue here?
Solved! Go to Solution.
In your raster calculator remove the double quotes around your inline variable substitution for the property, so it should be
"%Reclass_P_ma1%" * %property%
In your raster calculator remove the double quotes around your inline variable substitution for the property, so it should be
"%Reclass_P_ma1%" * %property%
Thank you for the help. It works fine