Skip to main content

I would like to replace any negative raster cell values with their positive equivalent either using abs(value) or another other means. Is this possible with a transformer, can I obtain the cell value and use rastercellvaluereplacer?

Thank you for your help

Have you looked at the RasterExpressionEvaluator?


Thanks that worked perfectly.


Capture


Reply