Dr. David Liu Objectives  Understand what a GIS is  Understand how a GIS functions  Spatial data representation  GIS application.

Slides:



Advertisements
Similar presentations
Geographic Information Systems GIS Data Models. 1. Components of Geographic Data Spatial locations Attributes Topology Time.
Advertisements

Geographic Information Systems
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.
GIS for Environmental Science
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.
Raster Based GIS Analysis
Introduction to Cartography GEOG 2016 E
Border around project area Everything else is hardly noticeable… but it’s there Big circles… and semi- transparent Color distinction is clear.
Cartographic and GIS Data Structures
GIS & Spatial Analysis in MCH Ravi K. Sharma, PhD Department of Behavioral & Community Health Sciences, Graduate School of Public Health, University of.
Geographic Information Systems
Geographic Information Systems. What is a Geographic Information System (GIS)? A GIS is a particular form of Information System applied to geographical.
GIS DATA STRUCTURES There are two fundamental approaches to the representation of the spatial component of geographic information: Vector Model Raster.
GIS 200 Introduction to GIS Buildings. Poly Streams, Line Wells, Point Roads, Line Zoning,Poly MAP SHEETS.
So What is GIS??? “A collection of computer hardware, software and procedures that are used to organize, manage, analyze and display.
NPS Introduction to GIS: Lecture 1
©2005 Austin Troy. All rights reserved Lecture 3: Introduction to GIS Part 1. Understanding Spatial Data Structures by Austin Troy, University of Vermont.
1 Spatial Databases as Models of Reality Geog 495: GIS database design Reading: NCGIA CC ’90 Unit #10.
Introduction to ArcView ArcView_module_2 May 12, 10:40 AM.
Geography 241 – GIS I Dr. Patrick McHaffie Associate Professor Department of Geography Cook County, % population < 5.
Let’s pretty it up!. Border around project area Everything else is hardly noticeable… but it’s there Big circles… and semi- transparent Color distinction.
Basic Spatial Analysis
Raster Data Analysis Chapter 11. Introduction  Regular grid  Value in each cell corresponds to characteristic  Operations on individual, group, or.
Spatial Data Model: Basic Data Types 2 basic spatial data models exist vector: based on geometry of points lines Polygons raster: based on geometry of.
Spatial data models (types)
SPATIAL DATA STRUCTURES
Preparing Data for Analysis and Analyzing Spatial Data/ Geoprocessing Class 11 GISG 110.
Spatial Analysis (Vector I) Reading Assignment: Bolstad Chapter 9 (pp )
Grid-based Analysis in GIS
GIS2: Geo-processing and Metadata Treg Christopher.
Map Scale, Resolution and Data Models. Components of a GIS Map Maps can be displayed at various scales –Scale - the relationship between the size of features.
Applied Cartography and Introduction to GIS GEOG 2017 EL
Introduction to GIS and ARCVIEW OC3030 What is a GIS? A means of storing, retrieving, sorting, and comparing spatial data to support some analytic process.
Faculty of Applied Engineering and Urban Planning Civil Engineering Department Geographic Information Systems Vector and Raster Data Models Lecture 3 Week.
Geographic Information System GIS This project is implemented through the CENTRAL EUROPE Programme co-financed by the ERDF GIS Geographic Inf o rmation.
Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-2 Chapters 3 and 4.
GIS Data Structure: an Introduction
Spatial Analysis What is spatial analysis?
8. Geographic Data Modeling. Outline Definitions Data models / modeling GIS data models – Topology.
How do we represent the world in a GIS database?
Raster Data Model.
Cartographic and GIS Data Structures Dr. Ahmad BinTouq URL:
Raster Concepts.
1 Spatial Data Models and Structure. 2 Part 1: Basic Geographic Concepts Real world -> Digital Environment –GIS data represent a simplified view of physical.
GUS: 0265 Applications in GIS Lecture Presentation 1: Vector Data Model and Operations Jeremy Mennis Department of Geography and Urban Studies Temple University.
GIS Data Structures How do we represent the world in a GIS database?
Exploring GIS concepts. Introduction to ArcGIS I (for ArcView 8, ArcEditor 8, and ArcInfo 8) Copyright © 2000–2003 ESRI. All rights reserved. 2-2 Organizing.
NR 143 Study Overview: part 1 By Austin Troy University of Vermont Using GIS-- Introduction to GIS.
GIS & Health ESPM 9: W 5-8 April 7, 2010 Instructors: Maggi Kelly Kevin Koy Mark O’Connor Geospatial Innovation Facility College of Natural Resources -
A Quick Introduction to GIS
Geographic Data in GIS. Components of geographic data Three general components to geographic information Three general components to geographic information.
INTRODUCTION TO GIS  Used to describe computer facilities which are used to handle data referenced to the spatial domain.  Has the ability to inter-
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.
Introduction to Geographic Information Systems
Definition of Spatial Analysis
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.
Introduction to GIS All materials by Austin Troy © 2003, except where noted Lecture 8: Site Selection and Suitability Analysis and Criterion- based mapping.
UNIT 3 – MODULE 3: Raster & Vector
Lesson 3 GIS Fundamentals MEASURE Evaluation PHFI Training of Trainers May 2011.
Dr. David Liu.
Geographic Information Systems “GIS”
MODELLING AND STRUCTURING DATA
INTRODUCTION TO GEOGRAPHICAL INFORMATION SYSTEM
Spatial Data Models Raster uses individual cells in a matrix, or grid, format to represent real world entities Vector uses coordinates to store the shape.
Geospatial Information System
Data Queries Raster & Vector Data Models
Cartographic and GIS Data Structures
URBDP 422 Urban and Regional Geo-Spatial Analysis
NPS Introduction to GIS: Lecture 1 Based on NIMC and Other Sources.
Presentation transcript:

Dr. David Liu

Objectives  Understand what a GIS is  Understand how a GIS functions  Spatial data representation  GIS application

What is an Information System? In the digital environment we use software to create complex information systems.

What is a GIS? A means of storing, retrieving, sorting, and comparing spatial data to support some analytic process. + Information System Geographic Position

GIS links graphical features (entities) to tabular data (attributes) What is a GIS? GEOGRAPHIC Information System

geographically referenced information  A GIS is a system (hardware + database engine) that is designed to efficiently, assemble, store, update, analyze, manipulate, and display geographically referenced information (data identified by their locations). people data  A GIS also includes the people operating the system and the data that go into the system. GIS Definition

Key Components of GIS Spatial Data & Attribute Data Visualization Spatial Analysis & Spatial modeling Database Management System Spatial Data Modeling

RASTER VECTOR Real World

Representing Spatial Elements Raster Stores images as rows and columns of numbers with a Digital Value/Number (DN) for each cell. Units are usually represented as square grid cells that are uniform in size. Data is classified as “continuous” (such as in an image), or “thematic” (where each cell denotes a feature type. Numerous data formats (TIFF, GIF, ERDAS.img etc)

Vector Allows user to specify specific spatial locations and assumes that geographic space is continuous, not broken up into discrete grid squares We store features as sets of X,Y coordinate pairs. Representing Spatial Elements

Entity Representations Points - simplest element Lines (arcs) - set of connected points Polygons - set of connected lines We typically represent objects in space as three distinct spatial elements: We use these three spatial elements to represent real world features and attach locational information to them.

Attributes  In the raster data model, the cell value (Digital Number) is the attribute. Examples: brightness, landcover code, SST, etc.  For vector data, attribute records are linked to point, line & polygon features. Can store multiple attributes per feature. Vector features are linked to attributes by a unique feature number.

Spatial data (ARC functions) Attribute data (INFO or TABLES functions) 1 (Universe polygon) Linking Spatial Entity with Attributes 3 COV# ZONE ZIP 1 0 2C A C A A

Raster vs. Vector Raster Advantages The most common data format Easy to perform mathematical and overlay operations Satellite information is easily incorporated Better represents “continuous”- type data Vector Advantages Accurate positional information that is best for storing discrete thematic features (e.g., roads, shorelines, sea-bed features. Compact data storage requirements Can associate unlimited numbers of attributes with specific features

Visualization

Buffering Overlay Spatial Operation Spatial Analysis/Modeling Spatial Statistics Spatial Data Mining

Proximity Analysis Buffer: Delineation of a zone around the feature of interest within a given distance. For a point feature, it is simply a circle with its radius equal to the buffer distance.

Rural district in N.E. Thailand 51 study villages: evaluate land use in the district relative to population change Need to determine types & quantities of land use surrounding each village: generate 3-km buffers around village centroids overlay buffers on land-cover classification generated from satellite imagery use buffers to “cut out” land near each village and summarize land uses within “cut out” area Buffer Example

Variable Distance Buffer Buffer zone can be made variable according to certain attributes. Suppose we have a point pollution source, such as a power plant. We certainly want to keep our residential area away a distance from it. However, this distance can be made variable according to the amount of pollution that a power plant produces. For small power plant, the distance can be short, while for large power plant that generate a lot of pollutant, we should keep a longer distance from it. As we is shown on the right.

Buffers for lines and Polygons Move circle of specified radius along lie (or lines forming polygon) Draw orthogonal from line to edge of circle Buffer line is tangent to circle where the orthogonal intersects it.

Lines and Polygons Buffer Example Buffer lines Buffer polygons

Spatial Analysis  Overlay function creates new “layers” to solve spatial problems

Spatial Operation with Multiple Vector Layers Overlay analyses –Operate on spatial entities from two or more maps to determine spatial overlap, combination, containment, intersection…etc. –one of the most “fundamental” of GIS operations –formalized in 1960s by landscape architects who used acetate map overlays –now a basic part of the GIS toolbox Vector overlays- –combine point, line, and polygon features –computationally complex Raster overlays- –cell-by-cell comparison, combination, or operation –computationally less demanding

Basic idea: –spatially combine/compare two data layers to: (a) generate new output data layer, or (b) assign attributes of one data layer to another –most cases: one of the data layers will contain polygon entities Point-in-polygon overlay  –increasing conceptual and computational complexity Spatial Operation with Multiple Vector Layers

Point-in-polygon vector overlay Overlay point layer (A) with polygon layer (B) –in which B polygon are A points spatially located? » assign polygon attributes from B to points in A AB Example: comparing soil mineral content at sample borehole locations (points) with landuse (polys)...

Line-in-polygon vector overlay Overlay line layer (A) with polygon layer (B) –in which B polygons are A lines spatially located? » assign polygon attributes from B to lines in A AB Example: assign landuse attributes (polys) to streams (lines)...

Polygon-polygon vector overlay Overlay polygon layer (A) with polygon layer (B) –result: what are the spatial polygon combinations of A and B? » generate new data layer with combined polygons attributes from both polygon layers are included in output How are polygons combined? (i.e. what geometric rules are used for combination?) –UNION (Boolean OR) –INTERSECTION (Boolean AND) –IDENTITY Polygon overlay will generally result in a significant increase in the number of spatial entities in the output –can result in output that is too complex too interpret

Boolean Operations Some of the fundamental overlay analysis for vector data are UNION, and INTERSECT corresponding to Boolean operations of OR, AND AB OR AB A B AND UNION INTERSECT AB

Polygon-polygon vector overlay (cont’d.) UNION overlay polygons and keep areas from both layers INTERSECTION overlay polygons and keep only areas in the input layer that fall within the intersection layer IDENTITY overlay polygons and keep areas from input layer

GIS Application – site selection

GIS software  ESRI products: ArcGIS, Arc/Info …  MapInfo  AutoDesk products: AutoCAD  Clark University: IDRISI  GRASS

Summary Spatial Data & Attribute Data Visualization Spatial Analysis & Spatial modeling Database Management System Spatial Data Modeling