Raster data models Rasters can be different types of tesselations SquaresTrianglesHexagons Regular tesselations.

Slides:



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

Desktop, Mobile & Web Based GIS/ Collaborative GIS
Representation of spatial data
Geographic Information Systems GIS Data Models. 1. Components of Geographic Data Spatial locations Attributes Topology Time.
Geographic Information Systems
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
Quadtrees Raster and vector.
Introduction to Cartography GEOG 2016 E
Maps as Numbers Getting Started with GIS Chapter 3.
Cartographic and GIS Data Structures
WFM 6202: Remote Sensing and GIS in Water Management
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.
Spatial Information Systems (SIS) COMP Raster-based structures (2) Data conversion.
GIS DATA STRUCTURES There are two fundamental approaches to the representation of the spatial component of geographic information: Vector Model Raster.
GIS 200 Introduction to GIS Buildings. Poly Streams, Line Wells, Point Roads, Line Zoning,Poly MAP SHEETS.
Spatial Information Systems (SIS) COMP Raster-based structures (1)
Lecture 06: Map Data Structures Geography 128 Analytical and Computer Cartography Spring 2007 Department of Geography University of California, Santa Barbara.
PROCESS IN DATA SYSTEMS PLANNING DATA INPUT DATA STORAGE DATA ANALYSIS DATA OUTPUT ACTIVITIES USER NEEDS.
GUS: 0265 Fundamentals of GIS Lecture Presentation 4: Raster Data Model and Operations Jeremy Mennis Department of Geography and Urban Studies Temple University.
So What is GIS??? “A collection of computer hardware, software and procedures that are used to organize, manage, analyze and display.
DATA MANAGEMENT: SPATIAL COMPONENT. RASTER AND VECTOR FORMATS RASTER : Grid-based, Simplify reality VECTOR : Analog map, Cartography.
GI Systems and Science January 23, Points to Cover  What is spatial data modeling?  Entity definition  Topology  Spatial data models Raster.
Raster and Vector 2 Major GIS Data Models. Raster and Vector 2 Major GIS Data Models.
Prepared by Abzamiyeva Laura Candidate of the department of KKGU named after Al-Farabi Kizilorda, Kazakstan 2012.
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)
M ETHODS OF REPRESENTING GEOGRAPHIC SPACE Raster Model Vector Model.
Raster GIS.
SPATIAL DATA STRUCTURES
GROUP 4 FATIN NUR HAFIZAH MULLAI J.DHANNIYA FARAH AN-NUR MOHAMAD AZUWAN LAU WAN YEE.
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.
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.
Raster Data Chapter 7. Introduction  Vector – discrete  Raster – continuous  Continuous –precipitation –elevation –soil erosion  Regular grid cell.
Coordinate Systems Global Coordinate System – Latitude, Longitude and elevation UTM – eastings and northings, reference points are the equator and the.
GUS: 0262 Fundamentals of GIS Lecture Presentation 6: Raster Data Model Jeremy Mennis Department of Geography and Urban Studies Temple University.
Faculty of Applied Engineering and Urban Planning Civil Engineering Department Geographic Information Systems Vector and Raster Data Models Lecture 3 Week.
Maps as Numbers Getting Started with GIS Chapter 3.
Geographic Information System GIS This project is implemented through the CENTRAL EUROPE Programme co-financed by the ERDF GIS Geographic Inf o rmation.
Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-2 Chapters 3 and 4.
GIS Data Structure: an Introduction
Chapter 3 Digital Representation of Geographic Data.
8. Geographic Data Modeling. Outline Definitions Data models / modeling GIS data models – Topology.
Raster Data Model.
Cartographic and GIS Data Structures Dr. Ahmad BinTouq URL:
1 Data models Vector data model Raster data model.
Geographic Information Systems Data Analysis. What is GIS Data ?
GEOG 2007A An Introduction to Geographic Information SystemsFall, 2004 C. Earl A model is a ‘synthesis of data’ + information about how the data interact.
Geographic Information Systems Digital Elevation Models (DEM)
INTRODUCTION TO GIS  Used to describe computer facilities which are used to handle data referenced to the spatial domain.  Has the ability to inter-
Spatial data models Raster –exhaustive regular or irregular partitioning of space –associated with the field view –location-based Vector –points, lines,
Introduction to Geographic Information Systems
Distance measure Point A: UTM Eastings = 450,000m; Northings = 4,500,000m Point B: UTM Eastings = 550,000m; Northings = 4,500,000m.
GIS Data Models III GEOG 370 Instructor: Christine Erlien.
What is GIS? “A powerful set of tools for collecting, storing, retrieving, transforming and displaying spatial data”
Raster Data Model. How to Represent Point Features in Raster Data Models.
Raster Data Models: Data Compression Why? –Save disk space by reducing information content –Methods Run-length codes Raster chain codes Block codes Quadtrees.
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 3 – MODULE 3: Raster & Vector
Environmental GIS Nicholas A. Procopio, Ph.D, GISP
Czech Technical University in Prague Faculty of Transportation Sciences Department of Transport Telematics Doc. Ing. Pavel Hrubeš, Ph.D. Geographical Information.
GEOGRAPHICAL INFORMATION SYSTEM
INTRODUCTION TO GEOGRAPHICAL INFORMATION SYSTEM
Chapter 3 Raster & Vector Data.
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.
Statistical surfaces: DEM’s
Data Queries Raster & Vector Data Models
Cartographic and GIS Data Structures
Presentation transcript:

Raster data models Rasters can be different types of tesselations SquaresTrianglesHexagons Regular tesselations

Raster data models Irregular tesselations

Raster data models –but most common raster is composed of squares, called grid cells –grid cells are analogous to pixels in remote sensing images and computer graphics

Raster data models A raster representation is composed a series of layers, each with a theme

Raster data models Raster layer can be attached to a RDBMS agriculturalsandy loam 2roadsandy loam 3agriculturalsandy loam 4industrialsand IDLand UseSoil Type

Raster data models Resolution of a raster is the distance that one side of a grid cell represents on the ground = grid cell resolution The higher the resolution (smaller the grid cell), the higher the precision, but the greater the cost in data storage

Raster data models Compression of raster data: –run length encoding –value point encoding –chain codes –block codes –quadtrees

Raster data models Run length encoding and value point encoding

Raster data models Raster chain codes –directions around the boundary of a region Start North 1 East 1 North2 East2 South3 West 3 Value 4

Raster data models Raster block codes –two dimensional run length encoding

Raster data models Quadtrees –a partitioning of heterogeneous space into quarter sections

Raster data models Quadtrees –node is a quadrant that is heterogeneous –leaf is a quadrant that is homogeneous –quadrants are assigned an ID number according to their position and level

Raster data models Quadtrees –advantages efficient variable resolution, can generalize data display –disadvantages complex difficult to modify/update not efficient if data is hetergeneous

Raster data models Orderings of two dimensional data Goal is to store data that are ‘close’ in physical space close on the disk

Raster data models Raster data input –conversion from vector data Presence/absence Dominant type Percent occurance

Raster data models Raster data input

Raster data model Raster data input –interpolation from point data to surface

Raster data model Direct data capture in raster format –classified satellite remote sensing –aerial photography –scanned maps (from a drum scanner) must be rectified and registered for integration with other geographic data (corrected for distortions and georeferenced to a coordinate system)

Raster vs. Vector Raster –Advantages simple to understand overlay operation is straightforward can represent high spatial variability similar format for digital images –Disadvantages typically less compact storage than vector hard to represent topological relationships output graphics are often ‘blocky’ inappearance

Raster vs. Vector Vector –Advantages more compact storage than raster efficient encoding of topology and therefore more efficient topologic operations (I.e. network) graphic output approximates hand drawn maps –Disadvantages more complex than raster overlay operations are complicated representation of high spatial variability is inefficient cannot handle image data