1

I've calculated the slope values of a DEM and created a raster with values from 0 to 51,3 (degree). I wanted to calculate the Cos of these pixel values with the Raster calculator (to calculate in the next step the total area) expecting only positive values (cos(0...90) should be positive) but around 50 percent of the values turned out negative and I can't figure out why.

enter image description here

1 Answer 1

1

Because the coseno function need the data in radians, you can use this:

 cos(radians("variable"))

Your Answer

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.