GeoTIFF file processing

733
1
03-14-2023 10:06 AM
LokeshYadav
New Contributor

I have a Geotiff file. I want to multiply tiff data with some values from my end how this could be possible?

Eg:- a state has some population in a 1 km *1km grid so I want to multiply that with my rate constant...?

0 Kudos
1 Reply
DavidPike
MVP Frequent Contributor

Raster Calculator https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/raster-calculator.htm

"your raster" * rateConstantValue

then creates a new output raster with the cell values multiplied by your constant