1.
As a GIS analyst for a consultant company you have been asked to determine the best locations for a
well to supply water to a small village. You have been given the three Boolean raster grids below.
Notice that you cannot drill a well in the stream and that your well can only extract water from the
shallow aquifer or the deep aquifer, but not from both. Show all intermediate layers and the Boolean
operators used to obtain the final layer.
Stream Location (STR) Shallow Aquifer Layer (SAL) Deep Aquifer Layer (DAL)
0 1 0 0 0 0 1 0 0 0 0 0 0 1 1
0 1 0 0 0 1 1 0 0 0 0 0 0 0 0
0 1 1 0 0 1 1 1 0 0 0 0 0 0 0
0 0 0 1 1 0 0 1 1 1 1 1 1 0 0
0 0 0 0 1 0 1 1 1 1 1 1 1 0 0
NOT (STR) (SAL) XOR (DAL) (SAL) OR (DAL)
1 0 1 1 1 0 1 0 1 1 0 1 0 1 1
1 0 1 1 1 1 1 0 0 0 1 1 0 0 0
1 0 0 1 1 1 1 1 0 0 1 1 1 0 0
1 1 1 0 0 1 1 0 1 1 1 1 1 1 1
1 1 1 1 0 1 0 0 1 1 1 1 1 1 1
NOT (STR) AND ((SAL) XOR (DAL)) For 1c choose SAL or DAL well
0 0 0 1 1 0 0 0 1 1
1 0 0 0 0 1 0 0 0 0
1 0 0 0 0 1 0 0 0 0
1 1 0 0 0 1 1 1c 0 0
1 0 0 1 0 1 1c 1c 1 0