Geographic Information Systems

Slides:



Advertisements
Similar presentations
Chapter 10: Designing Databases
Advertisements

C6 Databases.
Data Modeling and Database Design Chapter 1: Database Systems: Architecture and Components.
Database Systems: Design, Implementation, and Management Tenth Edition
Lecture-7/ T. Nouf Almujally
Introduction to Databases
GI Systems and Science January 30, Points to Cover  Recap of what we covered so far  A concept of database Database Management System (DBMS) 
Database Software File Management Systems Database Management Systems.
1 Introduction The Database Environment. 2 Web Links Google General Database Search Database News Access Forums Google Database Books O’Reilly Books Oracle.
Organizing Data & Information
Geographic Information Systems
Chapter 4: Database Management. Databases Before the Use of Computers Data kept in books, ledgers, card files, folders, and file cabinets Long response.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 4-1.
Chapter 4 Relational Databases Copyright © 2012 Pearson Education 4-1.
IST Databases and DBMSs Todd S. Bacastow January 2005.
Intro to MIS – MGS351 Databases and Data Warehouses Chapter 3.
DBMS By Narinder Singh Computer Sc. Deptt. Topics What is DBMS What is DBMS File System Approach: its limitations File System Approach: its limitations.
CS370 Spring 2007 CS 370 Database Systems Lecture 2 Overview of Database Systems.
Web-Enabled Decision Support Systems
Geographic Information System GIS This project is implemented through the CENTRAL EUROPE Programme co-financed by the ERDF GIS Geographic Inf o rmation.
2005 SPRING CSMUIntroduction to Information Management1 Organizing Data John Sum Institute of Technology Management National Chung Hsing University.
CHAPTER 8: MANAGING DATA RESOURCES. File Organization Terms Field: group of characters that represent something Record: group of related fields File:
Lecture2: Database Environment Prepared by L. Nouf Almujally & Aisha AlArfaj 1 Ref. Chapter2 College of Computer and Information Sciences - Information.
Lecture # 3 & 4 Chapter # 2 Database System Concepts and Architecture Muhammad Emran Database Systems 1.
Fanny Widadie, S.P, M.Agr 1 Database Management Systems.
Creating and Maintaining Geographic Databases. Outline Definitions Characteristics of DBMS Types of database Relational model SQL Spatial databases.
Management Information Systems, 4 th Edition 1 Chapter 8 Data and Knowledge Management.
CIS 250 Advanced Computer Applications Database Management Systems.
Towards Unifying Vector and Raster Data Models for Hybrid Spatial Regions Philip Dougherty.
Introduction to Databases Angela Clark University of South Alabama.
1 10 Systems Analysis and Design in a Changing World, 2 nd Edition, Satzinger, Jackson, & Burd Chapter 10 Designing Databases.
Data Models. 2 The Importance of Data Models Data models –Relatively simple representations, usually graphical, of complex real-world data structures.
DBS201: Data Modeling. Agenda Data Modeling Types of Models Entity Relationship Model.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
5/12/  It is a repository where organizations keep their data.  Every org maintains data about its business, its employees, and other relevant.
© 2017 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
What is a database? (a supplement, not a substitute for Chapter 1…) some slides copied/modified from text Collection of Data? Data vs. information Example:
Management Information Systems by Prof. Park Kyung-Hye Chapter 7 (8th Week) Databases and Data Warehouses 07.
Geographic Information Systems GIS Data Databases.
Databases and Database User ch1 Define Database? A database is a collection of related data.1 By data, we mean known facts that can be recorded and that.
Fundamental of Database Systems
Databases and DBMSs Todd S. Bacastow January
Intro to MIS – MGS351 Databases and Data Warehouses
Chapter 1 Introduction.
Database Management.
An Introduction to database system
Introduction to Database Management Systems
Fundamentals of Information Systems, Sixth Edition
NURS 736: Technology Solutions for Knowledge Generation in Healthcare
Introduction to Information Technology
CSCI-100 Introduction to Computing
Chapter 4 Relational Databases
Geographic Information Systems
Databases and Data Warehouses Chapter 3
Databases and Information Management
Introduction to Database Management System
Data, Databases, and DBMSs
MANAGING DATA RESOURCES
Database.
File Systems and Databases
MANAGING DATA RESOURCES
Databases.
Data base management system dbms
Data Model.
Databases and Information Management
Chapter 1: The Database Environment
The Database Environment
Database Design Hacettepe University
DATABASES WHAT IS A DATABASE?
Advanced Database System
Presentation transcript:

Geographic Information Systems GIS Data Databases

1 GIS Databases A database is a shared collection of data with secure controlled access Data are stored independently of their applications A GIS database contains geographic data A database management system (DBMS) is a collection of software programs that facilitates the efficient and effective storage and access of data A GIS DBMS

2 Levels of Data Abstraction Conceptual data model - user's perception of the real world Logical data model - a formal description of the data model     Physical data model - physical storage of the data (e.g., format, order, path)

2 Levels of Data Abstraction … Human-oriented Reality Conceptual Model Increasing abstraction Logical Model Computer-oriented Physical Model

3 Database Functions Records, fields, and keys - a row is a record - a column is a field    

3 Database Functions … Map librarian and tiles

3 Database Functions … Adding, updating and deleting records Extracting information from data Maintaining data security and integrity Supporting applications

4 Database Data Models (Logical Models) Hierarchical data model Network data model Relational data model Object-oriented data model

4 (3) Relational Data Model The database consists of several tables A row is a record and a column is a field     

4 (3) Characteristics Every field can be used as a key in a search A cross file search can be done by join, as long as at least one field is common to both files A link table can be created with needed attributes, without taking actual storage space

 

4 (3) Advantages and Disadv - Flexible, no structure restrictions for search - Easy to understand - Less data redundancy Disadvantages - There ay be 1:M or N:M relationships between tables

4 (4) Object-Oriented Data Model Encapsulation Objects, attributes, processes Inheritance Association and aggregation

4 (4) Object-Oriented Data Model.. Encapsulation - Data (attributes) and functions (processes) are combined in one object

4 (4) Object-Oriented Data Model.. Inheritance - Data and functions are organized in a hierarchy - Objects inherit characteristics and functions of their ancestor objects Animals A head and a body, feed Mammals Four legs, sit Fish Fins, swim

4 (4) Object-Oriented Data Model.. Association and aggregation a member of vs. a part of Fish location: time: weight: Aquatic System predator weight: prey biomass: temperature: Habitat inhabitant habitat Inhabitation

4 (4) Advantages and Disadv - Easy for modeling and the representation is close to human perception - Reduce the complexity of software development Disadvantages - Most existing object-based systems are a hybrid of relational and object-based databases

4 (4) Object-Relational Databases Use an enriched set of graphic element types on top of the three basic types of points, lines, and polygons

Object-Relational Databases.. two levels of geometries: features geometry, and components of features geometry features geometry components

Readings Chapter 3

Object-Relational Databases..

Levels of Data Abstraction … Conceptual Model Objects and relationships Real World Logical Model Diagrams And lists Physical Model Database Schema

Spatial Types – DB2 Spatial Extender Oracle Spatial ArcSDE/ArcGIS Server