Hi,
I am writing to ask a question about RasterExpressionEvaluator. I have a buffer layer around one point, and I created a raster out of this buffer layer. In this buffer layer, I used red color for distance 0-100 meter, purple for 100-300 meter and blue for 300-400 meter. Now I would like to overlay the buffer on the Geotiff. So, I need the colors to be transparent so the background color of Geotiff can also be visible. I have used RasterExpressionEvaluator with raster buffer as input for port B and Geotif as input for port A. Then I have used this band expression list: if(B[0]==0,A[0],A[0]+B[0]/5);if(B[0]==0,A[0],A[0]+B[0]/5);if(B[0]==0,A[0],A[0]+B[0]/5). However, when I run the work space the color of raster buffer will not as I specified before using RasterExpressionEvaluator.
Any help would be highly appreciated,
Regards, Mitra