Home
Introduction to the Modules Ceramics, Fermentation, & Feasting Module
Agave in Household Economy Module GIS Module
Module Introduction
GIS Background
Directions and Definitions
GIS Tutorials
Discussion Questions
GIS Bibliography
Online Resources
Module Glossary

Tutorial #3. Aspect Maps

In some settlement pattern studies, may be important. The term, aspect, refers to the compass direction towards which any plot of land may face; it is the compass direction of the slope of the land. Although aspect is not a limiting factor in this particular study, you should look at an aspect map for the Northern Tucson Basin by selecting MARANA_ASPECT. As you can see, cells of land that face different directions are color-coded (red = north, yellow = east, light blue = south, dark blue = west, white = no slope/flat surface). GIS software applications calculate aspect maps from DEMs in a similar manner to slope maps.

Tutorial #4. Union Command

This tutorial (as well as the next two) will show you how ARC/INFO creates new themes using existing themes and a variety of commands. The first command, , is used to combine the data from two or more themes to form a new theme. For example, the theme, ECOLOGICALLY_VIABLE, is the product of the union command. Select ECOL2B and ECOL4B and then ECOLOGICALLY_VIABLEto see how union simply merges themes together to produce a composite theme that contains all of the information (visual and attribute) from each of the donors. The diagram below illustrates how the union command operates; the red area represents the information that is kept in the new theme.

Union Command Example

Tutorial #5. Intersect Command

The command is another function commonly called upon to create new themes from two or more existing themes. Unlike the union command, which is additive because the theme it produces has more information than do either of its parts separately, the intersect command is reductive. GIS operators use the intersect command to extract only those areas that are common to the features of two or more themes. Thus, the only areas retained by the intersect command are those where polygons from all themes overlap. The diagram below illustrates how the intersect command operates; again, the red area represents the information that is kept in the new theme.

Intersect Command Example

To further illustrate the intersect command select GIS_INTERSECT. GIS_INTERSECT is the intersection between ECOL_2B and Z2HABITATION. Compare GIS_INTERSECT to
  VIEW_TUTORIAL to get a better idea of what the intersect command does. VIEW_TUTORIAL is a view with both Z2HABITATION and ECOL2B themes superimposed. When these two images are placed side by side it is obvious that the intersect command selected only the areas common to the polygons of both themes to create GIS_INTERSECT. In other words, only areas that are considered to be within habitation sites' boundaries AND also within the boundary of the Zone 2 ecologically viable area are retained by the intersect. All areas that are within the boundary of only one or the other are not retained by the intersect. The resulting theme also has the tabular data from both input themes.

Top
Next
Back