0

I have a raster called "aspect" and I want to add 360 to every cells which have a current value lower than 100.

How can I do this using raster calculator?

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Apr 5, 2018 at 19:03
1

1 Answer 1

3

Using raster calculator assuming you have the spatial analyst extension, you can input the expression:

Con(YourRas, YourRas+360, YourRas, "VALUE<100")

The structure is Con(InputRaster, ValueIfTrue, ValueIfFalse, ConditionalStatement).

See Dan C's reference for more uses of the conditional tool.

answered Apr 5, 2018 at 20:26

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.