Lecture 07: Data Representation (V)

Slides:



Advertisements
Similar presentations
GUS: 0262 Fundamentals of GIS
Advertisements

Geographic Information Systems GIS Data Models. 1. Components of Geographic Data Spatial locations Attributes Topology Time.
Geographic Information Systems
Differences between CAD and GIS data structures
GI Science spatial data modelling Dr Nigel Trodd Science and the Environment Coventry University.
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.
Geog 405: Advanced Spatial Analysis © J.M. Piwowar1Spatial Data Models Characteristics of Raster Data Longley et al., Geographic Information Systems.
Introduction to Cartography GEOG 2016 E
TERMS, CONCEPTS and DATA TYPES IN GIS Orhan Gündüz.
IntroductionToGIS with Gary Johnson WHAT IS GIS ? What examples did you find ?
©2005 Austin Troy. All rights reserved Lecture 3: Introduction to GIS Understanding Spatial Data Structures by Austin Troy, University of Vermont.
IntroductionToGIS with Gary Johnson WHAT IS GIS ? What examples did you find ?
@2007 Austin Troy Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques Introduction to GIS By Brian Voigt University of Vermont.
GTECH 201 Lecture 05 Storing Spatial Data. Leftovers from Last Session From data models to data structures Chrisman’s spheres ANSI Sparc The role of GIScience.
©2005 Austin Troy. All rights reserved Lecture 3: Introduction to GIS Part 1. Understanding Spatial Data Structures by Austin Troy, University of Vermont.
Introduction to Mapping Science: Lecture #4 (Maps as numbers…) Overview Map as Numbers… an Abstraction of Space Database Management System for Attributes.
DATA MANAGEMENT: SPATIAL COMPONENT. RASTER AND VECTOR FORMATS RASTER : Grid-based, Simplify reality VECTOR : Analog map, Cartography.
Object-Based Vector Data Model
IntroductionToGIS with Gary Johnson WHAT IS GIS ? What examples did you find ?
GI Systems and Science January 23, Points to Cover  What is spatial data modeling?  Entity definition  Topology  Spatial data models Raster.
@2007 Austin Troy Lecture 4: An Introduction to the Vector Data Model and Map Layout Techniques Introduction to GIS By Brian Voigt University of Vermont.
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,
Geog. 377: Introduction to GIS - Lecture 18 Overheads 1 2. Measurement 3. Connectivity Topics Lecture 18: GIS Analytical Functionality (II) Readings on.
Applied Cartography and Introduction to GIS GEOG 2017 EL
Chapter 3 Sections 3.5 – 3.7. Vector Data Representation object-based “discrete objects”
–combines elements of computer science –database design –software design geography –map projections –geographic reasoning mathematics –mathematical topology.
Faculty of Applied Engineering and Urban Planning Civil Engineering Department Geographic Information Systems Vector and Raster Data Models Lecture 3 Week.
Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-2 Chapters 3 and 4.
8. Geographic Data Modeling. Outline Definitions Data models / modeling GIS data models – Topology.
CHAPTER 3 VECTOR DATA MODEL.
1 Data models Vector data model Raster data model.
 Data Models in Commercial GIS Systems E. Hoel, page CSCI 5715 – Fall /14/2014 Sameera Shah Shyam Sundar Somasundaram.
1 Spatial Data Models and Structure. 2 Part 1: Basic Geographic Concepts Real world -> Digital Environment –GIS data represent a simplified view of physical.
GUS: 0265 Applications in GIS Lecture Presentation 1: Vector Data Model and Operations Jeremy Mennis Department of Geography and Urban Studies Temple University.
GIS Data Types. GIS technology utilizes two basic types of data 1. Spatial Data Describes the absolute and relative location of geographic features.
Spatial Databases: Lecture 2 DT249-4 DT228-4 Semester Pat Browne
Spatial Databases - Representation
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
Vector Data Model Chapter 3.
Raster Data Models: Data Compression Why? –Save disk space by reducing information content –Methods Run-length codes Raster chain codes Block codes Quadtrees.
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.
Topic: Data Models. Data Model: A consistent way of defining and representing real world entities or phenomena in a GIS. Two Primary Types of Data Models:
UNIT 3 – MODULE 3: Raster & Vector
Lecture 24: Uncertainty and Geovisualization
INTRODUCTION TO GEOGRAPHICAL INFORMATION SYSTEM
Lecture 17: GIS Analytical Functionality (I)
Physical Structure of GDB
Geographical Information Systems
Physical Structure of GDB
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.
Principles of GIS Geocomputation – Part II Shaowen Wang
GTECH 709 Vector data models
Geographic Information Systems
Lecture 10: Data Representation (VIII)
GIS Lecture: Editing Data
The Arc-Node Data Model
Lecture 09: Data Representation (VII)
Geographic Information System (GIS) Dr. Taysir Hassan Abdel Hamid
Spatial Databases - Representation
Spatial Databases - Representation
Lecture 03: Data Representation (I)
Lecture 04: Data Representation (II)
Lecture 08: Data Representation (VI)
Lecture 02: The Nature of Geographic Information
Presentation transcript:

Lecture 07: Data Representation (V) Topics 3. Data Models 3.3 Spatial data models 3.3.1 Raster Data Models 3.3.2 Vector Data Models Readings on the topics Chapter 8 in the text, pp. 183-184 Chapter 6 in Aronoff’s (1993), pp. 172-177 Other readings Chapter 3 in Bonham-Carter’s (1994), pp. 68-71 Chapter 3 in Burrough and McDonnell (1998), pp. 57-64

Lecture 07: Data Representation (V) 3. 3 Spatial Data Models: 3.3.2 Vector data models: A. Vector representation The basic concept (The Vector Representation Figure) The representation of point, linear and area features (The point, line, area in vector figure)

B. Terminology Vertex Node Arc Polygon Label point C. Spatial Topology Spatial relationships of the basic geometric elements

D. Types of models 1) Entity by Entity (Spaghetti) Model a) definition: b) Versions of spaghetti models: (1) Simple lists (The simple lists figure) (2) Point directory (The point directory figure) c) A comparison of spaghetti models (The Spaghetti comparison figure)

E. Summary: (1) Geographic features are treated as individual objects The spatial boundary is explicitly coded (2) No relationships among objects Spatial topology among features are not explicitly coded

Questions 1. How does a vector data model represent spatial data? How does it represent a point feature, a linear feature, and an area feature? 2. What are the advantages and disadvantages of the vector data model? 3. What is an arc and what is a node? Can any point be a node? what is the difference between arc and a polyline (a line made of multiple straight segments)? 4. How are the three basic geometric elements are used to capture spatial topology in a topological data model? 5. What is the main difference the simple list data model and the point directory data model? Why don’t we consider them to be topological data models?