Lecture 09: Data Representation (VII)

Slides:



Advertisements
Similar presentations
Geographic Information Systems GIS Data Models. 1. Components of Geographic Data Spatial locations Attributes Topology Time.
Advertisements

Geographic Information Systems
Oracle Spatial and Mapviewer Problems From Real World Applications.
Geographical Information Systems and Science Longley P A, Goodchild M F, Maguire D J, Rhind D W (2001) John Wiley and Sons Ltd 9. Geographic Data Modeling.
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.
Spatial Analysis – vector data analysis
University of Wisconsin-Milwaukee Geographic Information Science Geography 625 Intermediate Geographic Information Science Instructor: Changshan Wu Department.
Introduction to Cartography GEOG 2016 E
Maps as Numbers Getting Started with GIS Chapter 3.
Cartographic and GIS Data Structures
CS 128/ES Lecture 11b1 Spatial Analysis (3D)
Floodplain Mapping using HEC-RAS and ArcView GIS Eric Tate Francisco Olivera David Maidment
CS 128/ES Lecture 5b1 Vector Based Data. CS 128/ES Lecture 5b2 Spatial data models 1.Raster 2.Vector 3.Object-oriented Spatial data formats:
Maps as Numbers Lecture 3 Introduction to GISs Geography 176A Department of Geography, UCSB Summer 06, Session B.
Geographic Information Systems
Geographic Information Systems : Data Types, Sources and the ArcView Program.
CE Introduction to Surveying and Geographic Information Systems
Using ESRI ArcGIS 9.3 3D Analyst T I N
GI Systems and Science January 23, Points to Cover  What is spatial data modeling?  Entity definition  Topology  Spatial data models Raster.
Introduction to GIS fGRG360G – Summer Geographic Information System Text Computer system GIS software Brainware Infrastructure Ray Hardware Software.
Spatial data Visualization spatial data Ruslan Bobov
Terrain Mapping and Analysis
©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)
GIS 1110 Designing Geodatabases. Representation Q. How will we model our real world data? A. Typically: Features Continuous Surfaces and Imagery Map Graphics.
Maps as Numbers Getting Started with GIS Chapter 3.
Presented by Rehana Jamal (GIS Expert & Geographer) Dated: Advance Applications of RS/GIS in Geo-Environmental Conservation Subject Lecture# 9&10.
Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-2 Chapters 3 and 4.
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
Intro. To GIS Lecture 9 Terrain Analysis April 24 th, 2013.
Chapter 3 Digital Representation of Geographic Data.
How do we represent the world in a GIS database?
Tessellations Sets of connected discrete two-dimensional units -can be irregular or regular –regular (infinitely) repeatable patter of regular polygon.
Cartographic and GIS Data Structures Dr. Ahmad BinTouq URL:
Simple Data Types Point (2d or 3d) –Coordinates with attributes Polyline (2d or 3d) –Points collected by line segments –2 lines max per point Polygon (2d)
Spatial Databases: Digital Terrain Model Spring, 2015 Ki-Joune Li.
Lecture 20: GIS Analytical Functionality (IV)
Introducing ArcGIS Chapter 1. Objectives  Understand the architecture of the ArcGIS program.  Become familiar with the types of data files used in ArcGIS.
GIS Data Structures How do we represent the world in a GIS database?
Geog. 377: Introduction to GIS - Lecture 15 Overheads 1 3. Coordinate System Transformation 4. DMBS and its use in GIS Topics Lecture 15: GIS Database.
Lab 2: GIS Data Models Yingjie Hu. Objectives Understanding GIS data models Manipulating the data models supported in ArcGIS.
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
Vector Data Model Chapter 3.
Geog. 377: Introduction to GIS - Lecture 21 Overheads 1 7. Spatial Overlay 7.1 Map Algebra (raster) 7.2 Polygon Overlay (vector) Topics Lecture 21: GIS.
UNIT 3 – MODULE 3: Raster & Vector
Chapter 1: GIS Data Outline Representing the world as a map Coordinate systems Map scale Data quality issues About ArcGIS.
Rayat Shikshan Sanstha’s Chhatrapati Shivaji College Satara
Introduction to Spatial Computing CSE 555
Spatial Data Models.
INTRODUCTION TO GEOGRAPHICAL INFORMATION SYSTEM
Geographical Information Systems
Spatial Data Models.
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
Cartographic and GIS Data Structures
Lecture 20: Spatial Interpolation III
Introduction to GIS.
Lecture 07: Data Representation (V)
Lecture 10: Data Representation (VIII)
Spatial interpolation
Spatial Databases: Digital Terrain Model
Lecture 03: Data Representation (I)
Spatial Databases: Digital Terrain Model
Lecture 04: Data Representation (II)
Lecture 08: Data Representation (VI)
Lecture 02: The Nature of Geographic Information
Presentation transcript:

Lecture 09: Data Representation (VII) Topics 3. Data Models 3.3 Spatial data models 3.3.3 Triangular Irregular Network (TIN) 3.3.4 Summary of Spatial Data Models Readings on the topics Chapter 8 in the text, pp. 189-190 Chapter 3 in Bonham-Carter’s (1994), pp. 78-81 Other readings Chapter 6 in Aronoff’s (1993), pp. 177-180

Outlines 3. 3 Spatial Data Models: 3.3.3 Triangular Irregular Network (TIN): 3.3.3.1 What is a TIN Triangle is the basic unit of representing the world, each triangle is defined by three points and its surface. (The TIN Figure) The area covered by a triangle is said to be in uniformity in its changes. Each of the three edges represents the change of this uniformity. Mostly used for terrain representation

3.3.3.2 Representation of TIN Consists of two tables: Triangle Node Table The Node Attribute Table (The TIN representation Figure) 3.3.3.3 Creation of TIN 3.3.3.3.1 How to pick points break points and break lines (The Hard Line and Soft Line Figure) 3.3.3.3.2 How to connect points into triangles Equal lateral triangles are preferred One approach is the Delaunay Triangulation (Also called as the Thiessen Polygon approach) (The Delaunay Triangulation Figure)

3.3.3.3 Creation of TIN (Continued…) 3.3.3.3.4 How to model the surface a) using a plane surface (linear) (The Dane Elevation Model with TIN Imprints Figure) b) using curved surface 3.3.3.4 Evaluation of TIN Representation 3.3.3.4.1 Pros: a) compact, no redundancy b) facilitate the computation of surface attributes 3.3.3.4.2 Cons: a) many possible triangulations from a same set of points b) slow to create one c) difficult for spatial overlay operation (the compact nature and difficulty for spatial overlay make it a data model for terrain data storage)

3.3.4 Summary of Spatial Data Model: 3.3.4.1 Comparison (The comparison table) 3.3.4.2 Converting between data models (1) Data quality – always lower precision spatial variability (2) Topology 3.3.4.3 Choosing a spatial data model (1) spatial variability (2) topological requirements (3) the nature of the project (budget, accuracy)

Questions: 1. Given a TIN diagram, please construct the Triangle-Node table. Where would one store the elevation data and the x-y coordinates for each node? 2. Compare and contrast the representation of digital elevation data using a raster data model and that using a TIN model 3. Compare and contrast the three basic spatial data models (raster, vector and TIN).