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

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? u Getting Started With Geographic Information Systems u Chapter 5.
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
Attribute databases. GIS Definition Diagram Output Query Results.
Concepts of Database Management Sixth Edition
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Overview of Database Languages and Architectures.
Mgt 20600: IT Management & Applications Databases Tuesday April 4, 2006.
Information systems and databases Database information systems Read the textbook: Chapter 2: Information systems and databases FOR MORE INFO...
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
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.
Attribute Data in GIS Data in GIS are stored as features AND tabular info Tabular information can be associated with features OR Tabular data may NOT be.
Databases C HAPTER Chapter 10: Databases2 Databases and Structured Fields  A database is a collection of information –Typically stored as computer.
ASP.NET Programming with C# and SQL Server First Edition
 Definition  Components  Advantages  Limitations Contents  DBMS DBMS  Functions Functions  Architecture Architecture.
Fundamentals of Information Systems, Fifth Edition
1 Overview of Databases. 2 Content Databases Example: Access Structure Query language (SQL)
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.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
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.
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
1.file. 2.database. 3.entity. 4.record. 5.attribute. When working with a database, a group of related fields comprises a(n)…
Ihr Logo Fundamentals of Database Systems Fourth Edition El Masri & Navathe Chapter 2 Database System Concepts and Architecture.
Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education.
11 3 / 12 CHAPTER Databases MIS105 Lec15 Irfan Ahmed Ilyas.
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.
Databases: An Overview Chapter 7, Exploring the Digital Domain.
Chapter 4c, Database H Definition H Structure H Parts H Types.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
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.
Selecting features in ArcMap
2) Database System Concepts and Architecture. Slide 2- 2 Outline Data Models and Their Categories Schemas, Instances, and States Three-Schema Architecture.
ISC321 Database Systems I Chapter 2: Overview of Database Languages and Architectures Fall 2015 Dr. Abdullah Almutairi.
Concepts of Database Management, Fifth Edition Chapter 3: The Relational Model 2: SQL.
Lesson 3 GIS Fundamentals MEASURE Evaluation PHFI Training of Trainers May 2011.
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
Geographic Information Systems GIS Data Databases.
Database System Concepts and Architecture
Geographic Information Systems
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
MANAGING DATA RESOURCES
Database.
DATABASES WHAT IS A DATABASE?
Database System Concepts and Architecture
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

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...

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

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

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.

Coming next… Why is it there?