Analytical GIS Capabilities

Slides:



Advertisements
Similar presentations
Lecture 4 vector data analysis. 2014年10月11日 2014年10月11日 2014年10月11日 2 Introduction Based on the objects,such as point,line and polygon Based on the objects,such.
Advertisements

NSF DUE ; Module 4.3. NSF DUE ; GeoTEd Partners Module name and number.
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.
Spatial Analysis – vector data analysis
Data Storage and Processing GIS Topics and Applications.
Vector-Based GIS Data Processing Chapter 6. Vector Data Model Feature Classes points lines polygons Layers limited to one class of data Figure p. 186.
What is Where? u Getting Started With Geographic Information Systems u Chapter 5.
BASIC SPATIAL ANALYSIS TOOLS IN A GIS
What is Where? u Getting Started With Geographic Information Systems u Chapter 5.
INTRODUCTION TO SPATIAL ANALYSIS. Four fundamental functions of GIS fall under the manipulation and analysis component (Martin, 1991): 1.Reclassification.
Dr. David Liu Objectives  Understand what a GIS is  Understand how a GIS functions  Spatial data representation  GIS application.
@ 2007 Austin Troy. Geoprocessing Introduction to GIS Geoprocessing is the processing of geographic information. – Creating new polygon features through.
Classification GEOG370 Instructor: Christine Erlien.
Basic Spatial Analysis
Spatial Analysis (Vector I) Reading Assignment: Bolstad Chapter 9 (pp )
GIS2: Geo-processing and Metadata Treg Christopher.
Applied Cartography and Introduction to GIS GEOG 2017 EL
Chapter 8. ATTRIBUTE DATA INPUT AND MANAGEMENT
University of Palestine Faculty of Applied Engineering and Urban Planning GIS Course Spatial Analysis Eng. Osama Dawoud 1 st Semester 2009/2010.
GUS: 0262 Fundamentals of GIS Lecture Presentation 5: Vector Operations Jeremy Mennis Department of Geography and Urban Studies Temple University.
GUS: 0265 Applications in GIS Lecture Presentation 1: Vector Data Model and Operations Jeremy Mennis Department of Geography and Urban Studies Temple University.
Map overlays & Geoprocessing Learn about spatial analysis functions overlays, clipping & buffering Use overlays to analyze multiple spatial criteria Understand.
Vector Data Analysis Chapter 10. Introduction  Varies with discipline  Raster vs vector ongoing question.
Overlay A series of registered data layers ‘overlaying’ each other Arguably the most important GIS analysis function.
Environmental Systems Modeling EENV 5326 GIS for Environmental Engineering.
GUS: 0262 Fundamentals of GIS Lecture Presentation 7: Raster Operations Jeremy Mennis Department of Geography and Urban Studies Temple University.
Geoprocessing Geoprocessing is a fancy name for Spatial Operations So what is Geoprocessing? Processing or manipulating of geographic/spatial data to.
Definition of Spatial Analysis
Introduction to Geographic Information Systems Fall 2013 (INF 385T-28620) Dr. David Arctur Research Fellow, Adjunct Faculty University of Texas at Austin.
GEOG 2007A An Introduction to Geographic Information SystemsFall, 2004 C. Earl Queries can be used: to check data correctness to obtain info as steps in.
Introduction to GIS All materials by Austin Troy © 2003, except where noted Lecture 8: Site Selection and Suitability Analysis and Criterion- based mapping.
Intro. To GIS Pre-Lab Spatial Analysis April 1 st, 2013.
CENTENNIAL COLLEGE SCHOOL OF ENGINEERING & APPLIED SCIENCE VS 361 Introduction to GIS SPATIAL OPERATIONS COURSE NOTES 1.
Spatial Analysis – vector data analysis Lecture 8 10/12/2006.
Overlay Operations. Overlay Operations involve combining spatial and attribute data from two or more spatial data layers. “Stacking data” – Very powerful.
Introduction GIS often represent spatial information with a two-dimensional x,y coordinate system. Some data linearly measured. In order to use the information.
Data Processing Systems
Data Quality Data quality Related terms:
Basic Geospatial Analysis Techniques
GIS Institute Center for Geographic Analysis
Vector Analysis Ming-Chun Lee.
Geographic Information Systems
Lecture 21: GIS Analytical Functionality (V)
Attribute Extraction.
Spatial Queries & Analysis in GIS
Basic Spatial Analysis
Spatial Analysis and Functions
Attribute Extraction.
Geographic Information Systems
GIS Lecture: Spatial Joins
Spatial Data Processing
Drinking Water Mapping Application
Lecture 6 Implementing Spatial Analysis
GIS: Six functional capabilities
Data Queries Raster & Vector Data Models
Review- vector analyses
Nicholas A. Procopio, Ph.D, GISP
Basic Spatial Queries.
Exploring Unsupervised Classification and Interactive Supervised Classification in Order to Characterize Impervious Cover Walker Wieland GEOG 342.
Drinking Water Mapping Application:
URBDP 422 Urban and Regional Geo-Spatial Analysis
GIS Lecture: Selection
Basic Spatial Analysis Tools
GIS Lecture: Geoprocessing
GIS Institute Center for Geographic Analysis
Vector Geoprocessing.
INTRODUCTION TO SPATIAL ANALYSIS
GIS Institute Center for Geographic Analysis
NPS Introduction to GIS: Lecture 1 Based on NIMC and Other Sources.
Presentation transcript:

Analytical GIS Capabilities There are many ways to classify the analytic functions of a GIS. The classification used for this lecture makes the following distinctions in function classes: Measurement and classification functions Overlay functions Neighbourhood functions Connectivity functions

Spatial selection queries Spatial selection by attribute conditions

Classification Line Dissolve (Map Dissolve) 2 3 1 2 1 4 1 grain crops 2 orchards 3 residential 4 commercial 1 agricultural 2 non-agricultural

Overlay Functions These functions (Operators) are as follows: polygon intersection spatial join polygon clipping polygon overwrite

Overlay A series of registered data layers ‘overlaying’ each other Arguably the most important GIS analysis function

Overlay An overlay operation takes two or more data layers as input and results in an output data layer Three types of overlay: Point in polygon Line in polygon Polygon (polygon on polygon)

Point in Polygon Overlay Trees Land Cover NewTrees 1 2 A A C + = C B B Point Table Poly Table Point Table ID Tree A Elm B Maple C Elm ID Cover 1 Rural 2 Urban ID Tree Cover A Elm Rural B Maple Rural C Elm Urban

Line in Polygon Overlay Streets Land Cover NewStreets C C A A + = D B B 1 2 Line Table Poly Table Line Table ID Street A Race B Race C Arch ID Cover 1 Rural 2 Urban ID Street Cover A Race Rural B Race Urban C Arch Urban D Race Urban

Polygon Overlay Intersection (and) Union (or) Identity

Polygon Overlay: Intersection Agriculture Land Cover <Intermediate> A A B B ID Owner A Brown B Smith ID Cover A commercial B industrial Area of intersection New node

Polygon Overlay: Intersection <Intermediate> Output A B ID Owner Cover A Brown commercial B Smith industrial Area of intersection New node

Polygon Overlay: Union Agriculture Land Cover <Intermediate> A A B B ID Owner A Brown B Smith ID Cover A commercial B industrial Area of union New node

Polygon Overlay: Union Output <Intermediate> B C A D E ID Owner Cover A commercial B Brown commercial C Brown D Smith E Smith industrial Area of union New node

Polygon Overlay: Identity Agriculture (input layer) Land Cover (identity layer) <Intermediate> A A B B ID Owner A Brown B Smith ID Cover A commercial B industrial Area of identity New node

Polygon Overlay: Identity Output <Intermediate> A B C D ID Owner Cover A Brown commercial B Brown C Smith D Smith industrial Area of identity New node

Raster Overlay GISs that support raster processing - as do most -usually have a full language to express operations on rasters.

Neighborhood functions To perform neighborhood analysis, we must: state which target locations are of interest to us, and what is their spatial extent, define how to determine the neighborhood for each target, define which characteristic(s) must be computed for each neighborhood.

Neighbourhood functions Proximity computation: Buffer zone generation Thiessen polygon generation

Neighbourhood functions

Buffer Definition of what is within/without a given proximity Line buffer Point buffer Polygon buffer

Doughnut Buffer e.g. within 10 meters but not within 5 meters Buffer polygon 5 10 ‘Hole’

Variable Buffer Buffer distance varies by some feature attribute or friction surface

Variable Buffer ID Dist A 3 B 2 C 5 B A Original line C 4 6 10 Buffer polygon

Neighbourhood functions

Unit Demand (l/day/ha) Table 12.3 Computing water use based on land-use area  Node Total Node Area (ha) Land Use Type Land Use Area (ha) Unit Demand (l/day/ha) Demand (l/day) Node Total (l/day) J-1 6.88 Industrial 11,200 77,100 J-2 7.69 Industrial Commercial Residential 1.38 0.92 5.38 11,200 4,700 7,500 15,500 4,300 40,400 60,200 J-3 Commercial Residential Undeveloped 1.31 5.15 1.23 4,700 7,500 0 6,100 38,600 0 44,800 J-4 8.50 Industrial Commercial Residential Undeveloped 0.17 0.10 2.45 5.78 11,200 4,700 7,500 0 1,900 470 18,400 0 20,800 J-5 8.09 Industrial Commercial 6.48 1.62 11,200 4,700 72,500 7,600 80,100 J-6 4.86 0.20 1.36 3.30 2,200 6,400 24,800 33,400