Lab 4: Slope stability and landslide mapping

Size: px
Start display at page:

Download "Lab 4: Slope stability and landslide mapping"

Transcription

1 Lab 4: Slope stability and landslide mapping Objectives In this lab, you will map landslides associated with hurricane Irene in the Adirondack Mountains of upstate New York, and compare your results to predictions based on an infinite slope-stability model. You will come out of this lab with a sophisticated understanding of how to generate and interpret landslide hazard maps in soil-mantled upland landscapes. P. Brown, timesunion.com Figure 1. Landslide scar on Wright Peak following Hurricane Irene on August 28, The typical slide involved approximately 1 m of soil failing at the interface between soil and competent bedrock. Background On August 28, 2011, the remnants of Hurricane Irene dumped 5-7 inches of rain on the high peaks of the Adirondacks in upstate New York, triggering dozens of shallow landslides throughout the region. We are going to take advantage of the excellent satellite imagery coverage in the area to map the spatial distribution of the resulting landslide scars, which stick out starkly in the otherwise densely forested landscape. The distribution of landslides throughout the landscape is not random, but varies depending on local topographic parameters such as slope and upstream drainage area. This enables us to test a range of slope-stability models that vary in their treatment of rainfall-induced changes in pore pressure. I have included a landmark paper that describes the methodology behind one of the models we will be using: Montgomery, D.R., and Dietrich, W.E. (1994). A physically based model for the topographic control on shallow landsliding, Water Resources Research 30(4),

2 4.0 Summary of provided datasets You have been provided with a map file lab_4.mxd that includes a number of layers that reflect the terrain, satellite imagery, and mapping of landslides and bedrock exposures in the high peaks region of the Adirondacks. These layers can all be found in the file geodatabase lab_4_data.gdb. Below is a brief summary of the pertinent data sets. Table 1. Summary of provided datasets Name Data type Grid size Description Source adk_dem raster 10 m Elevation (m) USGS NED adk_hillshade raster 10 m Hillshade adk_tan_slope raster 10 m Tangent of slope angle (m/m) adk_drainage_area raster 10 m Contributing drainage area (m 2 ) adk_d_over_h raster 10 m Modeled variable soil saturation (m/m) NAIP_2009 raster (3 band) 1 m Pre-Irene satellite imagery USDA NAIP NAIP_2013 raster (3 band) 1 m Post-Irene satellite imagery USDA NAIP adk_10m_contour line feat. class N/A Contours of elevation with 10m spacing pre_2009_landslides polygon feat. class N/A Outlines of pre-irene landslide scars R. mapping pre_2009_ls_heads point feat. class N/A Location pre-irene landslide heads R. mapping bedrock_polygons polygon feat. class N/A Outlines of persistent bedrock exposures R. mapping By this point you should be familiar with elevation, hillshade, and imagery rasters. In addition, there are a few new spatial data sets that will aid you in this lab: The raster dataset adk_tan_slope is the tangent of the slope angle at each cell (Fig. 2), and as a result will look nearly identical to the slope maps you are used to generating. Figure 2. Tangent of slope angle vs. slope angle in degrees. Note the linear relationship up until about 30. The raster dataset adk_drainage_area indicates the total upstream drainage area for each cell in units of square meters. This value will be lowest on the ridgelines, and increase as you move downstream into the river network. The minimum value of 100 m 2 indicates the area of a single 10 m x 10 m grid cell. We will go through the steps to generate maps of drainage area in a later lab, but for now, just note that this raster was calculated using the D-infinity flow-direction algorithm (Tarboton, 1997 Water Resources Research). 2

3 The raster dataset adk_d_over_h is the modeled degree of soil saturation during the rainfall event associated with Hurricane Irene. The degree of soil saturation, expressed as the ratio of the water table height d to soil thickness h, varies from d/h = 0 (completely dry) to d/h = 1 (completely saturated). This value was calculated according to the following equation: dd h = qq TT AA bb sin θθ (Equation 1) Where A is the drainage area, b is the grid size (10 m), θ is the local slope taken from the digital elevation model, q is the average rainfall rate, and T is the soil transmissivity, a metric of how efficient water can move through the soil layer (Montgomery and Dietrich, 1994). The specific values for each of these are listed below. Table 2. Parameters used in infinite slope-stability model for Adirondack high peaks. Parameter Value Units Description tan φ m/m Angle of internal friction ( = 30 ) C 2500 Pa Soil cohesion h 1 m Average soil thickness η Soil porosity ρ 1800 kg/m 3 Average bulk density of soil ρ w 1000 kg/m 3 Density of water g 9.8 m/s 2 Gravitational acceleration P m 24 hour rainfall total for Aug. 28, 2011 q 7.5 mm/hr Average rainfall rate K sat m/s Saturated soil hydraulic conductivity T m2/s Soil transmissivity (hk sat) 4.1 Mapping landslide scars The first task for this lab will be to map the distribution of landslide scars associated with Hurricane Irene. In a nutshell, you will switch back and forth between the 2009 and 2013 imagery, and assume that any visible landslide scars occurred during Hurricane Irene in August 2011 (Fig. 3). Figure 3. Before (left, 2009) and after (right, 2014) Hurricane Irene on Saddleback Mountain (Google Earth) 3

4 To get started, create a new feature class by navigating to and opening the tool \\Data Management\Feature Class\Create Feature Class\ (Fig. 4). Figure 4. Create feature class dialog box. Set your workspace to Lab_04_data.gdb, and give your feature class a name such as landslide_outlines. Make sure the geometry type is POLYGON, and then set the coordinate system to be the same as the other layers in your map (NAD_1983_UTM_Zone_18N). Once you have created a feature class, you can begin mapping individual features using the editor toolbar (Fig. 5). To start an editing session, click start editing from the drop-down menu on the editor toolbar. Select feature Vertices Editing Toolbar Create Feature Window Figure 5. Editor toolbar showing main tools used in this lab. Before starting, it will be helpful to turn off snapping. You can open the snapping toolbar through the drop-down menu on the editor toolbar. Make sure that use snapping is unchecked (Fig. 6). 4

5 Figure 6. Snapping toolbar options. To draw a polygon, click the create features button to bring up the create features window (Fig. 7). Here you can select which layer you want to edit, and choose the type of feature you wish to create. Be sure you are aware of which layer you are editing! To map a landslide, select the polygon shape, and start clicking out the boundaries of the scar, and double click to finish the shape. It is helpful to switch back and forth between the 2009 and 2013 imagery (Fig. 7) Imagery 2013 Imagery Mapped landslide scar Figure 7. Example of mapped landslide scar, showing create features window. To delete a feature you created, use the select feature tool (Fig. 5) to click and select the feature you wish to delete. Once it is highlighted, press delete to delete it. If you mistakenly delete a feature, you can always press Ctrl-Z to undo. 5

6 If you want to edit the vertices of one of the polygons you drew, simply double click on the outline of it to switch to vertex mode (Fig. 9). You can move around individual vertices, add new one, or delete them. Figure 9. Edit vertices toolbar. As you are mapping, be sure to periodically Save Edits through the editor toolbar menu. Some potentially helpful mapping tips: From the Window pull-down menu, you can open up the Imagery Window, where you can accelerate the drawing of individual image files, and also enable a cool slider button. I already mapped bedrock outcrops and old (pre-2009) landslides, which are included as polygon feature class layers in your map. Looking at the landslides associated with Hurricane Irene, I was able to map somewhere around 40 individual scars. You should shoot for a similar number. Remember to think about the expression of different zones of the landslide scars (i.e., erosion, transport, and deposition). We are mostly interested in mapping the erosional zone, where bedrock has been exposed. Once you are finished editing, select Stop Editing through the drop-down menu on the editor toolbar. Next, we want to estimate the total volume of material evacuated by these landslides. Open up the attribute table of your mapping layer, and you should see a few data columns. Right click the column titled Shape_Area, which reflects the planform area in square meters for each polygon, and select Statistics. Below, record the Sum of the Shape_Area column, including units. Total area of Hurricane Irene landslides (m 2 ): To convert this to volume, multiply the area by the average soil depth given in Table 2 (we are assuming that these landslides failed along the soil-bedrock boundary, which is likely the case based on photographs from the area). Total volume of Hurricane Irene landslides (m 3 ): We can convert this volume to a measure of landscape-averaged erosion by dividing by the total area of our mapping extent (roughly 40 km 2 or 4 x 10 7 m 2 ). It will be easiest to interpret if you convert to units of mm. Landscape averaged erosion (mm): 4.2 Plotting landslide initiation points on slope-area diagrams As mentioned in the introduction to this lab, the distribution of landslide scars is not random, but depends on local hydrologic and topographic conditions. In this section, you will extract this information from your landslide map and plot it up in Excel to assess where the landslide initiation points sit in a stability diagram of local slope versus upstream contributing area. 6

7 First, create a point feature class, following the same steps as shown above (Fig. 4), except give it a name like landslide_heads and be sure to select POINTS for the geometry type. Don t forget to select the appropriate coordinate system! Once you have created the point feature class, start editing, and create a point at the uppermost extent of each landslide you have mapped (Fig. 10). Be sure you know which direction is uphill! If in doubt, turn the contours on, or use the info button to spot-check elevations. Figure 10. Example of landslide head, or initiation point, locations (yellow dots). Once you have mapped all of the landslide heads associate with Hurricane Irene, don t forget to close your editing session by selecting Stop Editing. Next, we want to extract the value of the local slope and contributing area for each point. Open the tool \\Spatial Analyst\Extraction\Extract Multi Values to Points (Fig. 11). Figure 11. Extract Multi Values to Points dialog box. Be sure to change the output field name as shown. 7

8 For the Input point features, select the point feature class you just created. For the Input rasters, add the rasters adk_tan_slope and adk_drainage_area. You will need to shorten the Output field name as shown in Figure 10. Note that these will be columns in the attribute table of the point feature class containing the local values for the tangent of the slope angle and the contributing area. This has already been done for the older landslides, as you can see in the attribute table for the feature class pre_2009_ls_heads (Fig. 12). Figure 12. Attribute table showing the addition of two new data columns containing the local values for slope and area at each landslide head. Next, we want to bring this data into Excel for plotting. Navigate to and open the tool \\Conversion\Excel\Table To Excel (Fig. 13), and save your data to a folder location (not the geodatabase!) with a name like landslide_heads.xls. Figure 13. Table to Excel dialog box. Now, open up the newly created Excel spreadsheet, and copy and paste the data tables into the appropriate columns of the Excel file lab04.xlsx, which has been provided to you. You should be able to add your data to the existing plots that show the stability diagrams for the two pore pressure models you will explore later in the lab. The black symbols indicate the slope and area values for each of the pre-irene landslides. Do the landslides from Hurricane Irene fail in similar parts of the landscape? When you have added your data to both plots, save the charts as a.pdf file to include with your report. (Fig. 14). 8

9 Figure 14. Slope-area plot showing stability fields for a uniform pore pressure model (left) and a spatially variable pore pressure model (right), along with values for pre-2009 landslide heads. 4.3 Calculating Factor of Safety in ArcMap Now that we have generated a nice landslide map, we can compare our result with an estimate of slope stability using the infinite slope-stability model. Recall from class the factor of safety (FS) equation for the infinite slope stability model, which we can separate into three key terms: FFFF = FFFF ffffffffffffffff + FFFF ccccheeeeeeeeee FFFF pppppppp pppppppppppppppp (Equation 2) FFFF ffffffffffffffff = tan φφ tan θθ (Equation 3) FFFF ccccheeeeeeeeee = CC ρρρρh sin θθ FFFF pppppppp pppppppppppppppp = ρρ ww ρρ dd tan φφ h tan θθ (Equation 4) (Equation 5) Table 2 provides estimated values for many of these parameters, and we can extract tanθ from the raster dataset adk_tan_slope. We are now going to use the \\Spatial Analyst\Map Algebra\Raster Calculator tool to solve the above equations. You can click on the datasets to input them into the equation box (Fig. 15), and the Raster Calculator performs the algebraic expression on every grid cell in the raster. Because you will be generating a number of similar data sets, it is critical to stay organized. It will be easiest to follow along if you use the same file naming conventions as I do. First, calculate the term FS friction (Equation 3) by entering the following into the Raster Calculator and saving to the Output raster FS_friction (Fig. 15): 0.577/"adk_tan_slope" 9

10 Figure 15. Raster calculator dialog box, showing calculation for FS_friction. To estimate the FS cohesion term, we can repeat the process with a more complicated expression (Equation 4): FS_cohesion = 2500/(9.8*1800*1*Cos(ATan("adk_tan_slope"))*Sin(ATan("adk_tan_slope"))) Note that you only enter the right hand side of the equation into the Raster Calculator (Fig. 15), and set the left hand of the equation as your Output raster. You can copy and paste this equation in, or just be very careful about syntax, especially keeping parentheses balanced! Remember, rather than typing in the full raster dataset name (i.e., "adk_tan_slope"), you can simply click on the raster layer in the upper-left box when you wish to insert it (Fig. 15). We can now estimate the dry factor of safety by adding these two rasters together: FS_dry = "FS_friction" + "FS_cohesion" The output raster FS_dry now corresponds to the factor of safety estimate without any added rainfall trigger. Recall that for FS > 1, slopes are predicted to be stable, and for FS < 1, slopes are predicted to be unstable. Thus, we might expect some correspondence between areas where FS_dry < 1 and areas of persistent bedrock exposure, which I have included in your map as the layer bedrock_polygons. Change the classification of FS_dry to highlight areas of instability (I suggest FS<0.8 = highly unstable; = unstable; = stable; and >1.2 = very stable). How does this line up with the patterns of bedrock exposure? 4.4 Modeling the influence of rainfall on slope stability 1D Since we are interested in how Hurricane Irene influenced slope stability, we clearly need to include water into the picture. Equation 5 indicates that the pore pressure term is primarily controlled by the ratio d/h, which is a measure of the degree of saturation of the landslide material assuming parallel seepage (in this case the height of the water table divided by the soil thickness). We do not have direct measurements of soil moisture immediately preceding the landslides, so we must model this quantity. The simplest way we can do this is to treat it in one dimension, as if the rainwater is filling a bucket (or more precisely, a sponge). 10

11 The total rainfall received was likely on the order of 150 mm, based on data from a nearby rain gage (Fig. 16). If we assume that the porosity η of the soil is 0.5, and the soil thickness is 1 m, then 150 mm of rain corresponds to a spatially uniform value of d/h = 0.3. Figure 16. Rainfall data from nearby weather station We can now calculate the term FS pore pressure (Equation 5) using the raster calculator (Fig. 14): FS_p_term_uniform = (1000*0.3*0.577)/(1800*"adk_tan_slope") And the corresponding factor of safety as: FS_wet_uniform = "FS_friction" + "FS_cohesion" - "FS_p_term_uniform" Change the symbology to classify the resulting factor of safety map the same as the dry case. How does the stability change with the addition of water? Are the patterns in stability consistent with the landslides you mapped? 4.5 Modeling the influence of rainfall on slope stability 2D The two-dimensional form of the landscape exerts a strong control on the spatial patterns of soil moisture and surface water. Areas of convergent topography tend to collect water and eventually form streams, while divergent ridges tend to drain water away. I have provided you with the raster adk_d_over_h, which indicates the output of a spatially variable model for the degree of soil saturation (Equation 1). This model accounts for the convergence or divergence of topography, and is calibrated for the soil conditions and rainfall events associated with Hurricane Irene. The full details of the model, which is called SHALSTAB, can be found in the attached 1994 paper by Montgomery and Dietrich. First, take a look at the map of d/h, and compare it to the map of contributing drainage area (Fig. 17). How are these two similar? Different? 11

12 Figure 17. Map of drainage area (left) compared to spatially variable d/h from SHALSTAB model (right). To incorporate this into the FS pore pressure term, open up the Raster Calculator again (Fig. 15), and calculate the following: FS_p_term_variable = (1000*"adk_d_over_h"*0.577)/(1800*"adk_tan_slope") and likewise calculate the new factor of safety accounting for spatially variable pore pressures: FS_wet_variable = "FS_friction" + "FS_cohesion" - "FS_p_term_variable" Again, classify this map with the same color scheme as the other two factor of safety calculations and compare the patterns to the locations of your mapped landslides. Note that the stability fields in slope-area space calculated from this model are plotted on Fig

13 Lab 4 deliverables, due Friday February 20 before lecture (50 pts total) Please submit as single PDF file to the Lab 4 drop box on Angel (10 pts) A map showing the distribution of landslides caused by Hurricane Irene The easiest base map to use is probably the 2013 air photo 70% transparent over the hillshade, but others are okay as well as long as they are not distracting. You only need to show the polygons for the landslides you mapped. There is no need to include the landslide heads, older mapped landslides, or bedrock polygons on this map. Be sure to include a legend, scale bar, north arrow, title you know the drill by now! (5 pts) 2 plots of slope vs. area showing landslide initiation points on top of slope-stability fields and the locations of pre-2009 landslide heads. This involves simply adding your data to the plots in the attached excel file Lab_04.xlsx, and saving as a.pdf. (see section 4.2) (5 pts) A map showing the dry factor of safety ( FS_dry ), with bedrock polygons overlain (see section 4.3) I highly suggest having the factor of safety map 50% transparent over the hillshade, with bedrock polygons as outlines (i.e., no fill color) Use an appropriate color scale (see suggestion in section 4.3) and keep it the SAME for all 3 factor of safety maps! (5 pts) A map showing the factor of safety using the 1-D soil moisture model ( FS_wet_uniform ) with landslide polygons overlain (see section 4.4) Same as the dry map, but include both the old landslide polygons, and the landslides you mapped from Hurricane Irene. (5 pts) A map showing the factor of safety using the 2-D soil moisture model ( FS_wet_variable ) with landslide polygons overlain (see section 4.4) Same as above, including both the old landslide polygons, and the landslides you mapped from Hurricane Irene. (20 pts) A written report no more than 3 pages long (12 pt font, 1.5 line spacing, 1 margins), which should include the following A brief introduction (no more than 1 paragraph) A description of the methods/approach used for mapping landslide scars (1 paragraph) A description of the results including results of your mapping and the provided maps of bedrock and older landslides, and a description of the results for each of the 3 factor of safety models. (~2 paragraphs focused on observations and measurements) A discussion focused on addressing the following questions: 1) What is your estimate of landscape-averaged erosion (in mm) due to landslides associated with Hurricane Irene? If you assume that the long-term erosion rate of this region is approximately 0.1 mm/yr, estimate the recurrence interval of events the size of Hurricane Irene. 2) Are these landslides randomly distributed throughout the landscape, or is there a pattern to where the failures occur? Is there a difference in landscape position* between the pre-2009 landslides and the landslides associated with Hurricane Irene? *Hint: use the slope-area plots as a guide (continued on next page) 13

14 3) How does the dry factor of safety compare to the distribution of persistent bedrock exposure? How does the addition of a uniform pore pressure influence the pattern of slope stability relative to the dry case? How does the addition of the spatially variable pore pressure model influence the pattern of slope stability? 4) How well do the models predict the distribution of failures associated with Hurricane Irene? Do all landslides occur in regions mapped as unstable? Do all regions mapped as unstable show evidence of slope failure? 14

The Geodatabase Working with Spatial Analyst. Calculating Elevation and Slope Values for Forested Roads, Streams, and Stands.

The Geodatabase Working with Spatial Analyst. Calculating Elevation and Slope Values for Forested Roads, Streams, and Stands. GIS LAB 7 The Geodatabase Working with Spatial Analyst. Calculating Elevation and Slope Values for Forested Roads, Streams, and Stands. This lab will ask you to work with the Spatial Analyst extension.

More information

Working with Digital Elevation Models in ArcGIS 8.3

Working with Digital Elevation Models in ArcGIS 8.3 Working with Digital Elevation Models in ArcGIS 8.3 The homework that you need to turn in is found at the end of this document. This lab continues your introduction to using the Spatial Analyst Extension

More information

Geo 327G Semester Project. Landslide Suitability Assessment of Olympic National Park, WA. Fall Shane Lewis

Geo 327G Semester Project. Landslide Suitability Assessment of Olympic National Park, WA. Fall Shane Lewis Geo 327G Semester Project Landslide Suitability Assessment of Olympic National Park, WA Fall 2011 Shane Lewis 1 I. Problem Landslides cause millions of dollars of damage nationally every year, and are

More information

GIS IN ECOLOGY: ANALYZING RASTER DATA

GIS IN ECOLOGY: ANALYZING RASTER DATA GIS IN ECOLOGY: ANALYZING RASTER DATA Contents Introduction... 2 Raster Tools and Functionality... 2 Data Sources... 3 Tasks... 4 Getting Started... 4 Creating Raster Data... 5 Statistics... 8 Surface

More information

Tutorial 8 Raster Data Analysis

Tutorial 8 Raster Data Analysis Objectives Tutorial 8 Raster Data Analysis This tutorial is designed to introduce you to a basic set of raster-based analyses including: 1. Displaying Digital Elevation Model (DEM) 2. Slope calculations

More information

Task 1: Open ArcMap and activate the Spatial Analyst extension.

Task 1: Open ArcMap and activate the Spatial Analyst extension. Exercise 10 Spatial Analyst The following steps describe the general process that you will follow to complete the exercise. Specific steps will be provided later in the step-by-step instructions component

More information

Spatial Data Analysis in Archaeology Anthropology 589b. Kriging Artifact Density Surfaces in ArcGIS

Spatial Data Analysis in Archaeology Anthropology 589b. Kriging Artifact Density Surfaces in ArcGIS Spatial Data Analysis in Archaeology Anthropology 589b Fraser D. Neiman University of Virginia 2.19.07 Spring 2007 Kriging Artifact Density Surfaces in ArcGIS 1. The ingredients. -A data file -- in.dbf

More information

Lab 1: Landuse and Hydrology, learning ArcGIS II. MANIPULATING DATA

Lab 1: Landuse and Hydrology, learning ArcGIS II. MANIPULATING DATA Lab 1: Landuse and Hydrology, learning ArcGIS II. MANIPULATING DATA As you experienced in the first lab session when you created a hillshade, high resolution data can be unwieldy if you are trying to perform

More information

v Prerequisite Tutorials GSSHA WMS Basics Watershed Delineation using DEMs and 2D Grid Generation Time minutes

v Prerequisite Tutorials GSSHA WMS Basics Watershed Delineation using DEMs and 2D Grid Generation Time minutes v. 10.1 WMS 10.1 Tutorial GSSHA WMS Basics Creating Feature Objects and Mapping Attributes to the 2D Grid Populate hydrologic parameters in a GSSHA model using land use and soil data Objectives This tutorial

More information

Linear Motion with Constant Acceleration

Linear Motion with Constant Acceleration Linear Motion 1 Linear Motion with Constant Acceleration Overview: First you will attempt to walk backward with a constant acceleration, monitoring your motion with the ultrasonic motion detector. Then

More information

Tutorial 23 Back Analysis of Material Properties

Tutorial 23 Back Analysis of Material Properties Tutorial 23 Back Analysis of Material Properties slope with known failure surface sensitivity analysis probabilistic analysis back analysis of material strength Introduction Model This tutorial will demonstrate

More information

Exercise 6: Working with Raster Data in ArcGIS 9.3

Exercise 6: Working with Raster Data in ArcGIS 9.3 Exercise 6: Working with Raster Data in ArcGIS 9.3 Why Spatial Analyst? Grid query Grid algebra Grid statistics Summary by zone Proximity mapping Reclassification Histograms Surface analysis Slope, aspect,

More information

CE 365K Exercise 1: GIS Basemap for Design Project Spring 2014 Hydraulic Engineering Design

CE 365K Exercise 1: GIS Basemap for Design Project Spring 2014 Hydraulic Engineering Design CE 365K Exercise 1: GIS Basemap for Design Project Spring 2014 Hydraulic Engineering Design The purpose of this exercise is for you to construct a basemap in ArcGIS for your design project. You may execute

More information

GIS IN ECOLOGY: ANALYZING RASTER DATA

GIS IN ECOLOGY: ANALYZING RASTER DATA GIS IN ECOLOGY: ANALYZING RASTER DATA Contents Introduction... 2 Tools and Functionality for Raster Data... 2 Data Sources... 3 Tasks... 4 Getting Started... 4 Creating Raster Data... 5 Summary Statistics...

More information

Outline Anatomy of ArcGIS Metadata Data Types Vector Raster Conversion Adding Data Navigation Symbolization Methods Layer Files Editing Help Files

Outline Anatomy of ArcGIS Metadata Data Types Vector Raster Conversion Adding Data Navigation Symbolization Methods Layer Files Editing Help Files UPlan Training Lab Exercise: Introduction to ArcGIS Outline Anatomy of ArcGIS Metadata Data Types Vector Raster Conversion Adding Data Navigation Symbolization Methods Layer Files Editing Help Files Anatomy

More information

Using the Stock Hydrology Tools in ArcGIS

Using the Stock Hydrology Tools in ArcGIS Using the Stock Hydrology Tools in ArcGIS This lab exercise contains a homework assignment, detailed at the bottom, which is due Wednesday, October 6th. Several hydrology tools are part of the basic ArcGIS

More information

Watershed and Stream Network Delineation

Watershed and Stream Network Delineation Watershed and Stream Network Delineation GIS in Water Resources, Fall 2011 Prepared by David Tarboton, Utah State University Purpose The purpose of this exercise is to illustrate watershed and stream network

More information

WORKING WITH DMTI DIGITAL ELEVATION MODELS (DEM)

WORKING WITH DMTI DIGITAL ELEVATION MODELS (DEM) WORKING WITH DMTI DIGITAL ELEVATION MODELS (DEM) Contents (Ctrl-Click to jump to a specific page) Manipulating the DEM Step 1: Finding the DEM Tiles You Need... 2 Step 2: Importing the DEM Tiles into ArcMap...

More information

Lesson Plan 2 - Middle and High School Land Use and Land Cover Introduction. Understanding Land Use and Land Cover using Google Earth

Lesson Plan 2 - Middle and High School Land Use and Land Cover Introduction. Understanding Land Use and Land Cover using Google Earth Understanding Land Use and Land Cover using Google Earth Image an image is a representation of reality. It can be a sketch, a painting, a photograph, or some other graphic representation such as satellite

More information

Lauren Jacob May 6, Tectonics of the Northern Menderes Massif: The Simav Detachment and its relationship to three granite plutons

Lauren Jacob May 6, Tectonics of the Northern Menderes Massif: The Simav Detachment and its relationship to three granite plutons Lauren Jacob May 6, 2010 Tectonics of the Northern Menderes Massif: The Simav Detachment and its relationship to three granite plutons I. Introduction: Purpose: While reading through the literature regarding

More information

WMS 10.1 Tutorial GSSHA Applications Precipitation Methods in GSSHA Learn how to use different precipitation sources in GSSHA models

WMS 10.1 Tutorial GSSHA Applications Precipitation Methods in GSSHA Learn how to use different precipitation sources in GSSHA models v. 10.1 WMS 10.1 Tutorial GSSHA Applications Precipitation Methods in GSSHA Learn how to use different precipitation sources in GSSHA models Objectives Learn how to use several precipitation sources and

More information

Data Structures & Database Queries in GIS

Data Structures & Database Queries in GIS Data Structures & Database Queries in GIS Objective In this lab we will show you how to use ArcGIS for analysis of digital elevation models (DEM s), in relationship to Rocky Mountain bighorn sheep (Ovis

More information

Global Atmospheric Circulation Patterns Analyzing TRMM data Background Objectives: Overview of Tasks must read Turn in Step 1.

Global Atmospheric Circulation Patterns Analyzing TRMM data Background Objectives: Overview of Tasks must read Turn in Step 1. Global Atmospheric Circulation Patterns Analyzing TRMM data Eugenio Arima arima@hws.edu Hobart and William Smith Colleges Department of Environmental Studies Background: Have you ever wondered why rainforests

More information

Within this document, the term NHDPlus is used when referring to NHDPlus Version 2.1 (unless otherwise noted).

Within this document, the term NHDPlus is used when referring to NHDPlus Version 2.1 (unless otherwise noted). Exercise 7 Watershed Delineation Using ArcGIS Spatial Analyst Last Updated 4/6/2017 Within this document, the term NHDPlus is used when referring to NHDPlus Version 2.1 (unless otherwise noted). There

More information

Exercise 4. Watershed and Stream Network Delineation

Exercise 4. Watershed and Stream Network Delineation Exercise 4. Watershed and Stream Network Delineation GIS in Water Resources, Fall 2014 Prepared by David G Tarboton and David R. Maidment Purpose The purpose of this exercise is to illustrate watershed

More information

Contour Line Overlays in Google Earth

Contour Line Overlays in Google Earth Overview: Students download a section of a topographic map of their community from the ATEP website. This file will overlay the Google Earth satellite imagery. Students use the path tool to trace a contour

More information

Studying Topography, Orographic Rainfall, and Ecosystems (STORE)

Studying Topography, Orographic Rainfall, and Ecosystems (STORE) Introduction Studying Topography, Orographic Rainfall, and Ecosystems (STORE) Lesson: Using ArcGIS Explorer to Analyze the Connection between Topography, Tectonics, and Rainfall GIS-intensive Lesson This

More information

Computer simulation of radioactive decay

Computer simulation of radioactive decay Computer simulation of radioactive decay y now you should have worked your way through the introduction to Maple, as well as the introduction to data analysis using Excel Now we will explore radioactive

More information

GIS Workshop UCLS_Fall Forum 2014 Sowmya Selvarajan, PhD TABLE OF CONTENTS

GIS Workshop UCLS_Fall Forum 2014 Sowmya Selvarajan, PhD TABLE OF CONTENTS TABLE OF CONTENTS TITLE PAGE NO. 1. ArcGIS Basics I 2 a. Open and Save a Map Document 2 b. Work with Map Layers 2 c. Navigate in a Map Document 4 d. Measure Distances 4 2. ArcGIS Basics II 5 a. Work with

More information

Chapter 9 Ingredients of Multivariable Change: Models, Graphs, Rates

Chapter 9 Ingredients of Multivariable Change: Models, Graphs, Rates Chapter 9 Ingredients of Multivariable Change: Models, Graphs, Rates 9.1 Multivariable Functions and Contour Graphs Although Excel can easily draw 3-dimensional surfaces, they are often difficult to mathematically

More information

Using Ice Thickness and Bed Topography to Pick Field Sites Near Swiss Camp, Greenland

Using Ice Thickness and Bed Topography to Pick Field Sites Near Swiss Camp, Greenland Lauren Andrews 6 May 2010 GEO 386G: GIS final project Using Ice Thickness and Bed Topography to Pick Field Sites Near Swiss Camp, Greenland Problem Formulation My primary goal for this project is to map

More information

Map My Property User Guide

Map My Property User Guide Map My Property User Guide Map My Property Table of Contents About Map My Property... 2 Accessing Map My Property... 2 Links... 3 Navigating the Map... 3 Navigating to a Specific Location... 3 Zooming

More information

Lab 7: Cell, Neighborhood, and Zonal Statistics

Lab 7: Cell, Neighborhood, and Zonal Statistics Lab 7: Cell, Neighborhood, and Zonal Statistics Exercise 1: Use the Cell Statistics function to detect change In this exercise, you will use the Spatial Analyst Cell Statistics function to compare the

More information

Physics E-1ax, Fall 2014 Experiment 3. Experiment 3: Force. 2. Find your center of mass by balancing yourself on two force plates.

Physics E-1ax, Fall 2014 Experiment 3. Experiment 3: Force. 2. Find your center of mass by balancing yourself on two force plates. Learning Goals Experiment 3: Force After you finish this lab, you will be able to: 1. Use Logger Pro to analyze video and calculate position, velocity, and acceleration. 2. Find your center of mass by

More information

How to Create Stream Networks using DEM and TauDEM

How to Create Stream Networks using DEM and TauDEM How to Create Stream Networks using DEM and TauDEM Take note: These procedures do not describe all steps. Knowledge of ArcGIS, DEMs, and TauDEM is required. TauDEM software ( http://hydrology.neng.usu.edu/taudem/

More information

Outcrop suitability analysis of blueschists within the Dry Lakes region of the Condrey Mountain Window, North-central Klamaths, Northern California

Outcrop suitability analysis of blueschists within the Dry Lakes region of the Condrey Mountain Window, North-central Klamaths, Northern California Outcrop suitability analysis of blueschists within the Dry Lakes region of the Condrey Mountain Window, North-central Klamaths, Northern California (1) Introduction: This project proposes to assess the

More information

GEOG4017 Geographical Information Systems Lab 8 Spatial Analysis and Digital Terrain Modeling

GEOG4017 Geographical Information Systems Lab 8 Spatial Analysis and Digital Terrain Modeling DEPARTMENT OF GEOGRAPHY HONG KONG BAPTIST UNIVERSITY Prof. Q. Zhou GEOG4017 Geographical Information Systems Lab 8 Spatial Analysis and Digital Terrain Modeling Objectives The exercise is designed to familiarize

More information

GEOL151 Fall 2016: Lab for Week #7 Drainage Basins: Following a River from Source to Sink

GEOL151 Fall 2016: Lab for Week #7 Drainage Basins: Following a River from Source to Sink GEOL151 Fall 2016: Lab for Week #7 Drainage Basins: Following a River from Source to Sink Overview As we enter the middle of the course, we move into more synthetic topics and strive to gain an understanding

More information

Exercise 4. Watershed and Stream Network Delineation

Exercise 4. Watershed and Stream Network Delineation Exercise 4. Watershed and Stream Network Delineation GIS in Water Resources, Fall 2015 Prepared by David G Tarboton and David R. Maidment Purpose The purpose of this exercise is to illustrate watershed

More information

Measuring earthquake-generated surface offsets from high-resolution digital topography

Measuring earthquake-generated surface offsets from high-resolution digital topography Measuring earthquake-generated surface offsets from high-resolution digital topography July 19, 2011 David E. Haddad david.e.haddad@asu.edu Active Tectonics, Quantitative Structural Geology, and Geomorphology

More information

Overlay Analysis II: Using Zonal and Extract Tools to Transfer Raster Values in ArcMap

Overlay Analysis II: Using Zonal and Extract Tools to Transfer Raster Values in ArcMap Overlay Analysis II: Using Zonal and Extract Tools to Transfer Raster Values in ArcMap Created by Patrick Florance and Jonathan Gale, Edited by Catherine Ressijac on March 26, 2018 If you have raster data

More information

Your work from these three exercises will be due Thursday, March 2 at class time.

Your work from these three exercises will be due Thursday, March 2 at class time. GEO231_week5_2012 GEO231, February 23, 2012 Today s class will consist of three separate parts: 1) Introduction to working with a compass 2) Continued work with spreadsheets 3) Introduction to surfer software

More information

In this exercise we will learn how to use the analysis tools in ArcGIS with vector and raster data to further examine potential building sites.

In this exercise we will learn how to use the analysis tools in ArcGIS with vector and raster data to further examine potential building sites. GIS Level 2 In the Introduction to GIS workshop we filtered data and visually examined it to determine where to potentially build a new mixed use facility. In order to get a low interest loan, the building

More information

WEATHER AND CLIMATE COMPLETING THE WEATHER OBSERVATION PROJECT CAMERON DOUGLAS CRAIG

WEATHER AND CLIMATE COMPLETING THE WEATHER OBSERVATION PROJECT CAMERON DOUGLAS CRAIG WEATHER AND CLIMATE COMPLETING THE WEATHER OBSERVATION PROJECT CAMERON DOUGLAS CRAIG Introduction The Weather Observation Project is an important component of this course that gets you to look at real

More information

INTRODUCTION TO GIS. Practicals Guide. Chinhoyi University of Technology

INTRODUCTION TO GIS. Practicals Guide. Chinhoyi University of Technology INTRODUCTION TO GIS Practicals Guide Chinhoyi University of Technology Lab 1: Basic Visualisation You have been requested to make a map of Zimbabwe showing the international boundary and provinces. The

More information

Electric Fields and Equipotentials

Electric Fields and Equipotentials OBJECTIVE Electric Fields and Equipotentials To study and describe the two-dimensional electric field. To map the location of the equipotential surfaces around charged electrodes. To study the relationship

More information

1. Double-click the ArcMap icon on your computer s desktop. 2. When the ArcMap start-up dialog box appears, click An existing map and click OK.

1. Double-click the ArcMap icon on your computer s desktop. 2. When the ArcMap start-up dialog box appears, click An existing map and click OK. Module 2, Lesson 1 The earth moves In this activity, you will observe worldwide patterns of seismic activity (earthquakes) and volcanic activity (volcanoes). You will analyze the relationships of those

More information

Using Earthscope and B4 LiDAR data to analyze Southern California s active faults

Using Earthscope and B4 LiDAR data to analyze Southern California s active faults Using Earthscope and B4 LiDAR data to analyze Southern California s active faults Exercise 8: Simple landscape morphometry and stream network delineation Introduction This exercise covers sample activities

More information

WMS 9.0 Tutorial GSSHA Modeling Basics Infiltration Learn how to add infiltration to your GSSHA model

WMS 9.0 Tutorial GSSHA Modeling Basics Infiltration Learn how to add infiltration to your GSSHA model v. 9.0 WMS 9.0 Tutorial GSSHA Modeling Basics Infiltration Learn how to add infiltration to your GSSHA model Objectives This workshop builds on the model developed in the previous workshop and shows you

More information

Vector Analysis: Farm Land Suitability Analysis in Groton, MA

Vector Analysis: Farm Land Suitability Analysis in Groton, MA Vector Analysis: Farm Land Suitability Analysis in Groton, MA Written by Adrienne Goldsberry, revised by Carolyn Talmadge 10/9/2018 Introduction In this assignment, you will help to identify potentially

More information

LAB 2 - ONE DIMENSIONAL MOTION

LAB 2 - ONE DIMENSIONAL MOTION Name Date Partners L02-1 LAB 2 - ONE DIMENSIONAL MOTION OBJECTIVES Slow and steady wins the race. Aesop s fable: The Hare and the Tortoise To learn how to use a motion detector and gain more familiarity

More information

Create Satellite Image, Draw Maps

Create Satellite Image, Draw Maps Create Satellite Image, Draw Maps 1. The goal Using Google Earth, we want to create and import a background file into our Adviser program. From there, we will be creating paddock boundaries. The accuracy

More information

Watershed Delineation

Watershed Delineation Watershed Delineation Jessica L. Watkins, University of Georgia 2 April 2009 Updated by KC Love February 25, 2011 PURPOSE For this project, I delineated watersheds for the Coweeta synoptic sampling area

More information

Exercise 4. Watershed and Stream Network Delineation

Exercise 4. Watershed and Stream Network Delineation Exercise 4. Watershed and Stream Network Delineation GIS in Water Resources, Fall 2016 Prepared by David G Tarboton and David R. Maidment Updated to ArcGIS Pro by Paul Ruess [9/29/16 Further updated to

More information

Automatic Watershed Delineation using ArcSWAT/Arc GIS

Automatic Watershed Delineation using ArcSWAT/Arc GIS Automatic Watershed Delineation using ArcSWAT/Arc GIS By: - Endager G. and Yalelet.F 1. Watershed Delineation This tool allows the user to delineate sub watersheds based on an automatic procedure using

More information

Determining the Location of the Simav Fault

Determining the Location of the Simav Fault Lindsey German May 3, 2012 Determining the Location of the Simav Fault 1. Introduction and Problem Formulation: The issue I will be focusing on involves interpreting the location of the Simav fault in

More information

DISCRETE RANDOM VARIABLES EXCEL LAB #3

DISCRETE RANDOM VARIABLES EXCEL LAB #3 DISCRETE RANDOM VARIABLES EXCEL LAB #3 ECON/BUSN 180: Quantitative Methods for Economics and Business Department of Economics and Business Lake Forest College Lake Forest, IL 60045 Copyright, 2011 Overview

More information

Building a Hydrologic Base Map Prepared by David R. Maidment Waterways Centre for Freshwater Research University of Canterbury

Building a Hydrologic Base Map Prepared by David R. Maidment Waterways Centre for Freshwater Research University of Canterbury Building a Hydrologic Base Map Prepared by David R. Maidment Waterways Centre for Freshwater Research University of Canterbury 14 March 2018 Goals of the Exercise This exercise shows how to develop a hydrologic

More information

The module itself will take approximately 2 hours to complete. Please do not leave this until the last minute.

The module itself will take approximately 2 hours to complete. Please do not leave this until the last minute. ATTENTION: Your grade for this assignment is based on your answers to the end-of-module questions AND the post-test. If you DO NOT take the post-test you will NOT be eligible for full points. The module

More information

Figure 2.1 The Inclined Plane

Figure 2.1 The Inclined Plane PHYS-101 LAB-02 One and Two Dimensional Motion 1. Objectives The objectives of this experiment are: to measure the acceleration due to gravity using one-dimensional motion, i.e. the motion of an object

More information

Hydrology and Watershed Analysis

Hydrology and Watershed Analysis Hydrology and Watershed Analysis Manual By: Elyse Maurer Reference Map Figure 1. This map provides context to the area of Washington State that is being focused on. The red outline indicates the boundary

More information

Today: GEOL 452/552 - GIS for Geoscientists I. Lecture 3 - Chapter 1. GIS vector Data (review) Let s annotate this layer (draw on paper)

Today: GEOL 452/552 - GIS for Geoscientists I. Lecture 3 - Chapter 1. GIS vector Data (review) Let s annotate this layer (draw on paper) Today: GEOL 452/552 - GIS for Geoscientists I Lecture 3 - Chapter 1 GIS vector data - review raster data history: ArcView/ArcINFO - ArcGIS types of GIS data files Lab: finish Ch. 1 tutorial and HW1 Please

More information

Delineation of Watersheds

Delineation of Watersheds Delineation of Watersheds Adirondack Park, New York by Introduction Problem Watershed boundaries are increasingly being used in land and water management, separating the direction of water flow such that

More information

SCHOOL OF ENGINEERING AND TECHNOLOGY COMPUTER LAB

SCHOOL OF ENGINEERING AND TECHNOLOGY COMPUTER LAB PHASE 1_6 TH SESSION ARCGIS TRAINING AT KU GIS LABS: INTRODUCTION TO GIS: EXPLORING ARCCATALOG AND ARCGIS TOOLS 6 TH SESSION REPORT: 3 RD -5 TH SEPTEMBER 2014 SCHOOL OF ENGINEERING AND TECHNOLOGY COMPUTER

More information

Coupling TRIGRS and TOPMODEL in shallow landslide prediction. 1 Presenter: 王俊皓 Advisor: 李錫堤老師 Date: 2016/10/13

Coupling TRIGRS and TOPMODEL in shallow landslide prediction. 1 Presenter: 王俊皓 Advisor: 李錫堤老師 Date: 2016/10/13 Coupling TRIGRS and TOPMODEL in shallow landslide prediction 1 Presenter: 王俊皓 Advisor: 李錫堤老師 Date: 016/10/13 Outline Introduction Literature review Methodology Pre-result Future work Introduction 3 Motivation

More information

Using Map and Compass Together

Using Map and Compass Together Using Map and Compass Together In situations where you foresee a potential evacuation on foot, where there are no roads, and no indication as to the direction of travel (i.e., road signs), it is recommended

More information

Session 2: Exploring GIS

Session 2: Exploring GIS EMB/RTC-GIS/Event 2/Session 2/1 Session 2: Exploring GIS Map Production - Exploring various GIS functions Objectives: 1. To create a map layer Air Pollution Index (API) and its attribute table 2. To symbolize

More information

Exercise 5 - Watershed and Stream Network Delineation from DEMs GIS in Water Resources Fall 2014

Exercise 5 - Watershed and Stream Network Delineation from DEMs GIS in Water Resources Fall 2014 1 Exercise 5 - Watershed and Stream Network Delineation from DEMs GIS in Water Resources Fall 2014 Prepared by Ayse Kilic and Bhavneet Soni 1 University of Nebraska-Lincoln This exercise illustrates watershed

More information

Geographical Information Systems

Geographical Information Systems Geographical Information Systems Geographical Information Systems (GIS) is a relatively new technology that is now prominent in the ecological sciences. This tool allows users to map geographic features

More information

RiparianZone = buffer( River, 100 Feet )

RiparianZone = buffer( River, 100 Feet ) GIS Analysts perform spatial analysis when they need to derive new data from existing data. In GIS I, for example, you used the vector approach to derive a riparian buffer feature (output polygon) around

More information

Exercise 4 Estimating the effects of sea level rise on coastlines by reclassification

Exercise 4 Estimating the effects of sea level rise on coastlines by reclassification Exercise 4 Estimating the effects of sea level rise on coastlines by reclassification Due: Thursday February 1; at the start of class Goal: Get familiar with symbolizing and making time-series maps of

More information

Creating Watersheds from a DEM

Creating Watersheds from a DEM Creating Watersheds from a DEM These instructions enable you to create watersheds of specified area using a good quality Digital Elevation Model (DEM) in ArcGIS 8.1. The modeling is performed in ArcMap

More information

Kinematics Lab. 1 Introduction. 2 Equipment. 3 Procedures

Kinematics Lab. 1 Introduction. 2 Equipment. 3 Procedures Kinematics Lab 1 Introduction An object moving in one dimension and undergoing constant or uniform acceleration has a position given by: x(t) =x 0 +v o t +1/2at 2 where x o is its initial position (its

More information

Studying Topography, Orographic Rainfall, and Ecosystems (STORE)

Studying Topography, Orographic Rainfall, and Ecosystems (STORE) Studying Topography, Orographic Rainfall, and Ecosystems (STORE) Introduction Basic Lesson 3: Using Microsoft Excel to Analyze Weather Data: Topography and Temperature This lesson uses NCDC data to compare

More information

(THIS IS AN OPTIONAL BUT WORTHWHILE EXERCISE)

(THIS IS AN OPTIONAL BUT WORTHWHILE EXERCISE) PART 2: Analysis in ArcGIS (THIS IS AN OPTIONAL BUT WORTHWHILE EXERCISE) Step 1: Start ArcCatalog and open a geodatabase If you have a shortcut icon for ArcCatalog on your desktop, double-click it to start

More information

Spatial Analyst: Multiple Criteria Evaluation Material adapted from FOR 4114 developed by Forestry Associate Professor Steve Prisley

Spatial Analyst: Multiple Criteria Evaluation Material adapted from FOR 4114 developed by Forestry Associate Professor Steve Prisley Spatial Analyst: Multiple Criteria Evaluation Material adapted from FOR 4114 developed by Forestry Associate Professor Steve Prisley Section 1: Data In this exercise we will be working with several types

More information

module, with the exception that the vials are larger and you only use one initial population size.

module, with the exception that the vials are larger and you only use one initial population size. Population Dynamics and Space Availability (http://web.as.uky.edu/biology/faculty/cooper/population%20dynamics%20examples%2 0with%20fruit%20flies/TheAmericanBiologyTeacher- PopulationDynamicsWebpage.html

More information

GIS: Introductory Guide to MapPlace. Workshop Agenda. How the Maps Work. Geographic Information Systems. -The MapPlace is a web GIS application

GIS: Introductory Guide to MapPlace. Workshop Agenda. How the Maps Work. Geographic Information Systems. -The MapPlace is a web GIS application 1 Introductory Guide to MapPlace Workshop 2007 Larry Jones MapPlace & Geoscience Databases Pat Desjardins Corporate GIS Gib McArthur Manager, Resource Information Kirk Hancock MINFILE Geologist Ward Kilby

More information

GEOREFERENCING, PROJECTIONS Part I. PRESENTING DATA Part II

GEOREFERENCING, PROJECTIONS Part I. PRESENTING DATA Part II Week 7 GEOREFERENCING, PROJECTIONS Part I PRESENTING DATA Part II topics of the week Georeferencing Coordinate systems Map Projections ArcMap and Projections Geo-referencing Geo-referencing is the process

More information

LAB 3: WORK AND ENERGY

LAB 3: WORK AND ENERGY 1 Name Date Lab Day/Time Partner(s) Lab TA (CORRECTED /4/05) OBJECTIVES LAB 3: WORK AND ENERGY To understand the concept of work in physics as an extension of the intuitive understanding of effort. To

More information

Watershed Modeling Orange County Hydrology Using GIS Data

Watershed Modeling Orange County Hydrology Using GIS Data v. 10.0 WMS 10.0 Tutorial Watershed Modeling Orange County Hydrology Using GIS Data Learn how to delineate sub-basins and compute soil losses for Orange County (California) hydrologic modeling Objectives

More information

Geology Wilson Computer lab Pitfalls II

Geology Wilson Computer lab Pitfalls II Geology 554 - Wilson Computer lab Pitfalls II Today we ll explore a subtle pitfall that can have significant influence on the interpretation of both simple and complex structures alike (see example 10

More information

Delineation of high landslide risk areas as a result of land cover, slope, and geology in San Mateo County, California

Delineation of high landslide risk areas as a result of land cover, slope, and geology in San Mateo County, California Delineation of high landslide risk areas as a result of land cover, slope, and geology in San Mateo County, California Introduction Problem Overview This project attempts to delineate the high-risk areas

More information

ESCI 121 Physical Geology

ESCI 121 Physical Geology Observing Streams & Rivers in Google Earth Dr. Jennifer L. Piatek Dept. of Physics and Earth Sciences Central Connecticut State University 506 Copernicus Hall 1615 Stanley Street New Britain, CT 06050

More information

Exercise 4. Watershed and Stream Network Delineation

Exercise 4. Watershed and Stream Network Delineation Exercise 4. Watershed and Stream Network Delineation GIS in Water Resources, Fall 2018 Prepared by David G Tarboton and David R. Maidment Revised 9 October, 2018 Purpose The purpose of this exercise is

More information

EXPERIMENT 7: ANGULAR KINEMATICS AND TORQUE (V_3)

EXPERIMENT 7: ANGULAR KINEMATICS AND TORQUE (V_3) TA name Lab section Date TA Initials (on completion) Name UW Student ID # Lab Partner(s) EXPERIMENT 7: ANGULAR KINEMATICS AND TORQUE (V_3) 121 Textbook Reference: Knight, Chapter 13.1-3, 6. SYNOPSIS In

More information

ENGRG Introduction to GIS

ENGRG Introduction to GIS ENGRG 59910 Introduction to GIS Michael Piasecki March 17, 2014 Lecture 08: Terrain Analysis Outline: Terrain Analysis Earth Surface Representation Contour TIN Mass Points Digital Elevation Models Slope

More information

Workshop: Build a Basic HEC-HMS Model from Scratch

Workshop: Build a Basic HEC-HMS Model from Scratch Workshop: Build a Basic HEC-HMS Model from Scratch This workshop is designed to help new users of HEC-HMS learn how to apply the software. Not all the capabilities in HEC-HMS are demonstrated in the workshop

More information

2. How will we adjust our fitting procedure to compensate for fact that the acceleration differs depending on the direction of motion?

2. How will we adjust our fitting procedure to compensate for fact that the acceleration differs depending on the direction of motion? The Coefficient of Kinetic Friction 1 Name: Lab Section Number: Pre-Lab Questions: 1. What type of data will we be using to determine the acceleration of the cart up and down the ramp this week? What type

More information

Exercie 5 Preparing GIS data for simulation with FARSITE REM407 GIS Applications in Fire Ecology and Management

Exercie 5 Preparing GIS data for simulation with FARSITE REM407 GIS Applications in Fire Ecology and Management Exercie 5 Preparing GIS data for simulation with FARSITE REM407 GIS Applications in Fire Ecology and Management Assignment: Make maps of the Fuelmodel layer and the clipped Canopy cover layer and submit

More information

LAB Exercise #4 - Answers The Traction Vector and Stress Tensor. Introduction. Format of lab. Preparation reading

LAB Exercise #4 - Answers The Traction Vector and Stress Tensor. Introduction. Format of lab. Preparation reading LAB Exercise #4 - Answers The Traction Vector and Stress Tensor Due: Thursday, 26 February 2009 (Special Thanks to D.D. Pollard who pioneered this exercise in 1991) Introduction Stress concentrations in

More information

MERGING (MERGE / MOSAIC) GEOSPATIAL DATA

MERGING (MERGE / MOSAIC) GEOSPATIAL DATA This help guide describes how to merge two or more feature classes (vector) or rasters into one single feature class or raster dataset. The Merge Tool The Merge Tool combines input features from input

More information

11. Kriging. ACE 492 SA - Spatial Analysis Fall 2003

11. Kriging. ACE 492 SA - Spatial Analysis Fall 2003 11. Kriging ACE 492 SA - Spatial Analysis Fall 2003 c 2003 by Luc Anselin, All Rights Reserved 1 Objectives The goal of this lab is to further familiarize yourself with ESRI s Geostatistical Analyst, extending

More information

Preparing a NFIE-Geo Database for Travis County

Preparing a NFIE-Geo Database for Travis County Preparing a NFIE-Geo Database for Travis County By David R. Maidment Center for Research in Water Resources University of Texas at Austin 2 February 2015 Contents Introduction... 1 Step 1. Download and

More information

ENGRG Introduction to GIS

ENGRG Introduction to GIS ENGRG 59910 Introduction to GIS Michael Piasecki November 17, 2017 Lecture 11: Terrain Analysis Outline: Terrain Analysis Earth Surface Representation Contour TIN Mass Points Digital Elevation Models Slope

More information

Watershed Delineation in GIS Environment Rasheed Saleem Abed Lecturer, Remote Sensing Centre, University of Mosul, Iraq

Watershed Delineation in GIS Environment Rasheed Saleem Abed Lecturer, Remote Sensing Centre, University of Mosul, Iraq Watershed Delineation in GIS Environment Rasheed Saleem Abed Lecturer, Remote Sensing Centre, University of Mosul, Iraq Abstract: The management and protection of watershed areas is a major issue for human

More information

Structural Geology, GEOL 330 Spring 2012

Structural Geology, GEOL 330 Spring 2012 Developing the Magic Eye for folds This lab exercise is designed to get you thinking about the chronology of structural processes and and the resultant map patterns in areas with flat topography. You may

More information

Earth and Space: Topographic Maps Satellite Images

Earth and Space: Topographic Maps Satellite Images Earth and Space: Topographic Maps Satellite Images Earth and Space: Formative Assessment Activities for Earth and Space Topographic Maps Satellite Images Teacher Pages Purpose The purpose of this station

More information

Lab 1: Importing Data, Rectification, Datums, Projections, and Output (Mapping)

Lab 1: Importing Data, Rectification, Datums, Projections, and Output (Mapping) Lab 1: Importing Data, Rectification, Datums, Projections, and Output (Mapping) Topics covered in this lab: i. Importing spatial data to TAS ii. Rectification iii. Conversion from latitude/longitude to

More information

Newton's 2 nd Law. . Your end results should only be interms of m

Newton's 2 nd Law. . Your end results should only be interms of m Newton's nd Law Introduction: In today's lab you will demonstrate the validity of Newton's Laws in predicting the motion of a simple mechanical system. The system that you will investigate consists of

More information