Geog 495 Final Exam Review 11/23/05 Final exam on 11/28/05 Mon.

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
Center for Modeling & Simulation.  A Map is the most effective shorthand to show locations of objects with attributes, which can be physical or cultural.
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.
Spatial Information Systems (SIS) COMP Formats and Standards.
Introduction to Cartography GEOG 2016 E
Geog 458: Map Sources and Errors January Representing Geography.
Cartographic and GIS Data Structures
1 Shen FEii CSCI599-Fall2000 Spatial Database: Accomplishments and Research Needs presented by Fei Shen from S.Shekar,S.Chawla, S.Ravada,A.Fetterer, X.Liu,C.T.Lu.
Spatial Information Systems (SIS) Spatial data modelling
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.
Introduction to Databases Transparencies
19 th Advanced Summer School in Regional Science An introduction to GIS using ArcGIS.
©2005 Austin Troy. All rights reserved Lecture 3: Introduction to GIS Part 1. Understanding Spatial Data Structures by Austin Troy, University of Vermont.
Spatial databases: Introduction Geog 495: GIS database design.
Introduction to Mapping Science: Lecture #4 (Maps as numbers…) Overview Map as Numbers… an Abstraction of Space Database Management System for Attributes.
Representation of geographic concepts Geog 495: GIS database design November 7, 2005.
GI Systems and Science January 23, Points to Cover  What is spatial data modeling?  Entity definition  Topology  Spatial data models Raster.
Rebecca Boger Earth and Environmental Sciences Brooklyn College.
©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)
Database System Concepts and Architecture Lecture # 3 22 June 2012 National University of Computer and Emerging Sciences.
GIS for Environmental Science ENSC 3603 Class 4 1/22/09.
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 Applications in Civil Engineering
Chapter 3 Sections 3.5 – 3.7. Vector Data Representation object-based “discrete objects”
Different kinds of data Example of Elevation Topographic DEM (Digital Elevation Model)
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.
Chapter 3 Digital Representation of Geographic Data.
8. Geographic Data Modeling. Outline Definitions Data models / modeling GIS data models – Topology.
How do we represent the world in a GIS database?
CHAPTER 3 VECTOR DATA MODEL.
Spatial Concepts and Data Models Reading: Shekhar & Chawla Chapter 2 November 22, 2005.
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.
The.mxd File Lecture L4 –Data Models Ch. 2, pp 54-End.
1 Spatial Data Models and Structure. 2 Part 1: Basic Geographic Concepts Real world -> Digital Environment –GIS data represent a simplified view of physical.
GIS Data Structures How do we represent the world in a GIS database?
Creating and Maintaining Geographic Databases. Outline Definitions Characteristics of DBMS Types of database Relational model SQL Spatial databases.
Spatial DBMS Spatial Database Management Systems.
NR 143 Study Overview: part 1 By Austin Troy University of Vermont Using GIS-- Introduction to GIS.
Geographic Data in GIS. Components of geographic data Three general components to geographic information Three general components to geographic information.
Geographic Information Systems
Slide 1 SDTSSDTS FGDC CWG SDTS Revision Project ANSI INCITS L1 Project to Update SDTS FGDC CWG September 2, 2003.
DATA Spatial Data – where things are Non Spatial Data or Attribute Data – What things are Data in a computer database are managed and accessed through.
Lecture 10 Creating and Maintaining Geographic Databases Longley et al., Ch. 10, through section 10.4.
Spatial data models Raster –exhaustive regular or irregular partitioning of space –associated with the field view –location-based Vector –points, lines,
Towards Unifying Vector and Raster Data Models for Hybrid Spatial Regions Philip Dougherty.
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.
Lesson 3 GIS Fundamentals MEASURE Evaluation PHFI Training of Trainers May 2011.
Geographic Information Systems GIS Data Databases.
ArcGIS Topology Shapefiles, Coverages, Geodatabases
Geographic Information Systems
Statistical surfaces: DEM’s
Data Queries Raster & Vector Data Models
GTECH 709 GIS Data Formats GIS data formats
Cartographic and GIS Data Structures
Geographic Information Systems
Geography 413/613 Lecturer: John Masich
Geographic Information Systems
Presentation transcript:

Geog 495 Final Exam Review 11/23/05 Final exam on 11/28/05 Mon

Outlines I. Big picture –Attribute –Space –Attribute & Space II. Small picture –GIS view on spatial data –DBMS view on spatial data III. Synthesis

I. Big picture Geographic information has three main components: space, time, and attribute Traditionally the representation of attribute is well studied in contrast to space and time How attribute is represented in computer  database model (first half of this course) How space is represented in computer  spatial data model (second half of this course) How space is combined with attribute –In GIS (GIS Architecture) –In DBMS (SDBMS Architecture) –Integration of GIS with DBMS

Database model Hierarchical Network Relational Object-oriented Object-relational

Spatial data model Object view Field view

GIS architecture Hybrid Purely relational Object-oriented or object-relational File-system into database system

SDBMS architecture Purely relational Object-oriented Object-relational Accommodated into spatial semantics

Integrating GIS with SDBMS GIS-centered –e.g. Arc/Info ODBC –What’s the relative advantage of this approach? SDBMS-centered –e.g. Oracle Spatial –What’s the relative advantage of this approach?

GIService Utilize specialized GIS functionalities that meet specific needs Built upon DBMS Somewhat eclectic: good things from both

II. Small picture Two views on spatial data model GIS view: focused on how to store spatial information suited to application needs (e.g. building topology for routing applications) SDBMS view: focused on how to store spatial information suited to SQL-like queries (e.g. defining spatial data type, spatial operators)

1. GIS view on spatial data Data hierarchy –Data model: how spatial concepts are viewed –Data structure: how spatial information in stored in computer –Data format: how data structure is stored in s/w specific format Level of abstraction Human thinking Machine code

Data model There are two common views Object-view –The world is composed of discrete entities Field-view –The world is composed of continuous fields Both coexists in the real-world One phenomenon can be represented in two views Human perception tends to discretize information also

Data structure Data structure that stores spatial information –Vector: composed of (a set of) point –Raster: composed of grid cell Data structure that stores attributes derived from spatial relationships –TIN: connected network of points whose attributes vary –Matrix: represent attributes based on a pair of spatial objects

Do you know? Vertice, node, point, line, polygon, multishape polygon, multistring…. Topology vs. spaghetti model Planar vs. non-planar Compression methods for raster data structure –Run-length code –Quadtree

File format Different systems use different file formats Needs for interoperability –How can we promote interoperability? Metadata –Metadata standard? –What kind of information is documented? –FGDC standard

Do you know? SDTS XML Open GIS Characteristics of specific file format and how they are classified into different data model? –TIGER/Line –DEM –MrSID, BIL, GeoTiff (These are common DOQ format)

2. DBMS view on spatial data Spatial data type Spatial operators

Spatial data type Object –Point sets –Do you know OGIS spatial object types? Field –Tessellation (grid) representation –No too much work has been done

Spatial operators On field-based data –Local (e.g. +, -,…) –Focal (e.g. gradient) –Zonal (e.g. average) On object-based data –Topological (e.g. within, overlap, touch) –Metric (e.g. distance, direction, area)

Miscellaneous What is spatial access method (or spatial indexing)? –Quadtree vs. R tree Query processing –Single scan vs. multi scan

III. Synthesis More DBMS approach to GIS is desirable –DB system is superior to file system –DB gets increasingly smarter –Distributed GIS environment gets increasingly popular

Inadequacy of RDB to representing spatial concepts should be accommodated –User-defined spatial data types –User-defined spatial operators –Custom data model (refer to next week presentation on geodatabase case studies) –Geographer’s role for formalizing spatial concepts (Naïve geography?)