Hello
I am using ArcMap for my M.Tech thesis project, which involves the process of weighted overlay analysis. I have created all the necessary criteria maps and reclassified them to a common scale i.e from 1-5 (1 being least suitable and 5 most suitable). The problem that I am facing is when I perform the Weighted Overlay Analysis the resulting map's legend is having only 4 values, whereas I need 5 values as my scale goes from 1-5, can anyone kindly help me with the issue? Kindly refer to the attached screenshot of the same. (The resulting map after the weighted overlay analysis i.e "uhi_suitability_new3" is having only 4 values, but the criteria maps in the table is having 5 values)
I'm quite new to GIS.
Thank you
Suganesh
Solved! Go to Solution.
I think this is perfectly fine. You might not have any point (on the map) where the output Raster mean value is equal to 5.
Another way to check using Raster Calculator.
Let me consider there 3 input raster layers, viz., ras1, ras2 and ras3 with influence factor 24%, 55% and 21% respectively.
Expression
("ras1"*0.24)+("ras2"*0.55)+("ras3"*0.21)
What is the maximum value of the above output raster?
Absolutely. Had there been a value of 4.5 or more, that would have got rounded to 5.
You can also attach the Raster Calculator workflow in your dissertation to infer your result (since Weighted Overlay Analysis will give output Raster values in Integer).
You can further classify (symbology) the Raster resulted from Raster Calculator into desired number of classes. It depends on your ultimate goal.
I think this is perfectly fine. You might not have any point (on the map) where the output Raster mean value is equal to 5.
Another way to check using Raster Calculator.
Let me consider there 3 input raster layers, viz., ras1, ras2 and ras3 with influence factor 24%, 55% and 21% respectively.
Expression
("ras1"*0.24)+("ras2"*0.55)+("ras3"*0.21)
What is the maximum value of the above output raster?
The values are converted to integer format in the first place (in both arcmap and Pro)
How Weighted Overlay works—ArcGIS Pro | Documentation
since it is a preference scale and the absolute values aren't used. You should follow the guidance in the help topic to set up the preference scale given the input ranges of you data.
Thank you for your reply. Will look into it.
Absolutely. Had there been a value of 4.5 or more, that would have got rounded to 5.
You can also attach the Raster Calculator workflow in your dissertation to infer your result (since Weighted Overlay Analysis will give output Raster values in Integer).
You can further classify (symbology) the Raster resulted from Raster Calculator into desired number of classes. It depends on your ultimate goal.
Thank you for your reply, I will attach the raster workflow as advised by you.