Hey guys, Im doing my first Multi Criteria Evaluation and I have to use the Raster Calculator to figure out the optimal placement for wind mills. I followed the setps in my moduel and reclassified the criterion to 1s and 0s - so all I have to do is to use the Raster Calculator and write an expression that finds all the areas with a value of 1. So how does one write such an expression? I used the Boolean AND on two criterion and it worked but it does not work when I use it on all my criterion (I have 5 criterion). Thanks in advance!!
Use Combine—Help | ArcGIS for Desktop you can have up to 20 raster.
However... since you are using a binary classification, I am assuming that you want only those locations where all your classes are 1. If that is the case, just multiply all the rasters together.
On the other hand if 3 or 4 out of the 5 classes are good, then just add them together.
Thansk for the reply Dan!
What about the Boolean operators? can they be helpful in this case? According to the assignment I should use the Boolean operators to solve this. Any ideas?
Ahhh, if you read the help, combine is a boolean OR in essence
Boolean operators in map algebra (& |) are an implementation of the BooleanAnd and BooleanOr tools, you should look them up in the help for details on how they work with inputs. Given this is homework, I'd check your class notes, they probably will give you a better clue. (We're generally more into answering questions then doing homework around here.)
Map algebra usually does not involve SQL expressions, that's one of its strengths!