![]() |
|
|
|
GIS In Archaeology Lab Exercise 12 Step 1: Create Study Area Map Evaluating the Impact of Elevation on settlement locations In the previous lab we examined the impact of agricultural land class and river locations on settlement decisions in the study area. While we used different strategies to examine the relationship both of these were vector based data layers. For this segment of the exercise we will examine the possible influence of elevation which is modeled in a raster based Digital Elevation Model data layer. Step 2: Examine the digital elevation layer Select Survey_Limits as the Zone dataset, Id as the Zone field, DEM_100M as the value raster, uncheck the Chart statistic box and save the Output table as Survey_Area_Elevation_Summary The output table summarizes all the cells from the DEM dataset that are found within the survey limits. The table indicates there are 36,528 cells inside the survey area and these range from 855 to 1677 meters with a mean elevation of 1042 meters. The result of this operation is the creation of a layer called Calculation in the table of contents. To give the layer a more memorable name right click on the layer entry, then select properties. In the properties window select the General tab and change the layer name to be Elevation Zones Step 4: Assign Elevation Class Data to Sites Once the operation is completed right click on Sites_Training in the table of contents and open the attribute table. Scrolling across the table you can see that the sites layer information has been joined to the elevation data. Click on the Options button and add a new field. Call the field Elevation_Class and define it to be a long integer data type. Once the field has been added to the table right click on the field name and select Calculate Values. Set the value to be equal to the field [Sites_Training_Elevations.MEAN] then click the OK button. Right click on the Elevation_Class field name and select Summarize from the popup menu. Store the output table as Sites_Training_Elevation_Summary in the Morelos geodatabase. Click the OK button Open the Sites_Training_Elevation_Summary to see the number of sites by 100 meter elevation zone. Clearly the majority of sites occur in the 800, 900 and 1000 meter elevation zones. While it appears that there may be a preference for the lower elevation zones it is once again necessary to evaluate this by comparing these data to the overall distribution of elevations within the study area Step 5: Summarize Survey Area Elevation Data These data cannot be used to compare with the site elevation zones because this table contains many cells which occur outside of the study area. To obtain a summary of just those raster cells within the study area it is necessary to create a new DEM layer that contains only those cells which are within the study area. One way to do this is by combining a raster layer that takes on the shape of the study area with the DEM layer. We will use an analysis mask that will allow us to select out only those elevation values which intersect the boundaries of the survey limits layer. Click on the Spatial Analyst and select Options. On the General set the Analysis mask to be Survey Limits. Next click on the Extent tab and set the Analysis extent to be “the same as layer dem_100m”. Finally click the Cell Size tab and set the Analysis Cell size to be the “Same as layer dem_100m”. Click OK to close the options window. Return to the Spatial Analyst toolbar and select Raster Calculator. Double click on Elevation Zones, then click the Evaluate button. Notice that a new temporary layer is added to the map that has the same values as the Elevation Zones layer but it is restricted just to the survey limits area. The new layer will have a name similar to Calculation. Right click on this layer and open the attribute table. Right click on the Count field and select Statistics. Notice that the layer has a total of 36,458 cells. Close the statistics window.
If we create a new table with elevation class and divide the count values by 36,458 we will obtain the percentage of the survey area covered by each elevation zone. Following this procedure we get these results: If we combine this table with the Sites by Elevation zone table we get the following results. From inspection sites are more frequent than we would expect by random chance in the lowest two elevation zones (800-899 meters, and 900-999 meters). Once the elevations exceed 1000 meters the percentage of sites is less than the area covered by each of those zones. There is only one site found at an elevation of over 1300 meters. As with the distance to river data it appears that there is a tendency for sites to be located in the lower elevation zones, once we move into the higher zones the frequency begins to drop off quite dramatically. Evaluating the Impact of Slope on settlement locations Value Count Area% Site% The overall pattern that emerges from this analysis seems to be that area with slopes up to 5 degrees have a slightly higher than random chance of being inhabited, areas with slopes of 6-10 degrees are only very slightly selected against but that land that is over 10 degrees slope has a low probability of being inhabited.
|