Skip to main content
Solved

replace raster cell negative values with abs(value) is it possible?

  • August 18, 2020
  • 3 replies
  • 74 views

oliver.morris
Contributor
Forum|alt.badge.img+14

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

Best answer by ebygomm

Have you looked at the RasterExpressionEvaluator?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

ebygomm
Influencer
Forum|alt.badge.img+45
  • Influencer
  • Best Answer
  • August 18, 2020

Have you looked at the RasterExpressionEvaluator?


oliver.morris
Contributor
Forum|alt.badge.img+14
  • Author
  • Contributor
  • August 18, 2020

Thanks that worked perfectly.


oliver.morris
Contributor
Forum|alt.badge.img+14
  • Author
  • Contributor
  • August 18, 2020

Capture