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.

Slides:



Advertisements
Similar presentations
Data Models There are 3 parts to a GIS: GUI Tools
Advertisements

Efficient access to TIN Regular square grid TIN Efficient access to TIN Let q := (x, y) be a point. We want to estimate an elevation at a point q: 1. should.
Fast Algorithms For Hierarchical Range Histogram Constructions
Center for Modeling & Simulation.  A Map is the most effective shorthand to show locations of objects with attributes, which can be physical or cultural.
Basic geostatistics Austin Troy.
GIS Error and Uncertainty Longley et al., chs. 6 (and 15) Sources: Berry online text, Dawn Wright.
Digital Terrain Model (DTM)
Raster Based GIS Analysis
University of Wisconsin-Milwaukee Geographic Information Science Geography 625 Intermediate Geographic Information Science Instructor: Changshan Wu Department.
WFM 6202: Remote Sensing and GIS in Water Management © Dr. Akm Saiful IslamDr. Akm Saiful Islam WFM 6202: Remote Sensing and GIS in Water Management Akm.
Raster Data. The Raster Data Model The Raster Data Model is used to model spatial phenomena that vary continuously over a surface and that do not have.
Spatial Analysis Longley et al., Ch 14,15. Transformations Buffering (Point, Line, Area) Point-in-polygon Polygon Overlay Spatial Interpolation –Theissen.
Spatial Interpolation
©2005 Austin Troy. All rights reserved Lecture 3: Introduction to GIS Part 1. Understanding Spatial Data Structures by Austin Troy, University of Vermont.
CE Introduction to Surveying and Geographic Information Systems Donald J. Leone, Ph.D., P.E. eLearning Version Lecture 4.
Map Measurement and Transformation Longley et al., ch. 13.
Spatial Queries & Analysis in GIS
Geografiske informasjonssystemer (GIS) SGO1910 & SGO4930 Vår 2004 Foreleser: Karen O’Brien Seminarleder: Gunnar Berglund
Lecture 07: Terrain Analysis Geography 128 Analytical and Computer Cartography Spring 2007 Department of Geography University of California, Santa Barbara.
Applications in GIS (Kriging Interpolation)
GIS Analysis Functions INLS GIS Digital Information: Uses, Resources & Software Tools.
Spatial data models (types)
Preparing Data for Analysis and Analyzing Spatial Data/ Geoprocessing Class 11 GISG 110.
ESRM 250 & CFR 520: Introduction to GIS © Phil Hurvitz, KEEP THIS TEXT BOX this slide includes some ESRI fonts. when you save this presentation,
GIS2: Geo-processing and Metadata Treg Christopher.
Map Scale, Resolution and Data Models. Components of a GIS Map Maps can be displayed at various scales –Scale - the relationship between the size of features.
GIS in Real Estate Phil Hurvitz CAUP-Urban Form Lab April 13, 2005.
United Nations Regional Seminar on Census Data Dissemination and Spatial Analysis Amman, Jordan, May, 2011 Spatial Analysis & Dissemination of Census.
Applied Cartography and Introduction to GIS GEOG 2017 EL
Using ESRI ArcGIS 9.3 Spatial Analyst
Interpolation.
Spatial Analysis.
Intro. To GIS Lecture 9 Terrain Analysis April 24 th, 2013.
8. Geographic Data Modeling. Outline Definitions Data models / modeling GIS data models – Topology.
How do we represent the world in a GIS database?
Interpolation Tools. Lesson 5 overview  Concepts  Sampling methods  Creating continuous surfaces  Interpolation  Density surfaces in GIS  Interpolators.
Geographic Information Systems Data Analysis. What is GIS Data ?
1 Spatial Analysis in GIS EAA 502 MSc. Course Lecture 3 Dr Mohd Sanusi.
Intro to Raster GIS GTECH361 Lecture 11. CELL ROW COLUMN.
University of Palestine Faculty of Applied Engineering and Urban Planning GIS Course Spatial Analysis Eng. Osama Dawoud 1 st Semester 2009/2010.
Data Types Entities and fields can be transformed to the other type Vectors compared to rasters.
Chapter 8 – Geographic Information Analysis O’Sullivan and Unwin “ Describing and Analyzing Fields” By: Scott Clobes.
Manipulations interpolation/extrapolation line intersections points in polygon line and polygon intersections union/intersection of polygon areas buffering.
Ripley K – Fisher et al.. Ripley K - Issues Assumes the process is homogeneous (stationary random field). Ripley K was is very sensitive to study area.
GIS Data Structures How do we represent the world in a GIS database?
Raster Analysis. Learning Objectives Develop an understanding of the principles underlying lab 4 Introduce raster operations and functions Show how raster.
Interpolation of Surfaces Spatial Data Analysis. Spatial Interpolation Spatial interpolation is the prediction of exact values of attributes at un-sampled.
Introduction to GIS. Introduction How to answer geographical questions such as follows: – What is the population of a particular city? – What are the.
1 Overview Importing data from generic raster files Creating surfaces from point samples Mapping contours Calculating summary attributes for polygon features.
The Nature of Geographic Data Based in part on Longley et al. Chapters 3 and 4.
Grid-based Map Analysis Techniques and Modeling Workshop
Statistical Surfaces Any geographic entity that can be thought of as containing a Z value for each X,Y location –topographic elevation being the most obvious.
L15 – Spatial Interpolation – Part 1 Chapter 12. INTERPOLATION Procedure to predict values of attributes at unsampled points Why? Can’t measure all locations:
Lecture 6: Point Interpolation
Statistical Surfaces, part II GEOG370 Instructor: Christine Erlien.
Geographic Information Systems and Science SECOND EDITION Paul A. Longley, Michael F. Goodchild, David J. Maguire, David W. Rhind © 2005 John Wiley and.
INTERPOLATION Procedure to predict values of attributes at unsampled points within the region sampled Why?Examples: -Can not measure all locations: - temperature.
Interpolation Local Interpolation Methods –IDW – Inverse Distance Weighting –Natural Neighbor –Spline – Radial Basis Functions –Kriging – Geostatistical.
14. Query, Measurement, and Transformation. Outline What is spatial analysis? Queries and reasoning Measurements Transformations.
Chapter 8 Raster Analysis.
Raster Analysis Ming-Chun Lee.
Statistical surfaces: DEM’s
Lecture 6 Implementing Spatial Analysis
Chapter 10 Problems Even problems are at end of text. 19. What is a kernel in a moving window operation? Does the kernel size or shape change for different.
Problems with Vector Overlay Analysis (esp. Polygon)
Interpolation of Surfaces
Spatial Analysis Longley et al..
May 18, 2016 Spring 2016 Institute of Space Technology
Spatial interpolation
Interpolating Surfaces
Presentation transcript:

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 the point’s elevation to that of its neighbors –usually its eight neighbors –but the exact method varies –in a scientific study, it is important to know exactly what method is used when calculating slope, and exactly how slope is defined

Slope Definitions Slope defined as an angle … or rise over horizontal run … or rise over actual run various methods –important to know how your favorite GIS calculates slope

Slope Definitions (cont.)

Slope and Aspect measured from an elevation or bathymetry raster –compare elevations of points in a 3x3 neighborhood –slope and aspect at one point estimated from elevations of it and surrounding 8 points number points row by row, from top left from 1 to

Typical Slope Calculation tan (slope) = sqrt (b 2 + c 2 ) b = (z 3 + 2z 6 + z 9 - z 1 - 2z 4 - z 7 ) / 8D c = (z 1 + 2z 2 + z 3 - z 7 - 2z 8 - z 9 ) / 8D –b denotes slope in the x direction –c denotes slope in the y direction –D is the spacing of points (30 m) find the slope that fits best to the 9 elevations minimizes the total of squared differences between point elevation and the fitted slope weighting four closer neighbors higher

Aspect tan (aspect) = b/c Angle between vertical and direction of steepest slope Measured clockwise add 180 to aspect if c is positive, 360 to aspect if c is negative and b is positive

Spatial Analysis: “Transformations” Longley et al., chs. 13 and 14

Transformations Create new objects and attributes, based on simple rules –involving geometric construction or calculation –may also create new fields, from existing fields or from discrete objects

“ Transformations” - New Data new objects and data sets from existing objects anddata sets BUFFERING POINT IN POLYGON POLYGON OVERLAY SPATIAL INTERPOLATION DENSITY ESTIMATION

Buffering buffering takes points, lines, or areas and creates areas every location within the resulting area is either: –in/on the original object –within the defined buffer width of the original object

Applications find all areas of Siuslaw National Forest beyond 1 mile from a road find all households within 1 mile of a proposed new freeway –and send them notification of proposal find all liquor stores within 1 mile of a school –and notify them of a proposed change in the law

Variants vary the object's buffer width according to an attribute value –e.g. noise buffers depending on road traffic volume vary the rate of spread according to a friction field Thiessen polygons for point objects

Point-in-Polygon Determine whether a given point lies inside or outside a given polygon –assign a set of points to a set of polygons –e.g., count numbers of accidents in counties –e.g., whose property does this phone pole lie in? Algorithm –draw a line from the point to infinity –count intersections with the polygon boundary –inside if the count is odd –outside if the count is even

Point-in-Poly Algorithm inside if the count is odd outside if the count is even what if the point lies on the boundary?

Polygon Overlay Create polygons by overlaying existing polygons how many polygons are created when two polygons are overlaid? Discrete object find overlaps between two polygons creates a collection of polygons

Overlay Issues in raster the values in each cell are combined -- binary, rating models?? major computing workload –Indexing swamped by slivers –tolerance

Spatial Interpolation & GIS to calculate some property of a surface at a given point model all the REAL intricacies of a surface to provide contours highlight general spatial trend of data for decision-making

What’s A Wildlife Manager to Do? 23 animals assumed everywhere? pitfalls of applying classical statistics to spatial data give “spatial” characterization to the mean (23) let’s interpolate!

X X Spatial Interpolation need to estimate values at locations where there are no explicit data estimates must be determined from surrounding values

Spatial Interpolation - cont. We need to be able to model a surface based on the sampled points. A predictive numerical model of Z values Can be conceptually very simple but it requires an a priori assumption –Can the numbers in each successive step be determined by a simple mathematical procedure?

Linear interpolation a priori assumption Assigning values between known points Create an isarithmic (contour map)

Contouring a TIN

Nonlinear Interpolation When things aren't so simple Can’t assume linearity of features Basic types: 1. Trend surface analysis 2. Minimum Curvature Spline 3. Inverse Distance Weighted 4. Kriging