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



Similar documents
SPATIAL ANALYSIS IN GEOGRAPHICAL INFORMATION SYSTEMS. A DATA MODEL ORffiNTED APPROACH

Introduction to GIS (Basics, Data, Analysis) & Case Studies. 13 th May Content. What is GIS?

Objectives. Raster Data Discrete Classes. Spatial Information in Natural Resources FANR Review the raster data model

GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION

Geographical Information System (GIS)-Based Analysis of Road Traffic Accident Blackspots in Federal Capital Territory (F.C.T)

Personal Geodatabase 101

INTRODUCTION TO ARCGIS SOFTWARE

University of Arkansas Libraries ArcGIS Desktop Tutorial. Section 5: Analyzing Spatial Data. Buffering Features:

The process of database development. Logical model: relational DBMS. Relation

Overview of Database Management Systems

What is GIS? Geographic Information Systems. Introduction to ArcGIS. GIS Maps Contain Layers. What Can You Do With GIS? Layers Can Contain Features

ArcGIS Data Models Practical Templates for Implementing GIS Projects

Chapter 2 Database System Concepts and Architecture

10. Creating and Maintaining Geographic Databases. Learning objectives. Keywords and concepts. Overview. Definitions

Introduction to GIS. Dr F. Escobar, Assoc Prof G. Hunter, Assoc Prof I. Bishop, Dr A. Zerger Department of Geomatics, The University of Melbourne

Introduction to Geographic Information Systems. A brief overview of what you need to know before learning How to use any GIS software packages

Constructing an EA-level Database. for the Census

Database Dictionary. Provided by GeekGirls.com

Chapter 3. Database Environment - Objectives. Multi-user DBMS Architectures. Teleprocessing. File-Server

Institute of Natural Resources Departament of General Geology and Land use planning Work with a MAPS

ANALYSIS 3 - RASTER What kinds of analysis can we do with GIS?

Chapter 1 Databases and Database Users

Oracle8i Spatial: Experiences with Extensible Databases

Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley. Chapter 1 Outline

Vector analysis - introduction Spatial data management operations - Assembling datasets for analysis. Data management operations

Working with the Raster Calculator

1 File Processing Systems

THE ARCHITECTURE OF ARC/INFO Scott Morehouse Environmental Systems Research Institute 380 New York Street Redlands, California

14 Databases. Source: Foundations of Computer Science Cengage Learning. Objectives After studying this chapter, the student should be able to:

TABLE OF CONTENTS. 7. shapefile..59. shapefile shapefile

Geographical Information Systems An Overview

sensors ISSN

SPATIAL DATA ANALYSIS

Oracle Data Integrator: Administration and Development

Selecting Features by Attributes in ArcGIS Using the Query Builder

GIS and Census Mapping in St. Lucia

Building & Developing the Environmental

Raster Operations. Local, Neighborhood, and Zonal Approaches. Rebecca McLain Geography 575 Fall Raster Operations Overview

Course: CSC 222 Database Design and Management I (3 credits Compulsory)

Annex III: Data Base Management System

DBMS / Business Intelligence, SQL Server

ADVANCED DATA STRUCTURES FOR SURFACE STORAGE

COMHAIRLE NÁISIÚNTA NA NATIONAL COUNCIL FOR VOCATIONAL AWARDS PILOT. Consultative Draft Module Descriptor. Relational Database

Introduction to IR Systems: Supporting Boolean Text Search. Information Retrieval. IR vs. DBMS. Chapter 27, Part A

Reading Questions. Lo and Yeung, 2007: Schuurman, 2004: Chapter What distinguishes data from information? How are data represented?

Applying GIS Analysis to Archaeological Research in Canada

GIS EXAM #2 QUERIES. Attribute queries only looks at the records in the attribute tables to some kind of

GIS MAPPING FOR IRRIGATION DISTRICT RAPID APPRAISALS Daniel J. Howes 1, Charles M. Burt 2, Stuart W. Styles 3 ABSTRACT


A Program for PCB Estimation with Altium Designer

GIS Introduction to Geographic Information Systems Last Revision or Approval Date - 9/8/2011

Assessment of Groundwater Vulnerability to Landfill Leachate Induced Arsenic Contamination in Maine, US - Intro GIS Term Project Final Report

Remote Sensing, GPS and GIS Technique to Produce a Bathymetric Map

A Method Using ArcMap to Create a Hydrologically conditioned Digital Elevation Model

B.Sc (Computer Science) Database Management Systems UNIT-V

GIS Tools for Land Managers

Publishing KML Services Tutorial

A GIS helps you answer questions and solve problems by looking at your data in a way that is quickly understood and easily shared.

Introduction to Geographic Information System course SESREMO Tempus Project. Gabriel Parodi

Database System. Session 1 Main Theme Introduction to Database Systems Dr. Jean-Claude Franchitti

GIS Databases With focused on ArcSDE

Data Validation Online References

Database System Architecture & System Catalog Instructor: Mourad Benchikh Text Books: Elmasri & Navathe Chap. 17 Silberschatz & Korth Chap.

The Analytic Hierarchy Process and SDSS

GIS Data Conversion. GIS maps are digital not analog. Getting the Map into the Computer

WHY DO YOU NEED A DATABASE? USE A DATABASE IF USE A SPREADSHEET IF

In-memory databases and innovations in Business Intelligence

J9.6 GIS TOOLS FOR VISUALIZATION AND ANALYSIS OF NEXRAD RADAR (WSR-88D) ARCHIVED DATA AT THE NATIONAL CLIMATIC DATA CENTER

Part VI. Object-relational Data Models

- Suresh Khanal. Microsoft Excel Short Questions and Answers 1

Introduction. Introduction: Database management system. Introduction: DBS concepts & architecture. Introduction: DBS versus File system

Modeling Fire Hazard By Monica Pratt, ArcUser Editor

Introduction to Database Systems. Chapter 1 Introduction. Chapter 1 Introduction

Introduction to ArcPad: Mobile GIS. Originally prepared by Gregory Vandeberg, Ph.D. Department of Geography

M4 Systems. Batch & Document Management (BDM) Brochure

A quick overview of geographic information systems (GIS) Uwe Deichmann, DECRG

Introduction to Imagery and Raster Data in ArcGIS

Database Production and Map Series Management. Using. The Production Line Tool Set

Tutorial 3. Maintaining and Querying a Database

Microsoft Office 2010

Introduction: Database management system

PROJECT ON MICROSOFT ACCESS (HOME TAB AND EXTERNAL DATA TAB) SUBMITTED BY: SUBMITTED TO: NAME: ROLL NO: REGN NO: BATCH:

Chapter 14: Databases and Database Management Systems

An Introduction to Point Pattern Analysis using CrimeStat

Location Analytics Integrating GIS technologies with SAP Business intelligence,

Tutorial 8 Raster Data Analysis

Web Map Service Architecture for Topographic Data in Finland

Commercial Database Software Development- A review.

DATABASE SYSTEM CONCEPTS AND ARCHITECTURE CHAPTER 2

Transcription:

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

You can use a GIS to answer the question: What is where? WHAT: Characteristics of attributes or features WHERE: In geographic space

What and Where

Review: Flat File Database Depth Flow Condition Stream Value Value Value Dam Value Value Value Canal Value Value Value

Arc/node map data structure with files

A GIS links attribute and spatial data Attribute Data Flat File Relations Map Data Point File Line File Area File Topology 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.

Maps and Memory Joshua Foer (2011) Moonwalking With Einstein: The Art and Science of Remembering Everything,

Data Models and Memory

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

The data dictionary

GIS and Data Retrieval 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: Access, Dbase, ORACLE, Excel, Paradox

Historically, databases were structured hierarchically in files...

Inverted spatial hierarchies

Most current GIS data management is in 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.

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.

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.

DBMS queries via the query language sort renumber subset search

Query: Search for City Name= Santa Barbara

Sort: Locations by tornado deaths

Query: Search using map

Query: US Cities > 1000000 population

Compute a new variable Density = Pop / Area Density = Count_Points / Area Classed_soils = 1 if (soil_fert = 1 and soil_drain= 2)

Recode OR

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.

Buffer

Types of overlay operations And Or Max Min Exhaustive set

Overlay: Multiply (Masking) 0 1

Data overlay With or without a new set of regions

Overlay: (Near road or stream) and over elevation

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.

Tomlin s Operations: Map algebra Local (per pixel) Zonal (by patch) Focal (around entity) Global (whole map)

ESRI s Model Builder

Weighted Overlay Analysis Ford, A., Clarke, K, Raines, G. (2009) Modeling Settlement Patterns of the Late Classic Maya Civilization with Bayesian Methods and Geographic Information Systems, Annals of the Association of American Geographers. Vol. 99, pp. 496-520

Topographic Slope (in percent)

Soil drainage property

Soil fertility

Distance to streams

WofE Model 1

WofeE Model 2

Results Model explains 75% of settlement locations Eliminated lakes, Strahler order, Belize river as contributory factors Streams important up to 400m Validation with GPS field data Extending model to regional data

Actual sites

Unsurveyed sites added by GPS and LiDAR mapping

Coming next Why is it there?