What is Where? u Getting Started With Geographic Information Systems u Chapter 5.

Slides:



Advertisements
Similar presentations
The Role of Error Map and attribute data errors are the data producer's responsibility, GIS user must understand error. Accuracy and precision of map and.
Advertisements

Relational Algebra, Join and QBE Yong Choi School of Business CSUB, Bakersfield.
The database approach to data management provides significant advantages over the traditional file-based approach Define general data management concepts.
From portions of Chapter 8, 9, 10, &11. Real world is complex. GIS is used model reality. The GIS models then enable us to ask questions of the data by.
Management Information Systems, Sixth Edition
GI Systems and Science January 30, Points to Cover  Recap of what we covered so far  A concept of database Database Management System (DBMS) 
The Hierarchy of Data Bit (a binary digit): a circuit that is either on or off Byte: 8 bits Character: each byte represents a character; the basic building.
What is Where? Lecture 5 Introduction to GISs Geography 176A Department of Geography, UCSB Summer 06, Session B.
Organizing Data & Information
Geographic Information Systems
11 3 / 12 CHAPTER Databases MIS105 Lec14 Irfan Ahmed Ilyas.
NPS Introduction to GIS: Lecture 1
What is Where? u Getting Started With Geographic Information Systems u Chapter 5.
Attribute databases. GIS Definition Diagram Output Query Results.
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
Dr. David Liu Objectives  Understand what a GIS is  Understand how a GIS functions  Spatial data representation  GIS application.
Attribute Data Input and Management
Information systems and databases Database information systems Read the textbook: Chapter 2: Information systems and databases FOR MORE INFO...
What is Where? Getting Started With Geographic Information Systems Chapter 5.
Geografiske informasjonssystemer (GIS) SGO1910 & SGO4930 Vår 2004 Foreleser: Karen O’Brien Seminarleder: Gunnar Berglund
Computing for Bioinformatics Introduction to databases What is a database? Database system components Data types DBMS architectures DBMS systems available.
Database System Concepts and Architecture Lecture # 3 22 June 2012 National University of Computer and Emerging Sciences.
Fundamentals of Information Systems, Third Edition2 Principles and Learning Objectives The database approach to data management provides significant advantages.
GIS Concepts ‣ What is a table? What is a table? ‣ Queries on tables Queries on tables ‣ Joining and relating tables Joining and relating tables ‣ Summary.
ASP.NET Programming with C# and SQL Server First Edition
Introduction to database systems
 Definition  Components  Advantages  Limitations Contents  DBMS DBMS  Functions Functions  Architecture Architecture.
Fundamentals of Information Systems, Fifth Edition
2. Database System Concepts and Architecture
2005 SPRING CSMUIntroduction to Information Management1 Organizing Data John Sum Institute of Technology Management National Chung Hsing University.
Chapter 7: Database Systems Succeeding with Technology: Second Edition.
6 Chapter Databases and Information Management. File Organization Terms and Concepts Bit: Smallest unit of data; binary digit (0,1) Byte: Group of bits.
MET280: Computing for Bioinformatics Introduction to databases What is a database? Not a spreadsheet. Data types and uses DBMS (DataBase Management System)
GUS: 0262 Fundamentals of GIS Lecture Presentation 3: Relational Data Model Jeremy Mennis Department of Geography and Urban Studies Temple University.
1 Data models Vector data model Raster data model.
Relational Databases Database Driven Applications Retrieving Data Changing Data Analysing Data What is a DBMS An application that holds the data manages.
Oleh Munawar Asikin. Principles of Information Systems, Seventh Edition 2  Database management system (DBMS): group of programs that manipulate database.
Using Special Operators (LIKE and IN)
Concepts of Database Management Seventh Edition
Ihr Logo Fundamentals of Database Systems Fourth Edition El Masri & Navathe Chapter 2 Database System Concepts and Architecture.
Database Design and Management CPTG /23/2015Chapter 12 of 38 Functions of a Database Store data Store data School: student records, class schedules,
Introduction to Computers Lesson 10B. home Database A collection of related data or facts.
University of Palestine Faculty of Applied Engineering and Urban Planning GIS Course Spatial Analysis Eng. Osama Dawoud 1 st Semester 2009/2010.
FEN Introduction to the database field:  Applications, concepts and terminology Seminar: Introduction to relational databases.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
Harry Williams, Cartography1 INTRODUCTION TO GIS A Geographic Information System is a combination of software and hardware that can store, manipulate,
Creating and Maintaining Geographic Databases. Outline Definitions Characteristics of DBMS Types of database Relational model SQL Spatial databases.
Database Management Supplement 1. 2 I. The Hierarchy of Data Database File (Entity, Table) Record (info for a specific entity, Row) Field (Attribute,
Benjamin Post Cole Kelleher.  Availability  Data must maintain a specified level of availability to the users  Performance  Database requests must.
Geographic Information Systems (GIS) SGO1910 & SGO4930 Fall 2005.
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.
2) Database System Concepts and Architecture. Slide 2- 2 Outline Data Models and Their Categories Schemas, Instances, and States Three-Schema Architecture.
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 Dr.
Concepts of Database Management, Fifth Edition Chapter 3: The Relational Model 2: SQL.
Geographic Information Systems GIS Data Databases.
Geog. 314 Working with tables.
Databases (CS507) CHAPTER 2.
Chapter 2: Database System Concepts and Architecture - Outline
GIS Institute Center for Geographic Analysis
Harry Williams, Cartography
Geographic Information Systems
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
MANAGING DATA RESOURCES
Database.
GIS Institute Center for Geographic Analysis
Analytical GIS Capabilities
DATABASES WHAT IS A DATABASE?
GIS Institute Center for Geographic Analysis
Geographic Information Systems
Presentation transcript:

What is Where? u Getting Started With Geographic Information Systems u Chapter 5

A GIS can answer the question: What is where? u WHAT: Characteristics of attributes or features. u WHERE: In geographic space.

Flat File Database RecordValue Attribute RecordValue RecordValue

Arc/node map data structure with files Figure 3.4Arc/Node Map Data Structure with Files. 1 1,2,3,4,5,6,7 Arcs File POLYGON “A” A : 1,2, Area, Attributes File of Arcs by Polygon x y 2 x y 3 x y 4 x y 5 x y 6 x y 7 x y 8 x y 9 x y 10 x y 11 x y 12 x y 13 x y P o i n t s F i l e ,8,9,10,11,12,13,7

A GIS links attribute and spatial data u Attribute Data t Flat File t Relations u Map Data t Point File t Line File t Area File t Topology t Theme

What is a Data Model? A logical construct for the storage and retrieval of information. GIS map data structures are map data models. Attribute data models are needed for the DBMS. The origin of DBMS data models is in computer science.

Data Model Genesis: 1:1 In the beginning.... Psalm 118 In my distress, I called to the... Matthew 6,1 When you give, do not let your left hand....

A DBMS contains: u Data definition language u Data dictionary u Data-entry module u Data update module u Report generator u Query language

GIS and DBMS Ability of the DBMS or GIS to get back on demand data that were previously stored. Geographic search is the secret to GIS data retrieval. Many forms of data organization are incapable of geographic search. GI systems have embedded DBMSs, or link to a commercial DBMS. Examples: Dbase, ORACLE, Excel, Paradox

Historically, databases were structured hierarchically in files... USA CaliforniaOregonNew York Santa BarbaraVenturaContra Costa

Most current GIS DBM is by relational databases. Based on multiple flat files for records Dissimilar attribute structures Connected by a common key attribute. Key is a UNIQUE identifier at the “atomic” level for every record.

Relational Data Bases Purchase Record ItemDatePrice CustomerKey Skate Board2/1/ John Smith42 Baseball Bat2/1/ James Brown978 Patient Record Key Check-inCheck OutRoom No. 422/1/962/4/96N /3/962/4/96N712 Accident Report DateInjuryNameKeyLocation 2/1/96Broken LegJohn Smith4275 Elm Street 2/2/96ConcussionSylvia Jones65412 State Street 2/2/96Cut on EarRobert Doe Broad Street File

Retrieval Operations Searches by attribute: find and browse. Data reorganization: select, renumber, and sort. Compute allows the creation of new attributes based on calculated values.

DBMS queries via the query language sort renumber subset search

Command line attribute query find in states where state_name = ‘California’ use states calculate in states population_density = population / area restrict in states where population_density > 1000

The Retrieval User Interface GIS query is usually by command line, batch, menu or macro. Most GIS packages use the GUI of the computer’s operating system to support both a menu-type query interface and a macro or programming language. SQL is a standard interface to relational databases and is supported by many GISs.

Spatial Retrieval Operations Attribute queries are not very useful for geographic search. In a map database the records are features or themes The spatial equivalent of a find is locate, the GIS highlights the result. Spatial equivalents of the DBMS queries result in locating sets of features or building new GIS layers.

Spatial Search Buffering is a spatial retrieval around points, lines, or areas based on distance. Overlay is a spatial retrieval operation that is equivalent to an attribute join.

identify

Recode OR

Data overlay

Overlay 0 1

Types of overlay operations And Or Max Min Exhaustive set

Buffer + 1

Complex Retrieval: Map Algebra Combinations of spatial and attribute queries can build some complex and powerful GIS operations, such as weighting. Weighted overlay analysis really just complex retrieval.