RiparianZone = buffer( River, 100 Feet )

Similar documents
Field-Scale Watershed Analysis

Geographic Surfaces. David Tenenbaum EEOS 383 UMass Boston

Lab 11: Terrain Analyses

Lab 11: Terrain Analyses

Lecture 21 - Chapter 8 (Raster Analysis, part2)

START>PROGRAMS>ARCGIS>

GIS LAB 8. Raster Data Applications Watershed Delineation

Lab 12: Sampling and Interpolation

Stream network delineation and scaling issues with high resolution data

Final project: Lecture 21 - Chapter 8 (Raster Analysis, part2) GEOL 452/552 - GIS for Geoscientists I

RASTER ANALYSIS GIS Analysis Fall 2013

Lab 12: Sampling and Interpolation

Applied Cartography and Introduction to GIS GEOG 2017 EL. Lecture-7 Chapters 13 and 14

Lab 10: Raster Analyses

RASTER ANALYSIS GIS Analysis Winter 2016

Digital Elevation Model & Surface Analysis

Lab 11: Terrain Analysis

Lab 10: Raster Analyses

Learn how to delineate a watershed using the hydrologic modeling wizard

L7 Raster Algorithms

Learn how to delineate a watershed using the hydrologic modeling wizard

Tools. (figure 3A) 3) Shaded Relief Derivative. c. HydroSHED DS DEM

Lab 10: Raster Analyses

Lab 7: Bedrock rivers and the relief structure of mountain ranges

Using GIS to Site Minimal Excavation Helicopter Landings

Creating raster DEMs and DSMs from large lidar point collections. Summary. Coming up with a plan. Using the Point To Raster geoprocessing tool

I CALCULATIONS WITHIN AN ATTRIBUTE TABLE

Improved Applications with SAMB Derived 3 meter DTMs

Basics of Using LiDAR Data

INTRODUCTION TO GIS WORKSHOP EXERCISE

Surface Analysis. Data for Surface Analysis. What are Surfaces 4/22/2010

Introduction to GIS 2011

Stream Network and Watershed Delineation using Spatial Analyst Hydrology Tools

Lecture 9. Raster Data Analysis. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University

WMS 9.1 Tutorial Watershed Modeling DEM Delineation Learn how to delineate a watershed using the hydrologic modeling wizard

CRC Website and Online Book Materials Page 1 of 16

Tutorial 18: 3D and Spatial Analyst - Creating a TIN and Visual Analysis

University of West Hungary, Faculty of Geoinformatics. Béla Márkus. Spatial Analysis 5. module SAN5. 3D analysis

RASTER ANALYSIS S H A W N L. P E N M A N E A R T H D A T A A N A LY S I S C E N T E R U N I V E R S I T Y O F N E W M E X I C O

GISC9312- Geospatial Visualization

Getting Started with Spatial Analyst. Steve Kopp Elizabeth Graham

Vector Data Analysis Working with Topographic Data. Vector data analysis working with topographic data.

What is a Topographic Map?

Watershed Sciences 4930 & 6920 GEOGRAPHIC INFORMATION SYSTEMS

Was the balloon test a fair indicator of the visual impact of the proposed landfill expansion on the Cumberland Valley?

Terrain Analysis. Using QGIS and SAGA

A Second Look at DEM s

Data Assembly, Part II. GIS Cyberinfrastructure Module Day 4

Getting Started with Spatial Analyst. Steve Kopp Elizabeth Graham

GIS Fundamentals: Supplementary Lessons with ArcGIS Pro

Exercise 5. Height above Nearest Drainage Flood Inundation Analysis

Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

v Introduction to WMS WMS 11.0 Tutorial Become familiar with the WMS interface Prerequisite Tutorials None Required Components Data Map

Suitability Modeling with GIS

Watershed Modeling Advanced DEM Delineation

Making Topographic Maps

Tutorial 1: Downloading elevation data

Lab 12: Sampling and Interpolation

Contents of Lecture. Surface (Terrain) Data Models. Terrain Surface Representation. Sampling in Surface Model DEM

Spa$al Analysis and Modeling (GIST 4302/5302) Guofeng Cao Department of Geosciences Texas Tech University

Exercise 5. Height above Nearest Drainage Flood Inundation Analysis

Watershed Modeling With DEMs: The Rest of the Story

Developing an Interactive GIS Tool for Stream Classification in Northeast Puerto Rico

GIS LAB 1. Basic GIS Operations with ArcGIS. Calculating Stream Lengths and Watershed Areas.

STUDENT PAGES GIS Tutorial Treasure in the Treasure State

Introduction to GIS A Journey Through Gale Crater

Automated Enforcement of High Resolution Terrain Models April 21, Brian K. Gelder, PhD Associate Scientist Iowa State University

GEO 465/565 Lab 6: Modeling Landslide Susceptibility

Spatial Analysis Exercise GIS in Water Resources Fall 2012

Mapping Photoperiod as a Variable in Vegetation Distribution Analysis. Photoperiod is defined as the duration of time for which an organism receives

Workshop Exercises for Digital Terrain Analysis with LiDAR for Clean Water Implementation

Raster Analysis. Overview Neighborhood Analysis Overlay Cost Surfaces. Arthur J. Lembo, Jr. Salisbury University

Spatial Analysis Exercise GIS in Water Resources Fall 2011

Lab 1: Introduction to ArcGIS

How does Map Algebra work?

Preparation of contouring, hill shade and slope map of erode district by using QGIS

Raster Analysis. Overview Neighborhood Analysis Overlay Cost Surfaces. Arthur J. Lembo, Jr. Salisbury University

Raster GIS applications

The Volume and Extent of the Lake Created by the Bridge of the Gods, Colombia River

George Mason University Department of Civil, Environmental and Infrastructure Engineering

Search & Rescue Map Specifications and Production Workflows

GIS IN ECOLOGY: MORE RASTER ANALYSES

Dijkstra's Algorithm

Lidar Talking Points Status of lidar collection in Pennsylvania Estimated cost and timeline

GEO 465/565 - Lab 7 Working with GTOPO30 Data in ArcGIS 9

Import, view, edit, convert, and digitize triangulated irregular networks

Delineating Watersheds from a Digital Elevation Model (DEM)

Lab 9. Raster Analyses. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University

City of La Crosse Online Mapping Website Help Document

Exercise Lab: Where is the Himalaya eroding? Using GIS/DEM analysis to reconstruct surfaces, incision, and erosion

Delineating the Stream Network and Watersheds of the Guadalupe Basin

Working with Attribute Data and Clipping Spatial Data. Determining Land Use and Ownership Patterns associated with Streams.

Tutorial: Using SAGA for Least Cost Path Analysis

Esri International User Conference. July San Diego Convention Center. Lidar Solutions. Clayton Crawford

Watershed Delineation

WMS 10.1 Tutorial GSSHA WMS Basics Watershed Delineation using DEMs and 2D Grid Generation Delineate a watershed and create a GSSHA model from a DEM

Conservation Applications of LiDAR. Terrain Analysis. Workshop Exercises

Engineering Geology. Engineering Geology is backbone of civil engineering. Topographic Maps. Eng. Iqbal Marie

Making the Most of Raster Analysis with Living Atlas Data. Aileen Buckley, PhD, Research Cartographer Esri - Redlands

ARC HYDRO TOOLS CONFIGURATION DOCUMENT #3 GLOBAL DELINEATION WITH EDNA DATA

Transcription:

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 a river feature (input line). RiparianZone = buffer( River, 100 Feet ) GIS Analysts also perform spatial analysis with rasters when they need to derive new surfaces, to rasterize vector data, or to vectorize raster data. We can use the raster approach to derive, for example, a surface of terrain slopes from an input surface of terrain elevations. TerrainSlope = slope( DEM, degrees ) The purpose of this lab is to teach you how to preform terrain analysis, which is a type of spatial analysis that relies heavily on a digital elevation model (DEM), and to give you practice interpreting some common derivative surfaces. A spatial model is the logic behind a sequence of GIS operations, which acts on one or more input datasets and produces an output dataset. When a spatial model involves multiple GIS operations, then we can use a cartographic model (a GIS flowchart) to illustrate the sequences of inputs, tools, intermediate outputs, and final output. In short, we design a cartographic model to show others how to build and run a spatial model correctly. By the end of this lab you should have learned how to perform terrain analysis and interpret surfaces commonly derived from a DEM. Your work will be conducted in two rounds. During round one, you ll analyze your sand table terrain and develop familiarity with terrain analysis concepts and tools. During round two, you ll use the same spatial model to analyze a real DEM representing the terrain around Oso, Washington, where a landslide occurred in 2014. The Stillaguamish River drains a portion of the Cascade Range and empties into Washington s Puget Sound. Oso is a town situated along the north fork of the Stillaguamish River, in Snohomish County, and approximately 70 road-miles (1.3 hr drive) northeast of the Seattle-Tacoma International Airport. According to the 2010 Census, the town was home to fewer than 200 people. Landslides have occurred in the Oso area for decades (e.g., 1949, 1951, 1967 and 2006) and the area suffered yet another landslide in 2014, which killed 14 people. For this lab, we re going to analyze the Oso area terrain as it existed in 2013 (before the 2014 landslide). To better understand the 2013 site and the later 2014 event, it ll help if you watch When Nature Strikes - Landslides (6 min) and Anatomy of a Landslide IN Close on YouTube (6 min). Page 1

Round 1: Analyzing your sand table terrain Visit the course website, download the ZIP archive for Lab 03, and extract its contents into your labs folder. You ll find a folder containing two Esri map documents (*.mxd) and two geodatabases (*.gdb). If you don t have a sand table DEM from Lab 02, then interpolate one from your spatial point sample (from Lab 01). Otherwise, open the sandtable.mxd map document. Surface slope and aspect analyses Bolstad, 2016: p485-489 Activate the Slope data frame, then add your DEM as a new layer. Slope analysis allows you to calculate the rate of steepest of descent for each cell neighborhood in your DEM. So, derive a Slope surface from your DEM (Figure 1). When calculating slope, choose DEGREE as the unit of measure. Next, use layer Symbology to adjust your legend properties; reduce the number of decimal places shown from many to 1 decimal place. Remove your DEM layer. Now add the makeestimateshere feature class as a layer to your data frame and label them. These points mark locations where we want to estimate slope values. Activate the Aspect data frame then Add your DEM as a new layer. Aspect analysis allows you to calculate the direction of steepest descent at each cell in your DEM. Derive an Aspect surface from your DEM (Figure 1). Remove your DEM layer. Next, add the makeestimateshere feature class as a layer to your data frame and label them. These points mark locations where we want to estimate aspect values. ASPECT sandaspect Figure 1. Aspect and slope analyses. sanddem Hillshade sanddem Solar Azimuth SLOPE sandslope Solar Altitude Hillshading (aka shaded relief mapping). Bolstad, 2016: p505-506 Kimmerling, 2012: 511-517 Hillshading is a technique that estimates the amount of solar illumination at each DEM cell. The tool works by simulating light radiating from a solar position sandshade8am above the DEM and comparing the light incidence angles to the orientation and steepness of the terrain in the cell neighborhood. Figure 2. Calculating a hillshade model. A solar azimuth is the angular direction of incoming sunlight along the horizon, measured in degrees clockwise from north (from 0 to 359.9 ). A solar azimuth of 220 indicates the sun is in the southwestern sky relative to the point of interest. Page 2

A solar altitude (aka solar elevation) is the angular direction of incoming sunlight above the horizon. Solar altitudes are expressed in degrees, from 0 (on the horizon) to 90 (overhead). Together, a solar azimuth and solar altitude describe a solar position. Use the US Naval Observatory s Sun or Moon Altitude/Azimuth Table generator (click the URL below) to find the solar position at Shippensburg, PA, on the date of your birth, at three moments in time (see layout for exact times). Then, derive three Hillshade surfaces from your DEM (Figure 2). http://aa.usno.navy.mil/data/docs/altaz.php Contour analysis Bolstad, 2016: p501-504 Kimmerling, 2012: 103-106 Activate the Contours and streams data frame, add your DEM as a new layer. Use the Contours tool to generate a set of intermediate contours using a 1 cm interval. Next, use the Contours tool again to generate index contours at 5 cm intervals (Figure 3). Label your index contours with their respective elevations. (For Round 2 and the Oso area, use 20 m and 100 m intervals, respectively.) Next, select your two contour layers, Group them, and adjust the Symbology and Display properties of each. Last, add the makeestimateshere point feature class as a layer to your data frame and label your points. Figure 3. Illustrated examples of depression, supplementary (dashed, thin), intermediate (solid, thin), and index (solid, thick, labeled) contours. Hydrologic analyses Bolstad, 2016: p 491 Figure 11-10 and p492-499 Continue working in your Contours and streams data frame. The next cartographic model (Figure 4) illustrates a workflow that finds stream channels in a DEM. This workflow requires several steps, which create several intermediate rasters and one final vector dataset. The Fill tool creates an output raster that will look very similar to your input DEM, but the output raster will contain small fixes wherever drainage errors were found. The algorithm works by adjusting cell elevations up or down to fill any pits that will trap downhill flow (see Fig11-10 on page 451). When done, remove your input DEM and keep your sandfill raster. The Flow Direction tool uses a 3x3 moving window to compare the elevation in a cell against the elevations in its eight neighbors and determines which of the eight neighbors will receive downhill flow (which is why the Flow Direction algorithm is commonly called the D8 algorithm). The Flow Direction tool creates a new integer raster containing integer codes between 1 and 128 (which indicate aspect but are not measures of aspect). Use the Help menu and follow the link How Flow Direction Works to learn what each output value represents (you ll see the diagram shown in Figure 4). Figure 4. D8 flow direction coding. Page 3

The Flow Accumulation tool ingests a surface of D8 flow direction codes and, for each output cell, finds the number of upstream cells that contribute flow to it. Output raster cells holding large accumulation values can indicate stream channels; small values can indicate topographic highs or ridges. Learn to read this surface by symbolizing it with only two classes/colors, and iteratively moving the class break up and down. The SetNull tool is used to test the values in an input raster. Cell values that pass the test are assigned the NoData value in the output raster; the other cells are given a number. In this case, it is your job to choose a flow accumulation threshold ( Value <=??? ) that lets you find low not a stream accumulations (cells in the output that should be set to NoData ) vs. high probably a stream accumulations (in this case, cells in the output raster should receive the value, 1). Use the Help menu if you need help. The Stream to Feature tool does just what its name implies. It will read your stream raster (containing only 1s and NODATA values) and your flow direction raster to produce vector streams. Remove all raster layer. Keep only your vectorized streams and contours. Next, use the Extract Multi Values to Points tool (not shown in Figure 5) to extract values from your elevation, aspect, slope, flow direction, and flow accumulation surfaces simultaneously. This tool will find the cell under each point, extract, the value, and add the value to the point attribute table. Check your point attribute table for your results. Last, tidy your layout and edit your text boxes. Save and print your map on 11 x 17 paper. sanddem Fill sandfill Flow Direction sandfdir Flow Accumulation sandfacc SetNULL streamraster Stream to Feature streamvector Table EX. Results of your sand table terrain analyses. Label A Z Elevation Aspect Slope Figure 5. Finding stream channels. Flow direction (coded value) Flow accumulation Page 4

Question 1. Question 2. Build a table to report your date, time, and solar position values Build a second table (see Table EX above) to present your terrain analysis results. Be sure to report your units of measure. Round 2: Analyzing the terrain around Oso, Washington Open the OsoWashington.mxd map document and follow the same cartographic models shown above (Figures 1-4) to analyze the terrain in the Oso area. The only differences are: 1. When using the NAVY website to find solar positions, specify March 22, 2014 for Arlington, WA, which is a larger populated place near Oso. See your map document for exact times. 2. Use the 2013-vintage DEM to derive your slope, aspect, flow, and morning hillshade surfaces, but use the 2014-vintage DEM to derive your afternoon hillshade surface. Next, edit your text boxes and tidy your layout to create a professional-looking display of results. For the large data frame, Zoom to Full Extent, then manually reset the map scale to 1:16,000. For the smaller data frames, Zoom to Full Extent, then reset the map scale to 1:90,000. Save your work. Last, print a copy of your layout on 11 x 17 paper then cut, fold, and staple your hardcopy as instructed. Question 3. Question 4. Question 5. Question 6. Question 7. Build a third table to report your date, times, and solar position values, then use these values and Figures 11-8 & 11-29 of your text (Bolstad, 2016) to help you describe your hillshade surfaces in words. Build a fourth table (see Table EX above) to present your terrain analysis results. Choose one record in your fourth table to serve as an example, then convince me that you understand the meaning of every single number in that row. Use the flow accumulation value you just described (for Q5) and your USGSdem cell size to find the upstream area (a.k.a., the watershed area) for that point. Using information from the videos you ve been given and the data you derived, tell your data-driven story of the Oso area. Don t be vague; I am literally tasking you to use your surfaces and extracted values to augment the story told in those videos. Build a well-written lab report. Include your names, lab title, and date on the first page, and insert page numbers. Your report should include five sections and headings: Purpose, Objectives, Methods and Data, Results and Answers, and Summary. Build concise Purpose and Objective sections using your own words. I ve given you nearly every method needed, so just list them. Explain in detail, however, how you chose your critical stream threshold value and used the SetNull tool to discriminate stream cells from not stream cells. The Results and Answers section should contain numbered answers to the questions above. Use the Summary section to highlight light bulb moments or lingering issues. All lab reports should be typed and printed on 8.5 by 11 stock. Before drafting your report, set all page margins to be 0.7, except for the left margin, which should be set to 1.2. Set the normal font face to be Bookman Antiqua or Georgia and set the normal font size to be 11 points. Use 1.5 line spacing. Your tables must also meet these requirements. All headings should be in bold face. Attach printed copies of your layouts do not insert them as figures. Page 5

Figure A1: Diagram of slope gradient, in degrees of upward arc and percent of run length. If slope rise == slope run, then slope gradient can be described as 45 degrees of slope or as 100% slope. Figure A2: The azimuth scale, in degrees from North. If aspect == 340 degrees from North, then the aspect of the slope can be describe as facing north-by-northwest. Figure A3: The position of the sun can be described relative to an observer on the ground using both a solar altitude value (see A1) and a solar azimuth value (see A2). Page 6