Spatial data models Raster –exhaustive regular or irregular partitioning of space –associated with the field view –location-based Vector –points, lines,

Slides:



Advertisements
Similar presentations
GUS: 0262 Fundamentals of GIS
Advertisements

Data Models There are 3 parts to a GIS: GUI Tools
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.
Geog 405: Advanced Spatial Analysis © J.M. Piwowar1Spatial Data Models Characteristics of Raster Data Longley et al., Geographic Information Systems.
Cartographic and GIS Data Structures
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:
Geographic Information Systems
Lecture 06: Map Data Structures Geography 128 Analytical and Computer Cartography Spring 2007 Department of Geography University of California, Santa Barbara.
GIS Data Models: Vector
PROCESS IN DATA SYSTEMS PLANNING DATA INPUT DATA STORAGE DATA ANALYSIS DATA OUTPUT ACTIVITIES USER NEEDS.
Introduction to Mapping Science: Lecture #4 (Maps as numbers…) Overview Map as Numbers… an Abstraction of Space Database Management System for Attributes.
It’s the Geography, Cupid!. GTECH 201 Lecture 04 Introduction to Spatial Data.
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.
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)
SPATIAL DATA STRUCTURES
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.
Applied Cartography and Introduction to GIS GEOG 2017 EL
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.
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.
Chapter 3 Digital Representation of Geographic Data.
8. Geographic Data Modeling. Outline Definitions Data models / modeling GIS data models – Topology.
Chapter 8. ATTRIBUTE DATA INPUT AND MANAGEMENT
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.
Raster data models Rasters can be different types of tesselations SquaresTrianglesHexagons Regular tesselations.
GUS: 0265 Applications in GIS Lecture Presentation 1: Vector Data Model and Operations Jeremy Mennis Department of Geography and Urban Studies Temple University.
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?
Spatial DBMS Spatial Database Management Systems.
Geographic Data in GIS. Components of geographic data Three general components to geographic information Three general components to geographic information.
Lab 2: GIS Data Models Yingjie Hu. Objectives Understanding GIS data models Manipulating the data models supported in ArcGIS.
Geographic Information Systems
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-
Introduction to Geographic Information Systems
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”
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.
Vector data model TIN: Triangulated Irregular Network.
UNIT 3 – MODULE 3: Raster & Vector
Geog 495 Final Exam Review 11/23/05 Final exam on 11/28/05 Mon.
Lesson 3 GIS Fundamentals MEASURE Evaluation PHFI Training of Trainers May 2011.
Geographic Information Systems GIS Data Databases.
Rayat Shikshan Sanstha’s Chhatrapati Shivaji College Satara
Spatial Data Models.
INTRODUCTION TO GEOGRAPHICAL INFORMATION SYSTEM
Geographical Information Systems
Physical Structure of GDB
Spatial Data Models.
Geographic Information Systems
Lab 2: GIS Data Models Yingjie Hu. Objectives Understanding GIS data models Manipulating the data models supported in ArcGIS.
Statistical surfaces: DEM’s
GTECH 709 GIS Data Formats GIS data formats
GTECH 709 Vector data models
Cartographic and GIS Data Structures
Geographic Information Systems
Lecture 07: Data Representation (V)
Lecture 09: Data Representation (VII)
Spatial Databases - Representation
Spatial Databases - Representation
Geographic Information Systems
Presentation transcript:

Spatial data models Raster –exhaustive regular or irregular partitioning of space –associated with the field view –location-based Vector –points, lines, areas –associated with the object view –object-based

Spatial data models

Vector data models An object (as opposed to field or location) viewpoint of space represent geographic entities as discrete objects composed of points, lines, and polygons

Vector data models Spaghetti vector data model –each point, line, or polygon that represents a geographic entity is stored as a record in a file that consists of that entity’s ID and a list of coordinates that define it’s location (or the coordinate space that it occupies)

Vector data models Spaghetti vector data model –relationships among objects are implied

Vector data models Spaghetti vector data model –advantages simple efficient for display and plotting –disadvantages inefficient for most types of spatial analysis

Vector data models Vector topologic data model –composed of points, lines, and polygons –node: a point at the intersection of two or more lines –in addition to coordinate locations, the topologic relationships between geometric features are explicitly recorded

Vector data models Vector topologic data model

Vector data models Vector topologic data model

Vector data models Vector topologic data model: GBF/DIME

Vector data models Vector topologic data model: POLYVRT (hierarchical data structure)

Vector data models Freeman - Hoffman chain-code for compacting vector storage

Vector data model TIN: Triangulated Irregular Network

Vector data model TIN: Triangulated Irregular Network

Vector data model TIN: Triangulated Irregular Network

Vector data model Hybrid vs. integrated systems for vector data models –A hybrid system stores spatial data in one type of data model and the attribute data in another data model that is often an existing commercial non-spatial database –An integrated system manages both spatial and attribute data using the same data model

A B C D E F ID Length Key A 5 1 B 6 2 C 6 2 D 7 1 E 9 1 F 9 3 Key Name Length 1Main St. 21 2Elm St. 12 3Spruce St. 9