Summary of Overlay Types when simplifying continuous data in layers
-
- Binary Layers
- overlay by multiplying two binary risk layers (“quality A” and “quality B”)
Quality B
low hazard
0Quality B
high hazard
1Quality A
low hazard
0low risk low risk Quality A
high hazard
1low risk high risk or adding them
Quality B
low hazard
0Quality B
high hazard
1Quality A
low hazard
0low risk moderate risk Quality A
high hazard
1moderate risk high risk open the overlay project to try these in a model
use the geoprocessing model in the toolbox in the overlay folder to find the binary plus and times models - Multiple Category Layers
- multiple boolean operators become very complex but can be done with a script
- overlay by adding or multiplying;
High
HazardMod
HazardLow
HazardHigh
Hazardhigh riskmoderate risklow riskMod
Hazardhigh risklow riskno riskLow
Hazardmoderate risklow riskno risk
- Binary Layers
But how would you “hand pick” various levels of risk as shown above, when the weighting is not symmetrical as shown? (look at the “combine” tool)
-
- Index Layers
- use reclassify or map algebra to create indices
- overlay by adding or by multiplying has a different effect on the distribution of high and low results.
From the file overlay project,
use the overlay_examples tool in the overlay toolbox to run an index overlay.
- Layer Weighting (can be combined with Overlay Types #1-3)
- one layer (or more) is more important or has more influence on the outcome than others
- use raster calculator or the “weighted sum” tool
- can use weighted overlay tool
(Note that the input is complicated, because this tool does both the simplification/reclass step and the overlay with weighting step in a single toolbox).
- Index Layers