Raster Analysis and Terrain Analysis Chapter 10 & 11 Raster Analysis.

Slides:



Advertisements
Similar presentations
Spatial Analysis with ArcView: 2-D. –Calculating viewshed –Calculating line of sight –Add x and y coordinates –Deriving slope from surface data –Deriving.
Advertisements

LTHIA – Upgrades and Training Bernard A. Engel Tong Zhai Larry Theller Agricultural and Biological Department Purdue University In conjunction.
Raster Based GIS Analysis
From Topographic Maps to Digital Elevation Models Daniel Sheehan DUE Office of Educational Innovation & Technology Anne Graham MIT Libraries.
Lecture by Austin Troy © 2005 Lecture 13: Introduction to Raster Spatial Analysis Using GIS-- Introduction to GIS Lecture Notes by Austin Troy, University.
19 th Advanced Summer School in Regional Science Combining Vectors and Rasters in ArcGIS.
ANALYSIS 3 - RASTER What kinds of analysis can we do with GIS? 1.Measurements 2.Layer statistics 3.Queries 4.Buffering (vector); Proximity (raster) 5.Filtering.
Some Potential Terrain Analysis Tools for ArcGIS David G. Tarboton
CE Introduction to Surveying and Geographic Information Systems Donald J. Leone, Ph.D., P.E. eLearning Version Lecture 4.
Flow modeling on grid terrains. DEM Representations TIN Grid Contour lines Sample points.
Tips for Map Due for Lab 1 Complete Exercise (Find Potential Youth Center Locations) through step 6. You should now have the potential youth center locations.
From Topographic Maps to Digital Elevation Models Daniel Sheehan IS&T Academic Computing Anne Graham MIT Libraries.
Geographic Information Systems Applications in Natural Resource Management Chapter 14 Raster GIS Database Analysis II Michael G. Wing & Pete Bettinger.
GIS Analysis Functions INLS GIS Digital Information: Uses, Resources & Software Tools.
Fundamentals of GIS Lecture Materials by Austin Troy except where noted © 2008 Lecture 14: More Raster and Surface Analysis in Spatial Analyst Using.
Slope and Aspect Calculated from a grid of elevations (a digital elevation model) Slope and aspect are calculated at each point in the grid, by comparing.
Basic Spatial Analysis
Why calculate slope and Aspect? Study the flow of water Identify the habitats of plants Identify potential sites for urban growth Drainage patterns on.
Network and Dynamic Segmentation Chapter 16. Introduction A network consists of connected linear features. Dynamic segmentation is a data model that is.
Raster Data Analysis Chapter 11. Introduction  Regular grid  Value in each cell corresponds to characteristic  Operations on individual, group, or.
Fundamentals of GIS Lecture Materials by Austin Troy except where noted © 2008 Lecture 13: Introduction to Raster Spatial Analysis Using GIS-- By.
Terrain Mapping and Analysis
ESRM 250 & CFR 520: Introduction to GIS © Phil Hurvitz, KEEP THIS TEXT BOX this slide includes some ESRI fonts. when you save this presentation,
Applied Cartography and Introduction to GIS GEOG 2017 EL
Time of Travel. American Water Charleston intake on the Elk River Charleston 1,000, ,984 = 1880 seconds or 31 minutes.
Distance. Euclidean Distance Minimum distance from a source (Value NoData) Input grid must have at least one source cell with the rest of the grid.
Digital Elevation Model Based Watershed and Stream Network Delineation Understanding How to use Reading
Spatial Analysis.
CHAPTER 12 RASTER DATA ANALYSIS 12.1 Data Analysis Environment
Introduction to Raster Spatial Analysis Using GIS-- Introduction to GIS Raster Query Map Calculation Zonal statistics Terrain functions Viewshed.
Lecture 5 Raster Data Analysis Introduction Analysis with raster data is simple and efficient for it’s feature based on position Analysis.
Intro to Raster GIS GTECH361 Lecture 11. CELL ROW COLUMN.
An example application in GIS Modeling Presentation and hands-on exercise materials prepared by Joseph K. Berry Keck Scholar in Geosciences, University.
Soil Movement in West Virginia Watersheds A GIS Assessment Greg Hamons Dr. Michael Strager Dr. Jingxin Wang.
Creating Watersheds and Stream Networks
Data Types Entities and fields can be transformed to the other type Vectors compared to rasters.
Map Algebra. Lesson 5A overview  Introduction to Map Algebra (5A)  Language components  Syntax and rules  Objects  Operators  Commands  Exercise.
Fundamentals of GIS Lecture Materials by Austin Troy except where noted © 2008 Lecture 13: Introduction to Raster Spatial Analysis Using GIS-- By.
Raster Analysis. Learning Objectives Develop an understanding of the principles underlying lab 4 Introduce raster operations and functions Show how raster.
Esri UC 2014 | Technical Workshop | Creating Watersheds, Stream Networks and Hydrologically Conditioned DEMS Steve Kopp Dean Djokic.
NR 143 Study Overview: part 1 By Austin Troy University of Vermont Using GIS-- Introduction to GIS.
1 Overview Importing data from generic raster files Creating surfaces from point samples Mapping contours Calculating summary attributes for polygon features.
L7 - Raster Algorithms L7 – Raster Algorithms NGEN06(TEK230) – Algorithms in Geographical Information Systems.
Reading Assignment: Bolstad Chapters 10 & 11 Spatial Analysis (Raster)
GISWR 2015 Midterm Review. Definition of Latitude,  (1) Take a point S on the surface of the ellipsoid and define there the tangent plane, mn (2) Define.
© 2005, Joseph K. Berry—permission to copy granted Figure P-1. Spatial Analysis and Spatial Statistics are extensions of traditional ways of analyzing.
Statistical Surfaces, part II GEOG370 Instructor: Christine Erlien.
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.
Network Analyst. Network A network is a system of linear features that has the appropriate attributes for the flow of objects. A network is typically.
Graduate Students, CEE-6190
Chapter 8 Raster Analysis.
Vector Analysis Ming-Chun Lee.
GIS MAP OVERLAY ANALYSIS
Spatial Models – Raster Stacy Bogan
Raster Analysis Ming-Chun Lee.
URBDP 422 Urban and Regional Geo-Spatial Analysis
Raster Analysis and Terrain Analysis
Lecture 2: Review of Raster Operations
Basic Spatial Analysis
Watershed Analysis.
Geographic Information Systems
Spatial Analysis: Raster
Digital Elevation Model Based Watershed and Stream Network Delineation
Review- vector analyses
GISWR 2015 Midterm Review.
May 18, 2016 Spring 2016 Institute of Space Technology
Raster Data Analysis.
Spatial Analysis: Raster
Environmental Modelling with RASTER DEMs: Hydrologic Features
Creating Watersheds and Stream Networks
Presentation transcript:

Raster Analysis and Terrain Analysis Chapter 10 & 11 Raster Analysis

Raster Data Model Raster cells store data (nominal, ordinal, interval/ratio) Forest 1,…9, Excellent for terrain and hydrological modeling Complex constructs built from raster data -Connected cells can be formed in to networks -Related cells can be grouped into neighborhoods or regions

Examples of Raster Analysis Predict fate of pollutants in the atmosphere The spread of disease Animal migrations Crop yields EPA - hazard analysis of urban superfund sites Market analysis Watershed analysis Terrain analysis

Map algebra Concept introduced and developed by Dana Tomlin and Joseph Berry (1970’s) Cell by Cell combination of raster data layers -Each number represents a value at a raster cell location -Simple operations can be applied to each number -Raster layers may be combined through operations such as addition, subtraction and multiplication

Scope: Local operations

Many Local Functions (page 412 of text)

Logical Operations AND Non-zero values are “true”, zero values are “false” N = null values

Logical Operations OR Non-zero values are “true”, zero values are “false” N = null values

Logical Operations NOT

More Local Functions – logical comparisons

An Example of a Logical Operation

Reclassification

Conditional Function

Nested Functions

Overlay

Raster Clip Operation

Raster Addition

Be Careful of Ambiguity

Raster Overlay in Idrisi

First * Second 0*0=0 0*1=0 1*1=1

First + Second 0+0=0 0+1=1 1+1=2

Scope: Neighborhood operations

Neighborhood Operations Moving Windows (Windows can be any size; often odd to provide a center)

Kernels vs. Moving Window

Neighborhood Operations: Separate edge kernals can be used

Neighborhood Operations

Example:Identifying spatial differences in a raster layer

Raster Analysis Moving windows and kernals can be used with a mean kernal to reduce the difference between a cell and surrounding cells. (done by average across a group of cells) Raster data may also contain “noise”; values that are large or small relative to their spatial context. (Noise often requiring correction or smooth(ing)) Know as “high-pass” filters The identified spikes or pits can then be corrected or removed by editing

Zonal Functions

Scope: Global operation

ArcMap’s Raster Calculator Raster Calculator tool dialog box example From ArcGIS Help Files

Cost Surface The minimum cost of reaching cells in a layer from one or more sources cells “travel costs” Time to school; hospital; Chance of noxious foreign weed spreading out from an introduction point Units can be money, time, etc. Distance measure is combined with a fixed cost per unit distance to calculate travel cost If multiple source cells, the lowest cost is typically placed in the output cell

Friction Surface (version of a Cost Surface) The cell values of a friction surface represent the cost per unit travel distance for crossing each cell – varies from cell to cell Used to represent areas with variable travel cost. Notes: Barriers can be added. Multiple paths are often not allowed Cost and Friction Surfaces are always related to a source cell(s); “from something” The center of a cell is always used the distance calculations

Friction Surface

Terrain Analysis

Digital Elevation Models (DEM)/Terrain Analysis Terrain determines the natural availability and location of surface water, and hence soil moisture and drainage. Water quality through control of sediment entrainment and transport, slope steepness and direction defines flood zones, watershed boundaries and hydrologic networks. Terrain also strongly influences location and nature of transportation networks or the cost and methods of house and road construction.

Digital Elevation Models Terrain Analysis Slope and Aspect Used for: hydrology, conservation, siteplanning, other infrastructure development. Watershed boundaries, flowpaths and direction, erosion modeling, and viewsheddetermination all use slope and/or aspect data as input. Slope is defined as the change is elevation (a rise) with a change in horizontal position (a run). Slope is often reported in degrees (0° is flat, 90° is vertical)

Slope (continued)

Measured in the steepest direction of elevation change Often does not fall parallel to the raster rows or columns Which cells to use? Several different methods: Four nearest cells 3 rd Order Finite Difference

Slope (continued) Elevation is Z Using a 3 by 3 (or 5 by 5) moving window Each cell is assigned a subscript and the elevation value at that location is referred to by a subscripted Z value The most common formula:

Slope (continued) for Z o ΔZ/Δx = (49 – 40)/20 = 0.45 ΔZ/Δy = (45 – 48)/20 = -0.15

Slope (continued) Slope calculation base on cells adjacent to the center cell The distance is from cell center to cell center for Z o ΔZ/Δx = (49 – 40)/20 = 0.45 ΔZ/Δy = (45 – 48)/20 = Generalized formula for ΔZ/Δx and ΔZ/Δy ΔZ/Δx = (Z 5 – Z 4 )2* ΔZ/Δy = (Z 2 – Z 7 )2* Using the four nearest cells * = times cell width

Slope (continued) ΔZ/Δx = (49 – 40)/20 = 0.45ΔZ/Δy = (45 – 48)/20 = Kernal for ΔZ/ΔxKernal for ΔZ/Δy Multiply (kernal, cell by cell) Add (results) Divide by #cells x cell width Use slope formula

Multiply (kernal, cell by cell) Add (results) Divide by #cells x cell width Use slope formula

Slope in ArcGIS 10 From ArcGIS 10 Help

Aspect

The orientation (in compass angles) of a slope Calculation: Aspect = tan -1 [ -(ΔZ/Δy)/(ΔZ/Δx)] As with slope, estimated aspect varies with the methods used to determine ΔZ/Δx and ΔZ/Δy Aspect calculations also use the four nearest cell or the 3 rd -order finite difference methods

Aspect in ArcGIS 10 From ArcGIS 10 Help

Curvature

Viewshed The viewshed for a point is the collection of areas visible from that point. Views from any non-flat location are blocked by terrain. Elevations will hide a point if they are higher than the viewing point, or higher than the line of site between the viewing point and target point

Shaded Relief Surfaces

From ArcGIS 10 Desktop Help Flow Direction

Raster Analysis High pass filters Return: Small values when smoothly changing values. Large positive values when centered on a spike Large negative values when centered on a pit

High Pass Filter Raster data may also contain “noise”; values that are large or small relative to their spatial context. A mean kernal is used to reduce the difference between a cell and surrounding cells. (done by average across a group of cells) The identified spikes or pits can then be corrected or removed by editing

35.7

Watershed An area that contributes flow to a point on the landscape Water falling anywhere in the upstream area of a watershed will pass through that point. Many be small or large Identified from a flow direction surface Drainage network A set of cells through which surface water flows Based on the flow direction surface

Routing and Allocation Routing – Finding the shortest path between any nodes in a network – Optimal path Each link in the net can also be assigned an impedance value Using an accumulated distance and the impedance factor – Most efficient route can be found, rather than just the shortest – Nodes can also be coded with stops and barriers Preventing movement and forcing traffic along another path – Although routing can be done in raster, it is much easier if performed in a vector system

Routing and Allocation Allocation – Process used to define the areal extent of services areas – Service areas are defined around a site Region is formed that includes a defined area – Location/allocation model (optimizes network efficiency) Technique for the evaluation of multiple facility locations – Determining the configuration of facilities (location) – Assigning demand for the facilities (allocation)