I have a countries' polygon with an attribute table. I also have a raster. I want to multiply the values of the polygon (of each country) with the raster.
Polygon
Countries Cost
C1 X
C2 Y
C3 Z
I also have a raster which includes these countries. Raster value is R.
I want to create another raster which will be the result of the multiplication of the polygon values with the raster.
My idea was to convert the polygon to raster and use the value I want to multiply with the raster. However, the raster comes with 0 to 255 values and not with the ones I have on the attribute table.
Working on ArcMAP 10.2, the rasterized polygon comes with 0-255 values

