Lecture 6 Raster data. Raster layers It’s all cells.

Slides:



Advertisements
Similar presentations
GG3019/GG4027/GG5019 An Introduction to
Advertisements

Data Models There are 3 parts to a GIS: GUI Tools
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 Based GIS Analysis
School of Environmental Sciences University of East Anglia
Group 3 Akash Agrawal and Atanu Roy 1 Raster Database.
Cartographic and GIS Data Structures
You have just been given an aerial photograph that is not registered to real world coordinates. How do you display the aerial with other data layers that.
TIN Triangulated Irregular Network (TIN) A set of adjacent, non-overlapping triangles computed from irregularly spaced points with x, y coordinates and.
NR 422: GIS Review Jim Graham Fall What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.
Maps as Numbers Lecture 3 Introduction to GISs Geography 176A Department of Geography, UCSB Summer 06, Session B.
Lecture 06: Map Data Structures Geography 128 Analytical and Computer Cartography Spring 2007 Department of Geography University of California, Santa Barbara.
Geographic Information Systems : Data Types, Sources and the ArcView Program.
So What is GIS??? “A collection of computer hardware, software and procedures that are used to organize, manage, analyze and display.
Maps as Numbers Getting Started with GIS Chapter 3.
©2005 Austin Troy. All rights reserved Lecture 3: Introduction to GIS Part 1. Understanding Spatial Data Structures by Austin Troy, University of Vermont.
What is GIS A geographic information system (GIS) is a system designed to capture, store, manipulate, analyze, manage, and present all types of geographical.
Introducing GIS Getting to Know ArcGIS Desktop. Brief History Recap  Studying the world using maps and globes  Models are now found inside computers.
Dr. David Liu Objectives  Understand what a GIS is  Understand how a GIS functions  Spatial data representation  GIS application.
Data Quality Data quality Related terms:
Spatial data Visualization spatial data Ruslan Bobov
©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)
SPATIAL DATA STRUCTURES
Civil and Environmental Engineering Applications.
GIS is composed of layers Layers –land/water –roads –urban areas –pollution levels Data can be represented by VECTORS, or Data can be represented by RASTERS.
GIS 1110 Designing Geodatabases. Representation Q. How will we model our real world data? A. Typically: Features Continuous Surfaces and Imagery Map Graphics.
GIS2: Geo-processing and Metadata Treg Christopher.
GIS Applications in Civil Engineering
Geo-referenced Information Processing System. ISPRS Geoprocessing Technologies to collect and treat spatial information for a specific goal. Geoprocessing.
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.
Introduction to Rasters In ArcGIS 9.2. What can you do with Rasters Lots….
Faculty of Applied Engineering and Urban Planning Civil Engineering Department Geographic Information Systems Vector and Raster Data Models Lecture 3 Week.
Presented by Rehana Jamal (GIS Expert & Geographer) Dated: Advance Applications of RS/GIS in Geo-Environmental Conservation Subject Lecture# 9&10.
Price Ch. 2 Mapping GIS Data ‣ GIS Concepts GIS Concepts Ways to map data Displaying rasters Classifying numeric data.
GIS Data Structure: an Introduction
Chapter 3 Digital Representation of Geographic Data.
How do we represent the world in a GIS database?
Support the spread of “good practice” in generating, managing, analysing and communicating spatial information Introduction to GIS for the Purpose of Practising.
Raster Data Model.
Advanced Topics in GIS. Natural Hazards Landslide Susceptibility.
Cartographic and GIS Data Structures Dr. Ahmad BinTouq URL:
Geographic Information Systems Data Analysis. What is GIS Data ?
Raster Concepts.
Lecture 2 Introduction to GIS, Data models, Data structures.
GIS Data Models Vector Data Models Vector File Formats Raster Data Models Raster File Formats.
Raster data models Rasters can be different types of tesselations SquaresTrianglesHexagons Regular tesselations.
GIS Data Structures How do we represent the world in a GIS database?
Working with Arrays in MATLAB
Lab 2: GIS Data Models Yingjie Hu. Objectives Understanding GIS data models Manipulating the data models supported in ArcGIS.
L7 - Raster Algorithms L7 – Raster Algorithms NGEN06(TEK230) – Algorithms in Geographical Information Systems.
Spatial Data Models Geography is concerned with many aspects of our environment. From a GIS perspective, we can identify two aspects which are of particular.
Unit 2. Understanding Geospatial Data Student Learning Outcomes: Students will investigate and understand types of data such as discrete and continuous,
Introduction to GIS Data Management CGIS-NURIntroduction to ArcGIS I.
Data Quality Data quality Related terms:
Chapter 8 Raster Analysis.
Spatial Data Models.
Spatial Models – Raster Stacy Bogan
Raster Analysis Ming-Chun Lee.
Spatial Analysis: Raster
Spatial Data Models Raster uses individual cells in a matrix, or grid, format to represent real world entities Vector uses coordinates to store the shape.
Lab 2: GIS Data Models Yingjie Hu. Objectives Understanding GIS data models Manipulating the data models supported in ArcGIS.
Statistical surfaces: DEM’s
Spatial Analysis Using Grids
Problems with Vector Overlay Analysis (esp. Polygon)
Geospatial Data models
Cartographic and GIS Data Structures
Geographic Information Systems
Spatial Analysis: Raster
Working with Arrays in MATLAB
Presentation transcript:

Lecture 6 Raster data

Raster layers It’s all cells

A matrix of cells R o w Column Grid cell 3, 6 Square cells Grid origin 0, From Clarke

Resolution (cell size) ½ cell size = 2x the space

Cell values Each cell has a value: Integer, real number, or NoData Cells can store raw numbers (elevation, temperature, slope)  1200  1130  1000  990  430 Or index values  1 = water  2 = land  3 = road  4 = building From Clarke

Categories of raster data Continuous  Elevation  Rainfall Discrete  Landuse  Tree type Imagery  Air photo  Sateilte Land Water Bridge

The mixed pixel problem WGW WWG WWG WGG WWG WGG WGE WEG EEG Water dominates Winner takes all Edges separate From Clarke

Raster to vector conversion Vector… to raster… back to vector How can you improve these results? From Clarke

Raster overlay Cells from multiple layers Same location Like a shish kabob Write equations with maps as variables – map algebra Value in layer 1 + Value in layer 2 + Value in layer 3 + Value in layer 4 Rainfall Rainfall Rainfall Rainfall equals 51

Use math operations +, -, \, and * Cells overlap each other Math performed on overlapping cells More or less rainfall? 7-4=3 Map algebra = Rain 1999Rain 2000Rain difference

Logical operations (and, or) Cells overlap each other Fast math – It’s all Zeros and ones 1- good, 0 - bad Find best Ski areas Map algebra AND = Slope > 15%No trees

Multiple rasters and transparency

Metadata Data about data Date information Who made it Location Scale Intended use Storage formats  FGDC  FAQ  ISO  XML

TIN: Triangulated Irregular Network 3D vector data Triangles More efficient than a grid

Elevations with TIN

3D Visualization

World view – zoom to Mt Everest

Raster data exercise