setting a value to null using Raster Calculator

15520
1
Jump to solution
05-12-2010 02:06 PM
CourtneyJermyn
New Contributor
Hi there,

I was wondering if someone could help me convert all -1 to null in my aspect raster using raster calculator.  I want to maintain all the rest of the aspect values except those that equal -1 (flat).  Your help will be greatly appreciated.

Thank you,

Courtney
0 Kudos
1 Solution

Accepted Solutions
JeffreyEvans
Occasional Contributor III
SETNULL([aspect] == -1, [aspect])

View solution in original post

1 Reply
JeffreyEvans
Occasional Contributor III
SETNULL([aspect] == -1, [aspect])