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

Size: px
Start display at page:

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

Transcription

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

2 Data for Terrain Mapping and Analysis DEM (digital elevation model) and TIN (triangulated irregular network) are two common types of input data for terrain mapping and analysis. A DEM represents a regular array of elevation points. It can be converted to an elevation raster by placing each elevation point at the center of a cell. A TIN approximates the land surface with a series of nonoverlapping triangles.

3 Raster/TIN Conversion The maximum z-tolerance algorithm selects points from an elevation raster to construct a TIN such that, for every point in the elevation raster, the difference between the original elevation and the estimated elevation from the TIN is within the specified maximum z-tolerance. A TIN can be converted into a DEM by using local first-order polynomial interpolation.

4 Input Data to TIN Besides DEM, a TIN can also use additional point data such as surveyed elevation points, GPS (global positioning system) data, and LIDAR data; line data such as contour lines and breaklines; and area data such as lakes and reservoirs.

5 Breakline A breakline, shown as a dashed line in (b), subdivides the triangles in (a) into a series of smaller triangles in (c).

6 Terrain Mapping Terrain mapping techniques include contouring, vertical profiling, hill shading, hypsometric tinting, and perspective view.

7 Hill Shading An example of hill shading, with the sun s azimuth at 315 (NW) and the sun s altitude at 45.

8 Hypsometric Map A hypsometric map. Different elevation zones are shown in different gray symbols.

9 3D View Three controlling parameters of the appearance of a 3-D view: the viewing azimuth a is measured clockwise from the north, the viewing angle u is measured from the horizon, and the viewing distance d is measured between the observation point and the 3-D surface.

10 Draping Draping of streams and shorelines on a 3-D surface.

11 Slope and Aspect Slope measures the rate of change of elevation at a surface location. Slope may be expressed as percent slope or degree slope. Aspect is the directional measure of slope. Aspect starts with 0 at the north, moves clockwise, and ends with 360 also at the north. Because it is a circular measure, We often have to manipulate aspect measures before using them in data analysis.

12 Slope Measurement Slope, either measured in percent or degrees, can be calculated from the vertical distance a and the horizontal distance b.

13 Aspect Measures Aspect measures are often grouped into the four principal directions (top) or eight principal directions (bottom).

14 Computing Algorithms for Slope and Aspect Using Raster The slope and aspect for an area unit (i.e., a cell or triangle) are measured by the quantity and direction of tilt of the unit s normal vector a directed line perpendicular to the unit. Different approximation (finite difference) methods have been proposed for calculating slope and aspect from an elevation raster. Usually based on a 3-by-3 moving window, these methods differ in the number of neighboring cells used in the estimation and the weight applying to each cell.

15 Slope and Aspect The normal vector to the cell is the directed line perpendicular to the cell. The quantity and direction of tilt of the normal vector determine the slope and aspect of the cell.

16 Computing Algorithms for Slope and Aspect using TIN The x, y, and z values of points that make up a TIN are used to compute slope and aspect for each triangle. The algorithm for computing slope and aspect of a triangle in a TIN uses the x, y, and z values at the three nodes of the triangle.

17 Factors Influencing Slope and Aspect Measures Factors that can influence slope and aspect measures include the resolution of DEM, the quality of DEM, the computing algorithm, and local topography.

18 DEM DEMs at three different resolutions: USGS 30-meter DEM (a), USGS 10-meter DEM (b), and 1.83-meter DEM derived from LIDAR data (c).

19 Viewshed Analysis A viewshed refers to the portion of the land surface that is visible from one or more viewpoints. The process for deriving viewsheds is called viewshed or visibility analysis.

20 Line-Of-Sight Operation The line-of-sight operation is the basis for viewshed analysis. The line of sight connects the viewpoint and the target. If any land, or any object on the land, rises above the line, then the target is invisible to the viewpoint. If no land or object blocks the view, then the target is visible to the viewpoint.

21 Sightline A sightline connects two points on a TIN in (a). The vertical profile of the sightline is depicted in (b). In both diagrams, the visible portion is shown in white and the invisible portion in black.

22 Cumulative Viewshed The output of a viewshed analysis is a binary map showing visible and not visible areas. Given one viewpoint, a viewshed map has the value of 1 for visible and 0 for not visible. Given two or more viewpoints, a viewshed map becomes a cumulative viewshed map. Two options are common for presenting a cumulative viewshed map. The first option uses counting operations, with the number of possible values being (the number of viewpoints) + 1. The second option uses Boolean operations.

23 Cumulative Viewshed Map Two options for presenting a cumulative viewshed map: the counting option (a) and the Boolean option (b).

24 Accuracy of Viewshed Analysis The accuracy of viewshed analysis depends on the accuracy of the surface data, the data model (i.e., TIN versus DEM), and the rule for judging visibility. Some researchers have suggested that visibility be expressed in probabilistic, rather than binary, terms.

25 Parameters of Viewshed Analysis A number of parameters can influence the result of a viewshed analysis including the viewpoint, the height of the observer, the viewing azimuth, the viewing radius, vertical viewing angle limits, the Earth s curvature, and tree height.

26 The increase of the visible areas from (a) to (b) is a direct result of adding 20 meters to the height of the viewpoint.

27 The difference in the visible areas between (a) and (b) is due to the viewing angle: 0 0 to in (a) and 0 0 to in (b).

28 The difference in the visible areas between (a) and (b) is due to the search radius: infinity in (a) and 8000 meters from the viewpoint in (b).

29 Watershed Analysis A watershed refers to an area, defined by topographic divides, that drains surface water to a common outlet. A watershed is often used as a unit area for the management and planning of water and other natural resources. Watershed analysis refers to the process of using DEMs and following water flows to delineate stream networks and watersheds.

30 Delineation of Watersheds Delineation of watersheds can take place at different spatial scales. Delineation of watersheds can also be areabased or point-based. An area-based method divides a study area into a series of watersheds, one for each stream section. A point-based method derives a watershed for each select point.

31 Steps for automated watershed 1. Make a filled DEM. Delineation 2. Derive a flow direction raster, which shows the direction water will flow out of each cell. 3. Derive a flow accumulation raster, which tabulates for each cell the number of cells that will flow to it. 4. Derive a stream network by applying a threshold value to a flow accumulation raster. 5. Derive stream links, with each link assigned a unique value and a flow direction. 6. Delineate watershed by using the flow direction raster and the stream link raster as the inputs.

32 This illustration shows a filled elevation raster (a), a flow direction raster (b), and a flow accumulation raster (c). Both shaded cells in (c) have the same flow accumulation value of 2. The top cell receives its flow from its left and lower-left cells. The bottom cell receives its flow from its lowerleft cell, which already has a flow accumulation value of 1.

33 A flow accumulation raster, with darker symbols representing higher flow accumulation values.

34 To derive the stream links, each section of the stream network is assigned a unique value and a flow direction. The inset map on the right shows three stream links.

35 A stream link raster includes reaches, junctions, flow directions, and an outlet.

36 Point-Based Watersheds Point-based watersheds have one watershed associated with each point, which may be a stream gage station, a dam, or a surface drinking water system intake location. In watershed analysis, these points of interest are called pour points or outlets.

37 Point-based watersheds (shaded area).

38 Snap a Pour Point If a pour point is not located directly over a stream link, it will result in a small, incomplete watershed for the outlet. The solution is to use a command to snap a pour point to a stream cell within a userdefined search radius.

39 If a pour point (black circle) is not snapped to a cell with a high flow accumulation value (dark cell symbol), it usually has a small number of cells (shaded area) identified as its watershed.

40 Algorithm for Deriving a Point-Based Watershed If the pour point is located at a junction, then the watersheds upstream from the junction are merged to form the watershed for the pour point. If the pour point is located between two junctions, then the watershed assigned to the stream section between the two junctions is divided into two, one upstream from the pour point and the other downstream. The upstream portion of the watershed is then merged with watersheds further upstream to form the watershed for the pour point.

41 Factors Influencing Watershed Analysis Factors influencing the outcome of a watershed analysis include DEM resolution, flow direction method, and flow accumulation threshold. DEMs at a 30-meter resolution (a) and a 10-meter resolution (b).

42 Stream networks derived from the DEMs in Figure The stream network derived from the 30-meter DEM (a) has fewer details than that from the 10-meter DEM (b).

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

Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 13. TERRAIN MAPPING AND ANALYSIS 13.1 Data for Terrain Mapping and Analysis 13.1.1 DEM 13.1.2 TIN Box 13.1 Terrain Data Format 13.2 Terrain Mapping 13.2.1 Contouring 13.2.2 Vertical Profiling 13.2.3

More information

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

Contents of Lecture. Surface (Terrain) Data Models. Terrain Surface Representation. Sampling in Surface Model DEM Lecture 13: Advanced Data Models: Terrain mapping and Analysis Contents of Lecture Surface Data Models DEM GRID Model TIN Model Visibility Analysis Geography 373 Spring, 2006 Changjoo Kim 11/29/2006 1

More information

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

Surface Analysis. Data for Surface Analysis. What are Surfaces 4/22/2010 Surface Analysis Cornell University Data for Surface Analysis Vector Triangulated Irregular Networks (TIN) a surface layer where space is partitioned into a set of non-overlapping triangles Attribute and

More information

Lecture 21 - Chapter 8 (Raster Analysis, part2)

Lecture 21 - Chapter 8 (Raster Analysis, part2) GEOL 452/552 - GIS for Geoscientists I Lecture 21 - Chapter 8 (Raster Analysis, part2) Today: Digital Elevation Models (DEMs), Topographic functions (surface analysis): slope, aspect hillshade, viewshed,

More information

The 3D Analyst extension extends ArcGIS to support surface modeling and 3- dimensional visualization. 3D Shape Files

The 3D Analyst extension extends ArcGIS to support surface modeling and 3- dimensional visualization. 3D Shape Files NRM 435 Spring 2016 ArcGIS 3D Analyst Page#1 of 9 0B3D Analyst Extension The 3D Analyst extension extends ArcGIS to support surface modeling and 3- dimensional visualization. 3D Shape Files Analogous to

More information

GEOGRAPHIC INFORMATION SYSTEMS Lecture 25: 3D Analyst

GEOGRAPHIC INFORMATION SYSTEMS Lecture 25: 3D Analyst GEOGRAPHIC INFORMATION SYSTEMS Lecture 25: 3D Analyst 3D Analyst - 3D Analyst is an ArcGIS extension designed to work with TIN data (triangulated irregular network) - many of the tools in 3D Analyst also

More information

Lab 11: Terrain Analyses

Lab 11: Terrain Analyses Lab 11: Terrain Analyses What You ll Learn: Basic terrain analysis functions, including watershed, viewshed, and profile processing. There is a mix of old and new functions used in this lab. We ll explain

More information

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

Final project: Lecture 21 - Chapter 8 (Raster Analysis, part2) GEOL 452/552 - GIS for Geoscientists I GEOL 452/552 - GIS for Geoscientists I Lecture 21 - Chapter 8 (Raster Analysis, part2) Talk about class project (copy follow_along_data\ch8a_class_ex into U:\ArcGIS\ if needed) Catch up with lecture 20

More information

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

Tools. (figure 3A) 3) Shaded Relief Derivative. c. HydroSHED DS DEM Topographic Modeling Tools Available Tools (figure 3A) 1) Dataa Extraction 2) Aspect Derivative 3) Shaded Relief Derivative 4) Color Shaded Relief 5) Slope Derivativee 6) Slope Classification Derivative

More information

L7 Raster Algorithms

L7 Raster Algorithms L7 Raster Algorithms NGEN6(TEK23) Algorithms in Geographical Information Systems by: Abdulghani Hasan, updated Nov 216 by Per-Ola Olsson Background Store and analyze the geographic information: Raster

More information

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

Vector Data Analysis Working with Topographic Data. Vector data analysis working with topographic data. Vector Data Analysis Working with Topographic Data Vector data analysis working with topographic data. 1 Triangulated Irregular Network Triangulated Irregular Network 2 Triangulated Irregular Networks

More information

Raster GIS. Raster GIS 11/1/2015. The early years of GIS involved much debate on raster versus vector - advantages and disadvantages

Raster GIS. Raster GIS 11/1/2015. The early years of GIS involved much debate on raster versus vector - advantages and disadvantages Raster GIS Google Earth image (raster) with roads overlain (vector) Raster GIS The early years of GIS involved much debate on raster versus vector - advantages and disadvantages 1 Feb 21, 2010 MODIS satellite

More information

Lab 11: Terrain Analyses

Lab 11: Terrain Analyses Lab 11: Terrain Analyses What You ll Learn: Basic terrain analysis functions, including watershed, viewshed, and profile processing. There is a mix of old and new functions used in this lab. We ll explain

More information

Field-Scale Watershed Analysis

Field-Scale Watershed Analysis Conservation Applications of LiDAR Field-Scale Watershed Analysis A Supplemental Exercise for the Hydrologic Applications Module Andy Jenks, University of Minnesota Department of Forest Resources 2013

More information

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

Tutorial 18: 3D and Spatial Analyst - Creating a TIN and Visual Analysis Tutorial 18: 3D and Spatial Analyst - Creating a TIN and Visual Analysis Module content 18.1. Creating a TIN 18.2. Spatial Analyst Viewsheds, Slopes, Hillshades and Density. 18.1 Creating a TIN Sometimes

More information

Lecture 6: GIS Spatial Analysis. GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University

Lecture 6: GIS Spatial Analysis. GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University Lecture 6: GIS Spatial Analysis GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University 1 Spatial Data It can be most simply defined as information that describes the distribution

More information

Analyzing Terrain and Surfaces

Analyzing Terrain and Surfaces T E R R A I N Tutorial Analyzing Terrain and Surfaces A N A L Y S I S Analyzing Terrain and Surfaces with TNTmips page 1 Before Getting Started Topography profoundly influences many physical and biological

More information

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

Import, view, edit, convert, and digitize triangulated irregular networks v. 10.1 WMS 10.1 Tutorial Import, view, edit, convert, and digitize triangulated irregular networks Objectives Import survey data in an XYZ format. Digitize elevation points using contour imagery. Edit

More information

Lab 11: Terrain Analysis

Lab 11: Terrain Analysis Lab 11: Terrain Analysis What You ll Learn: Basic terrain analysis functions, including watershed, viewshed, and profile processing. You should read chapter 11 in the GIS Fundamentals textbook before performing

More information

Learn how to delineate a watershed using the hydrologic modeling wizard

Learn how to delineate a watershed using the hydrologic modeling wizard v. 10.1 WMS 10.1 Tutorial Learn how to delineate a watershed using the hydrologic modeling wizard Objectives Import a digital elevation model, compute flow directions, and delineate a watershed and sub-basins

More information

Geographic Surfaces. David Tenenbaum EEOS 383 UMass Boston

Geographic Surfaces. David Tenenbaum EEOS 383 UMass Boston Geographic Surfaces Up to this point, we have talked about spatial data models that operate in two dimensions How about the rd dimension? Surface the continuous variation in space of a third dimension

More information

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

v Introduction to WMS WMS 11.0 Tutorial Become familiar with the WMS interface Prerequisite Tutorials None Required Components Data Map s v. 11.0 WMS 11.0 Tutorial Become familiar with the WMS interface Objectives Import files into WMS and change modules and display options to become familiar with the WMS interface. Prerequisite Tutorials

More information

Learn how to delineate a watershed using the hydrologic modeling wizard

Learn how to delineate a watershed using the hydrologic modeling wizard v. 11.0 WMS 11.0 Tutorial Learn how to delineate a watershed using the hydrologic modeling wizard Objectives Import a digital elevation model, compute flow directions, and delineate a watershed and sub-basins

More information

Improved Applications with SAMB Derived 3 meter DTMs

Improved Applications with SAMB Derived 3 meter DTMs Improved Applications with SAMB Derived 3 meter DTMs Evan J Fedorko West Virginia GIS Technical Center 20 April 2005 This report sums up the processes used to create several products from the Lorado 7

More information

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

Creating raster DEMs and DSMs from large lidar point collections. Summary. Coming up with a plan. Using the Point To Raster geoprocessing tool Page 1 of 5 Creating raster DEMs and DSMs from large lidar point collections ArcGIS 10 Summary Raster, or gridded, elevation models are one of the most common GIS data types. They can be used in many ways

More information

Lecture 06. Raster and Vector Data Models. Part (1) Common Data Models. Raster. Vector. Points. Points. ( x,y ) Area. Area Line.

Lecture 06. Raster and Vector Data Models. Part (1) Common Data Models. Raster. Vector. Points. Points. ( x,y ) Area. Area Line. Lecture 06 Raster and Vector Data Models Part (1) 1 Common Data Models Vector Raster Y Points Points ( x,y ) Line Area Line Area 2 X 1 3 Raster uses a grid cell structure Vector is more like a drawn map

More information

WMS 8.4 Tutorial Hydraulics and Floodplain Modeling Simplified Dam Break Learn how to run a dam break simulation and delineate its floodplain

WMS 8.4 Tutorial Hydraulics and Floodplain Modeling Simplified Dam Break Learn how to run a dam break simulation and delineate its floodplain v. 8.4 WMS 8.4 Tutorial Hydraulics and Floodplain Modeling Simplified Dam Break Learn how to run a dam break simulation and delineate its floodplain Objectives Setup a conceptual model of stream centerlines

More information

COMPARISON OF TWO METHODS FOR DERIVING SKELETON LINES OF TERRAIN

COMPARISON OF TWO METHODS FOR DERIVING SKELETON LINES OF TERRAIN COMPARISON OF TWO METHODS FOR DERIVING SKELETON LINES OF TERRAIN T. Gökgöz, F. Gülgen Yildiz Technical University, Dept. of Geodesy and Photogrammetry Engineering, 34349 Besiktas Istanbul, Turkey (gokgoz,

More information

v Introduction to WMS Become familiar with the WMS interface WMS Tutorials Time minutes Prerequisite Tutorials None

v Introduction to WMS Become familiar with the WMS interface WMS Tutorials Time minutes Prerequisite Tutorials None s v. 10.0 WMS 10.0 Tutorial Become familiar with the WMS interface Objectives Read files into WMS and change modules and display options to become familiar with the WMS interface. Prerequisite Tutorials

More information

GEOGRAPHIC INFORMATION SYSTEMS Lecture 24: Spatial Analyst Continued

GEOGRAPHIC INFORMATION SYSTEMS Lecture 24: Spatial Analyst Continued GEOGRAPHIC INFORMATION SYSTEMS Lecture 24: Spatial Analyst Continued Spatial Analyst - Spatial Analyst is an ArcGIS extension designed to work with raster data - in lecture I went through a series of demonstrations

More information

Digital Elevation Model & Surface Analysis

Digital Elevation Model & Surface Analysis Topics: Digital Elevation Model & Surface Analysis 1. Introduction 2. Create raster DEM 3. Examine Lidar DEM 4. Deriving secondary surface products 5. Mapping contours 6. Viewshed Analysis 7. Extract elevation

More information

Steps for Modeling a Proposed New Reservoir in GIS

Steps for Modeling a Proposed New Reservoir in GIS Steps for Modeling a Proposed New Reservoir in GIS Requirements: ArcGIS ArcMap, ArcScene, Spatial Analyst, and 3D Analyst There s a new reservoir proposed for Right Hand Fork in Logan Canyon. I wanted

More information

WMS 10.1 Tutorial Hydraulics and Floodplain Modeling Simplified Dam Break Learn how to run a dam break simulation and delineate its floodplain

WMS 10.1 Tutorial Hydraulics and Floodplain Modeling Simplified Dam Break Learn how to run a dam break simulation and delineate its floodplain v. 10.1 WMS 10.1 Tutorial Hydraulics and Floodplain Modeling Simplified Dam Break Learn how to run a dam break simulation and delineate its floodplain Objectives Setup a conceptual model of stream centerlines

More information

Introduction to 3D Analysis. Jinwu Ma Jie Chang Khalid Duri

Introduction to 3D Analysis. Jinwu Ma Jie Chang Khalid Duri Introduction to 3D Analysis Jinwu Ma Jie Chang Khalid Duri Area & Volume 3D Analyst Features Detect Change Determine Cut/Fill Calculate Surface Area & Volume Data Management Data Creation Data Conversion

More information

Digital Elevation Models (DEM)

Digital Elevation Models (DEM) Digital Elevation Models (DEM) Digital representation of the terrain surface also referred to as Digital Terrain Models (DTM) Digital Elevation Models (DEM) How has relief depiction changed with digital

More information

Tools, Tips, and Workflows Breaklines, Part 4 Applying Breaklines to Enforce Constant Elevation

Tools, Tips, and Workflows Breaklines, Part 4 Applying Breaklines to Enforce Constant Elevation Breaklines, Part 4 Applying Breaklines to l Lewis Graham Revision 1.0 In the last edition of LP360 News, we discussed the creation of 3D breaklines. Recall that, for our purposes, a 3D breakline is a vector

More information

Massive Data Algorithmics

Massive Data Algorithmics In the name of Allah Massive Data Algorithmics An Introduction Overview MADALGO SCALGO Basic Concepts The TerraFlow Project STREAM The TerraStream Project TPIE MADALGO- Introduction Center for MAssive

More information

Local Elevation Surface Modeling using GPS Derived Point Clouds. John G. Whitman, Jr.

Local Elevation Surface Modeling using GPS Derived Point Clouds. John G. Whitman, Jr. Local Elevation Surface Modeling using GPS Derived Point Clouds WhitmanJ2@myfairpoint.net Study Area Overview Topographic Background NAIP with Roads and Streams Public DEM Models of Study Area National

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

GIS IN ECOLOGY: MORE RASTER ANALYSES

GIS IN ECOLOGY: MORE RASTER ANALYSES GIS IN ECOLOGY: MORE RASTER ANALYSES Contents Introduction... 2 More Raster Application Functions... 2 Data Sources... 3 Tasks... 4 Raster Recap... 4 Viewshed Determining Visibility... 5 Hydrology Modeling

More information

Introduction to GIS 2011

Introduction to GIS 2011 Introduction to GIS 2011 Digital Elevation Models CREATING A TIN SURFACE FROM CONTOUR LINES 1. Start ArcCatalog from either Desktop or Start Menu. 2. In ArcCatalog, create a new folder dem under your c:\introgis_2011

More information

BRIEF EXAMPLES OF PRACTICAL USES OF LIDAR

BRIEF EXAMPLES OF PRACTICAL USES OF LIDAR BRIEF EXAMPLES OF PRACTICAL USES OF LIDAR PURDUE ROAD SCHOOL - 3/9/2016 CHRIS MORSE USDA-NRCS, STATE GIS COORDINATOR LIDAR/DEM SOURCE DATES LiDAR and its derivatives (DEMs) have a collection date for data

More information

DEM Artifacts: Layering or pancake effects

DEM Artifacts: Layering or pancake effects Outcomes DEM Artifacts: Stream networks & watersheds derived using ArcGIS s HYDROLOGY routines are only as good as the DEMs used. - Both DEM examples below have problems - Lidar and SRTM DEM products are

More information

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

Raster Analysis. Overview Neighborhood Analysis Overlay Cost Surfaces. Arthur J. Lembo, Jr. Salisbury University Raster Analysis Overview Neighborhood Analysis Overlay Cost Surfaces Why we use Raster GIS In our previous discussion of data models, we indicated that Raster GIS is often used because: Raster is better

More information

Creating advanced shadedrelief maps and layer blending with Global Mapper software

Creating advanced shadedrelief maps and layer blending with Global Mapper software Creating advanced shadedrelief maps and layer blending with Global Mapper software J. Buck Ehler GIS Analyst/Cartographer Utah Geological Survey buckehler@utah.gov (801) 537-3343 SLUG Meeting August 11,

More information

Surface Analysis with 3D Analyst

Surface Analysis with 3D Analyst 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Surface Analysis with 3D Analyst Khalid H. Duri Esri UC2013. Technical Workshop. Why use 3D GIS? Because

More information

Lecture 4: Digital Elevation Models

Lecture 4: Digital Elevation Models Lecture 4: Digital Elevation Models GEOG413/613 Dr. Anthony Jjumba 1 Digital Terrain Modeling Terms: DEM, DTM, DTEM, DSM, DHM not synonyms. The concepts they illustrate are different Digital Terrain Modeling

More information

WMS 9.1 Tutorial Hydraulics and Floodplain Modeling Floodplain Delineation Learn how to us the WMS floodplain delineation tools

WMS 9.1 Tutorial Hydraulics and Floodplain Modeling Floodplain Delineation Learn how to us the WMS floodplain delineation tools v. 9.1 WMS 9.1 Tutorial Hydraulics and Floodplain Modeling Floodplain Delineation Learn how to us the WMS floodplain delineation tools Objectives Experiment with the various floodplain delineation options

More information

Watershed Modeling With DEMs: The Rest of the Story

Watershed Modeling With DEMs: The Rest of the Story Watershed Modeling With DEMs: The Rest of the Story Lesson 7 7-1 DEM Delineation: The Rest of the Story DEM Fill for some cases when merging DEMs Delineate Basins Wizard Smoothing boundaries Representing

More information

Surface Creation & Analysis with 3D Analyst

Surface Creation & Analysis with 3D Analyst Esri International User Conference July 23 27 San Diego Convention Center Surface Creation & Analysis with 3D Analyst Khalid Duri Surface Basics Defining the surface Representation of any continuous measurement

More information

LAB #7 Creating TIN and 3D scenes (ArcScene) GISC, UNIVERSITY OF CALIFORNIA BERKELEY

LAB #7 Creating TIN and 3D scenes (ArcScene) GISC, UNIVERSITY OF CALIFORNIA BERKELEY LAB #7 Creating TIN and 3D scenes (ArcScene) GISC, UNIVERSITY OF CALIFORNIA BERKELEY The purpose of this laboratory is to introduce and explore surface data analysis using a vector data model: TIN. We

More information

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

Raster Analysis. Overview Neighborhood Analysis Overlay Cost Surfaces. Arthur J. Lembo, Jr. Salisbury University Raster Analysis Overview Neighborhood Analysis Overlay Cost Surfaces Exam results Mean: 74% STDEV: 15% High: 92 Breakdown: A: 1 B: 2 C: 2 D: 1 F: 2 We will review the exam next Tuesday. Start thinking

More information

Digital Elevation Models (DEMs)

Digital Elevation Models (DEMs) Digital Elevation Models (DEM) - Terrain Models (DTM) How has relief depiction on maps and online changed with digital mapping/ GIS?.. Perhaps more than the other map elements / layers Digital Elevation

More information

DIGITAL TERRAIN MODELLING. Endre Katona University of Szeged Department of Informatics

DIGITAL TERRAIN MODELLING. Endre Katona University of Szeged Department of Informatics DIGITAL TERRAIN MODELLING Endre Katona University of Szeged Department of Informatics katona@inf.u-szeged.hu The problem: data sources data structures algorithms DTM = Digital Terrain Model Terrain function:

More information

The Global River Width Algorithm

The Global River Width Algorithm GRW algorithm ver1.5 3 April, 2014 1 The Global River Width Algorithm 2 3 4 Dai Yamazaki School of Geographical Sciences, University of Bristol Dai.Yamazaki@bristol.ac.uk 5 6 7 8 9 Note: This document

More information

Watershed Modeling Advanced DEM Delineation

Watershed Modeling Advanced DEM Delineation v. 10.1 WMS 10.1 Tutorial Watershed Modeling Advanced DEM Delineation Techniques Model manmade and natural drainage features Objectives Learn to manipulate the default watershed boundaries by assigning

More information

Review of Cartographic Data Types and Data Models

Review of Cartographic Data Types and Data Models Review of Cartographic Data Types and Data Models GIS Data Models Raster Versus Vector in GIS Analysis Fundamental element used to represent spatial features: Raster: pixel or grid cell. Vector: x,y coordinate

More information

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

Engineering Geology. Engineering Geology is backbone of civil engineering. Topographic Maps. Eng. Iqbal Marie Engineering Geology Engineering Geology is backbone of civil engineering Topographic Maps Eng. Iqbal Marie Maps: are a two dimensional representation, of an area or region. There are many types of maps,

More information

Delineating the Stream Network and Watersheds of the Guadalupe Basin

Delineating the Stream Network and Watersheds of the Guadalupe Basin Delineating the Stream Network and Watersheds of the Guadalupe Basin Francisco Olivera Department of Civil Engineering Texas A&M University Srikanth Koka Department of Civil Engineering Texas A&M University

More information

SMS v D Summary Table. SRH-2D Tutorial. Prerequisites. Requirements. Time. Objectives

SMS v D Summary Table. SRH-2D Tutorial. Prerequisites. Requirements. Time. Objectives SMS v. 12.3 SRH-2D Tutorial Objectives Learn the process of making a summary table to compare the 2D hydraulic model results with 1D hydraulic model results. This tutorial introduces a method of presenting

More information

Stream Network and Watershed Delineation using Spatial Analyst Hydrology Tools

Stream Network and Watershed Delineation using Spatial Analyst Hydrology Tools Stream Network and Watershed Delineation using Spatial Analyst Hydrology Tools Prepared by Venkatesh Merwade School of Civil Engineering, Purdue University vmerwade@purdue.edu January 2018 Objective The

More information

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

WMS 9.1 Tutorial Watershed Modeling DEM Delineation Learn how to delineate a watershed using the hydrologic modeling wizard v. 9.1 WMS 9.1 Tutorial Learn how to delineate a watershed using the hydrologic modeling wizard Objectives Read a digital elevation model, compute flow directions, and delineate a watershed and sub-basins

More information

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

University of West Hungary, Faculty of Geoinformatics. Béla Márkus. Spatial Analysis 5. module SAN5. 3D analysis University of West Hungary, Faculty of Geoinformatics Béla Márkus Spatial Analysis 5. module SAN5 3D analysis SZÉKESFEHÉRVÁR 2010 The right to this intellectual property is protected by the 1999/LXXVI

More information

Geographical Information System (Dam and Watershed Analysis)

Geographical Information System (Dam and Watershed Analysis) Geographical Information System (Dam and Watershed Analysis) Kumar Digvijay Singh 02D05012 Under Guidance of Prof. Milind Sohoni Outline o Watershed delineation o Sinks, flat areas, flow direction, delineation

More information

LiDAR Derived Contours

LiDAR Derived Contours LiDAR Derived Contours Final Delivery June 10, 2009 Prepared for: Prepared by: Metro 600 NE Grand Avenue Portland, OR 97232 Watershed Sciences, Inc. 529 SW Third Avenue, Suite 300 Portland, OR 97204 Metro

More information

Dijkstra's Algorithm

Dijkstra's Algorithm Shortest Path Algorithm Dijkstra's Algorithm To find the shortest path from the origin node to the destination node No matrix calculation Floyd s Algorithm To find all the shortest paths from the nodes

More information

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

Developing an Interactive GIS Tool for Stream Classification in Northeast Puerto Rico Developing an Interactive GIS Tool for Stream Classification in Northeast Puerto Rico Lauren Stachowiak Advanced Topics in GIS Spring 2012 1 Table of Contents: Project Introduction-------------------------------------

More information

START>PROGRAMS>ARCGIS>

START>PROGRAMS>ARCGIS> Department of Urban Studies and Planning Spring 2006 Department of Architecture Site and Urban Systems Planning 11.304J / 4.255J GIS EXERCISE 2 Objectives: To generate the following maps using ArcGIS Software:

More information

UNDERSTAND HOW TO SET UP AND RUN A HYDRAULIC MODEL IN HEC-RAS CREATE A FLOOD INUNDATION MAP IN ARCGIS.

UNDERSTAND HOW TO SET UP AND RUN A HYDRAULIC MODEL IN HEC-RAS CREATE A FLOOD INUNDATION MAP IN ARCGIS. CE 412/512, Spring 2017 HW9: Introduction to HEC-RAS and Floodplain Mapping Due: end of class, print and hand in. HEC-RAS is a Hydrologic Modeling System that is designed to describe the physical properties

More information

Day 1. HEC-RAS 1-D Training. Rob Keller and Mark Forest. Break (9:45 am to 10:00 am) Lunch (12:00 pm to 1:00 pm)

Day 1. HEC-RAS 1-D Training. Rob Keller and Mark Forest. Break (9:45 am to 10:00 am) Lunch (12:00 pm to 1:00 pm) Day 1 HEC-RAS 1-D Training Rob Keller and Mark Forest Introductions and Course Objectives (8:00 am to 8:15 am) Introductions: Class and Content Module 1 Open Channel Hydraulics (8:15 am to 9:45 am) Lecture

More information

Creating a Custom DEM and Measuring Bathymetric Change for the Multnomah Channel & Willamette River Confluence

Creating a Custom DEM and Measuring Bathymetric Change for the Multnomah Channel & Willamette River Confluence Creating a Custom DEM and Measuring Bathymetric Change for the Multnomah Channel & Willamette River Confluence Meara Butler Josh Schane GEOG 593 Fall 2012 Multnomah Channel begins three miles upstream

More information

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

Esri International User Conference. July San Diego Convention Center. Lidar Solutions. Clayton Crawford Esri International User Conference July 23 27 San Diego Convention Center Lidar Solutions Clayton Crawford Outline Data structures, tools, and workflows Assessing lidar point coverage and sample density

More information

The Extraction of Lineaments Using Slope Image Derived from Digital Elevation Model: Case Study of Sungai Lembing Maran area, Malaysia.

The Extraction of Lineaments Using Slope Image Derived from Digital Elevation Model: Case Study of Sungai Lembing Maran area, Malaysia. Journal of Applied Sciences Research, 6(11): 1745-1751, 2010 2010, INSInet Publication The Extraction of Lineaments Using Slope Image Derived from Digital Elevation Model: Case Study of Sungai Lembing

More information

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

Mapping Photoperiod as a Variable in Vegetation Distribution Analysis. Photoperiod is defined as the duration of time for which an organism receives Paul Southard December 7 th, 2017 Mapping Photoperiod as a Variable in Vegetation Distribution Analysis Introduction Photoperiod is defined as the duration of time for which an organism receives illumination.

More information

St. Johns River Water Management District. Tim Cera, P.E.

St. Johns River Water Management District. Tim Cera, P.E. Tim Cera, P.E. North Florida/Southeast Georgia HSPF Models Needed watershed delineation for what ended up being 71 Hydrological Simulation Program FORTRAN (HSPF) Establish recharge and maximum saturated

More information

Peter Polito Dr. Helper GIS/GPS Final Project

Peter Polito Dr. Helper GIS/GPS Final Project Peter Polito Dr. Helper GIS/GPS Final Project Processing LiDAR data to extract hydraulic radii of the Colorado River downstream of Max Starcke Dam, near Marble Falls, TX I. Problem Formulation Part of

More information

Statistical surfaces and interpolation. This is lecture ten

Statistical surfaces and interpolation. This is lecture ten Statistical surfaces and interpolation This is lecture ten Data models for representation of surfaces So far have considered field and object data models (represented by raster and vector data structures).

More information

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

Lecture 9. Raster Data Analysis. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Lecture 9 Raster Data Analysis Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University Raster Data Model The GIS raster data model represents datasets in which square

More information

PHY120 LAB 4 Maps, Landforms, and Google Earth

PHY120 LAB 4 Maps, Landforms, and Google Earth PHY120 LAB 4 Maps, Landforms, and Google Earth Sources: en.wikipedia.org Holcombe_conv_and_meas.pdf mrdata.usgs.gov/geology/state/ www.state.nj.us/dep/njgs/geodata/fmsdoc/fmsuser.htm www.geo.utexas.edu/courses/420k/pdf_files/brunton_compass_09.pdf

More information

The WSC Data Users Guide

The WSC Data Users Guide Page 1 of 8 Mekong River Commission Secretariat GIS - Applications for Watershed Classification The WSC Data Users Guide Prepared by the Centre for Development and Environment (CDE), University of Berne,

More information

Western Land Area Programmatic Environmental Assessment. APPENDIX F: Viewshed Study

Western Land Area Programmatic Environmental Assessment. APPENDIX F: Viewshed Study APPENDIX F: Viewshed Study Dulles International Airport Western Land Area Viewshed Study FINAL Prepared by: EAC/Archaeology, Inc. September 26, 2017 Western Land Area This page is left intentionally blank.

More information

GISC9312- Geospatial Visualization

GISC9312- Geospatial Visualization GISC9312- Geospatial Visualization Assignment#D1 Ibeabuchi Nkemakolam April 17, 2013 Janet Finlay BA,.BSc. GIS-GM Program Professor Niagara College 135 Taylor Road Niagara-On-The-Lake, ON L0S 1J0 Dear

More information

A Method to Create a Single Photon LiDAR based Hydro-flattened DEM

A Method to Create a Single Photon LiDAR based Hydro-flattened DEM A Method to Create a Single Photon LiDAR based Hydro-flattened DEM Sagar Deshpande 1 and Alper Yilmaz 2 1 Surveying Engineering, Ferris State University 2 Department of Civil, Environmental, and Geodetic

More information

Viewshed analysis. Chapter Line of sight analysis

Viewshed analysis. Chapter Line of sight analysis Chapter 6 Viewshed analysis Viewshed (visibility) analysis is used in many different fields for both practical and aesthetic applications. It can play an important role when planning new buildings or roads

More information

Lab 10: Raster Analyses

Lab 10: Raster Analyses Lab 10: Raster Analyses What You ll Learn: Spatial analysis and modeling with raster data. You will estimate the access costs for all points on a landscape, based on slope and distance to roads. You ll

More information

Delineating Watersheds from a Digital Elevation Model (DEM)

Delineating Watersheds from a Digital Elevation Model (DEM) Delineating Watersheds from a Digital Elevation Model (DEM) (Using example from the ESRI virtual campus found at http://training.esri.com/courses/natres/index.cfm?c=153) Download locations for additional

More information

An Introduction to Lidar & Forestry May 2013

An Introduction to Lidar & Forestry May 2013 An Introduction to Lidar & Forestry May 2013 Introduction to Lidar & Forestry Lidar technology Derivatives from point clouds Applied to forestry Publish & Share Futures Lidar Light Detection And Ranging

More information

What can we represent as a Surface?

What can we represent as a Surface? Geography 38/42:376 GIS II Topic 7: Surface Representation and Analysis (Chang: Chapters 13 & 15) DeMers: Chapter 10 What can we represent as a Surface? Surfaces can be used to represent: Continuously

More information

Exercise 5. Height above Nearest Drainage Flood Inundation Analysis

Exercise 5. Height above Nearest Drainage Flood Inundation Analysis Exercise 5. Height above Nearest Drainage Flood Inundation Analysis GIS in Water Resources, Fall 2018 Prepared by David G Tarboton Purpose The purpose of this exercise is to learn how to calculation the

More information

GIS Fundamentals: Supplementary Lessons with ArcGIS Pro

GIS Fundamentals: Supplementary Lessons with ArcGIS Pro Station Analysis (parts 1 & 2) What You ll Learn: - Practice various skills using ArcMap. - Combining parcels, land use, impervious surface, and elevation data to calculate suitabilities for various uses

More information

Class #2. Data Models: maps as models of reality, geographical and attribute measurement & vector and raster (and other) data structures

Class #2. Data Models: maps as models of reality, geographical and attribute measurement & vector and raster (and other) data structures Class #2 Data Models: maps as models of reality, geographical and attribute measurement & vector and raster (and other) data structures Role of a Data Model Levels of Data Model Abstraction GIS as Digital

More information

AEC Logic. AEC Terrain. A program to manage earth works in a construction project. Yudhishtirudu Gaddipati 29-Jun-13

AEC Logic. AEC Terrain. A program to manage earth works in a construction project. Yudhishtirudu Gaddipati 29-Jun-13 AEC Logic AEC Terrain A program to manage earth works in a construction project Yudhishtirudu Gaddipati 29-Jun-13 Contents 1 Introduction:... 5 2 Program Launch... 5 2.1 How to Launch Program... 5 2.2

More information

Topographic Lidar Data Employed to Map, Preserve U.S. History

Topographic Lidar Data Employed to Map, Preserve U.S. History OCTOBER 11, 2016 Topographic Lidar Data Employed to Map, Preserve U.S. History In August 2015, the National Park Service (NPS) contracted Woolpert for the Little Bighorn National Monument Mapping Project

More information

What is a Topographic Map?

What is a Topographic Map? Topographic Maps Topography From Greek topos, place and grapho, write the study of surface shape and features of the Earth and other planetary bodies. Depiction in maps. Person whom makes maps is called

More information

Raster Data: Digital Elevation Model Catchment Delineation

Raster Data: Digital Elevation Model Catchment Delineation Catchment-Analysis with GIS: Raster Data: Digital Elevation Model Catchment Delineation 1 Overview Lecture Part 1: Raster Data Short Introduction Part 2: Raster Data Analysis Methods Part 3: DEM Analysis

More information

Light Detection and Ranging (LiDAR)

Light Detection and Ranging (LiDAR) Light Detection and Ranging (LiDAR) http://code.google.com/creative/radiohead/ Types of aerial sensors passive active 1 Active sensors for mapping terrain Radar transmits microwaves in pulses determines

More information

Investigation of Sampling and Interpolation Techniques for DEMs Derived from Different Data Sources

Investigation of Sampling and Interpolation Techniques for DEMs Derived from Different Data Sources Investigation of Sampling and Interpolation Techniques for DEMs Derived from Different Data Sources FARRAG ALI FARRAG 1 and RAGAB KHALIL 2 1: Assistant professor at Civil Engineering Department, Faculty

More information

J.Welhan 5/07. Watershed Delineation Procedure

J.Welhan 5/07. Watershed Delineation Procedure Watershed Delineation Procedure 1. Prepare the DEM: - all grids should be in the same projection; if not, then reproject (or define and project); if in UTM, all grids must be in the same zone (if not,

More information

3D Terrain Modelling of the Amyntaio Ptolemais Basin

3D Terrain Modelling of the Amyntaio Ptolemais Basin 2nd International Workshop in Geoenvironment and 1 3D Terrain Modelling of the Amyntaio Ptolemais Basin G. Argyris, I. Kapageridis and A. Triantafyllou Department of Geotechnology and Environmental Engineering,

More information

Wednesday, July 15, Author: Eldris Ferrer Gonzalez, M.Sc. Engineering CSA Group

Wednesday, July 15, Author: Eldris Ferrer Gonzalez, M.Sc. Engineering CSA Group Twenty ninth Annual ESRI International User Conference Wednesday, July 15, 2009 Author: Eldris Ferrer Gonzalez, M.Sc. Engineering CSA Group Introduction to Valenciano Project LIDAR Survey for Valenciano

More information