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.

Slides:



Advertisements
Similar presentations
Chapter Eight: Mapping Earth
Advertisements

Data Models There are 3 parts to a GIS: GUI Tools
NUMERICAL TERRAIN MODEL IN SPATIAL PLANNING GRID DATA FORMAT.
Chapter 5 Raster –based algorithms in CAC. 5.1 area filling algorithm 5.2 distance transformation graph and skeleton graph generation algorithm 5.3 convolution.
Raster Based GIS Analysis
University of Wisconsin-Milwaukee Geographic Information Science Geography 625 Intermediate Geographic Information Science Instructor: Changshan Wu Department.
Group 3 Akash Agrawal and Atanu Roy 1 Raster Database.
Raster Data in ArcSDE 8.2 Why Put Images in a Database? What are Basic Raster Concepts? How Raster data stored in Database?
WFM 6202: Remote Sensing and GIS in Water Management
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.
CS 128/ES Lecture 5a1 Raster Formats (II). CS 128/ES Lecture 5a2 Spatial modeling in raster format  Basic entity is the cell  Region represented.
CS292 Computational Vision and Language Visual Features - Colour and Texture.
Introducing GIS Getting to Know ArcGIS Desktop. Brief History Recap  Studying the world using maps and globes  Models are now found inside computers.
GIS Introduction What is GIS?. Geographic Information Systems A database system in which the organizing principle is explicitly SPATIAL.
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.
Marine GIS Applications using ArcGIS Global Classroom training course Marine GIS Applications using ArcGIS Global Classroom training course By T.Hemasundar.
Introduction to Digital Data and Imagery
Rebecca Boger Earth and Environmental Sciences Brooklyn College.
Spatial data Visualization spatial data Ruslan Bobov
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.
Habitat Analysis in ArcGIS Use of Spatial Analysis to characterize used resources Thomas Bonnot
©2005 Austin Troy. All rights reserved Lecture 3: Introduction to GIS Understanding Spatial Data Structures by Austin Troy, Leslie Morrissey, & Ernie Buford,
Spatial data models (types)
The Digital Image.
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.
Objective Understand concepts used to create digital graphics. Course Weight : 15% Part Three : Concepts of Digital Graphics.
Basic Geographic Concepts GEOG 370 Instructor: Christine Erlien.
Major parts of ArcGIS ArcView -Basic mapping, editing and Analysis tools ArcEditor -all of ArcView plus Adds ability to deal with topological and network.
GIS Data Structure: an Introduction
Spatial Analysis.
Chapter 3 Digital Representation of Geographic Data.
8. Geographic Data Modeling. Outline Definitions Data models / modeling GIS data models – Topology.
Raster Data Model.
Chapter 3 Section 1- Finding Locations on Earth
Raster Concepts.
CFR 250/590 Introduction to GIS, Autumn D Analysis & Surface Modeling © Phil Hurvitz, vector_analysis_1.ppt 1  Overview 3D Analysis &
Advanced GIS Using ESRI ArcGIS 9.3 3D Analyst part 2.
Data Types Entities and fields can be transformed to the other type Vectors compared to rasters.
Copyright © 2006 by Maribeth H. Price 1-1 How does GIS work? Data storage The ArcGIS Interface.
Environmental Modeling Basic GIS Functions for Suitability Index Modeling.
DIGITAL IMAGE. Basic Image Concepts An image is a spatial representation of an object An image can be thought of as a function with resulting values of.
1 Overview Importing data from generic raster files Creating surfaces from point samples Mapping contours Calculating summary attributes for polygon features.
Digital Imaging Fundamentals Ms. Hema C.R. School of Mechatronic Engineering.
Lab 2: GIS Data Models Yingjie Hu. Objectives Understanding GIS data models Manipulating the data models supported in ArcGIS.
MSc in Geoinformatics – Managing Energy, Resources, Environment Teacher Training Dushanbe, – TEMPUS This project has.
Integrating Geographic Information Systems (GIS) into your Curriculum Teaching American History Meg Merrick & Heather Kaplinger Year 2 GIS Inservices.
Applying Pixel Values to Digital Images
Data Models, Pixels, and Satellite Bands. Understand the differences between raster and vector data. What are digital numbers (DNs) and what do they.
Mapping Technology and Topographic Maps Chapter 1, Lesson 3 and 4.
1 Basic Geographic Concepts Real World  Digital Environment Data in a GIS represent a simplified view of physical entities or phenomena 1. Spatial location.
An Introduction to Digital Image Processing Dr.Amnach Khawne Department of Computer Engineering, KMITL.
GIS Data Shape files, Rasters, Coordinate Systems, ArcGIS.
Surface Analysis Tools. Lesson 7 overview  Topographic data  Sources  Uses  Topographic analysis  Hillshade  Visibility  Contours  Slope, aspect,
Chapter 8 Raster Analysis.
DIGITAL ELEVATION MODEL (DEM), ITS DERIVATIVES & APPLICATIONS
Spatial Models – Raster Stacy Bogan
Raster Analysis Ming-Chun Lee.
Introduction to GIS.
Chapter I Digital Imaging Fundamentals
Spatial Analysis: Raster
Lab 2: GIS Data Models Yingjie Hu. Objectives Understanding GIS data models Manipulating the data models supported in ArcGIS.
Statistical surfaces: DEM’s
Computer Vision Lecture 4: Color
Problems with Vector Overlay Analysis (esp. Polygon)
Data Queries Raster & Vector Data Models
Review- vector analyses
Spatial interpolation
Raster Data Analysis.
Spatial Analysis: Raster
Presentation transcript:

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 discrete dimension –Elevation –Temperature –Rainfall –Noise Levels

Surfaces Have Numeric Values Things like elevation, temperature, slope and precipitation have measurable values for any particular location on the earth’s surface.

Surfaces Have Numeric Values To model these phenomena, an area of interest is divided into an array of identically sized squares The centers of these squares then become the ‘sample points’

Surfaces Have Numeric Values The values of the variable of interest are recorded, or estimated, at each of the sample points.

Surfaces Have Numeric Values These values can then be assigned colors, or shades of gray, in order for them to be visualized

Digital Photos The most familiar type of Raster Data is the digital photograph. Digital Photos are raster datasets that record the relative amount of light being reflected off of a surface.

Color Digital Photos Color Digital Photos are actually made up of three Raster Datasets, each of which describes the amount of reflected Red, Green & Blue light, respectively. These 3 raster datasets are combines (by the computer) into the R-G-B color image we are used to seeing.

Transforming Raster Data ArcGIS provides many tools for applying mathematical transformations to Raster Data. Many of these transformations take advantage of Map Algebra, a special set of functions similar to Matrix Algebra.

Transforming Raster Data For Example: You might start with a Digital Elevation Model (DEM), which contains the elevation values at regular intervals.

Transforming Raster Data Using the tools in the ArcToolbox the DEM can be used to calculate a Slope Raster. This Slope Raster contains the Maximum change in elevation for every elevation point, measured in degrees.

Converting Raster Data ArcToolbox also contains tools to convert from Raster Data to various types of Vector Data. Including: –Topographic Contours –Polygons of “Classes” of values that occur in the raster dataset

Extracting Raster Values ArcToolbox provides tools for extracting Raster Data values to vector data.

Creating Raster Data Finally, there are a number of tools in ArcToolbox that allow one to Create Raster Data. For example, you can create a Raster Dataset that contains the Distance from some feature to every other point in the area of interest. The distance values can then be extracted to other datasets for use as an attribute for analysis.