Spatial Queries & Analysis in GIS

Slides:



Advertisements
Similar presentations
GI Science spatial data modelling Dr Nigel Trodd Science and the Environment Coventry University.
Advertisements

Raster Based GIS Analysis
GI Systems and Science January 30, Points to Cover  Recap of what we covered so far  A concept of database Database Management System (DBMS) 
Border around project area Everything else is hardly noticeable… but it’s there Big circles… and semi- transparent Color distinction is clear.
Department of Geography University of Portsmouth Fundamentals of GIS: What is GIS? Dr. Ian Gregory, Department of Geography, University of Portsmouth.
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.
Introduction to Spatial Analysis
GTECH 201 Lecture 05 Storing Spatial Data. Leftovers from Last Session From data models to data structures Chrisman’s spheres ANSI Sparc The role of GIScience.
BASIC SPATIAL ANALYSIS TOOLS IN A GIS
GTECH 361 Lecture 02 Introduction to ArcGIS. Today’s Objectives explore a map and get information about map features preview geographic data and metadata.
WFM 6202: Remote Sensing and GIS in Water Management
Spatial Queries & Analysis in GIS
Geografiske informasjonssystemer (GIS) SGO1910 & SGO4930 Vår 2004 Foreleser: Karen O’Brien Seminarleder: Gunnar Berglund
Dr. David Liu Objectives  Understand what a GIS is  Understand how a GIS functions  Spatial data representation  GIS application.
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.
Prepared by Abzamiyeva Laura Candidate of the department of KKGU named after Al-Farabi Kizilorda, Kazakstan 2012.
Slope and Aspect Calculated from a grid of elevations (a digital elevation model) Slope and aspect are calculated at each point in the grid, by comparing.
Basic Spatial Analysis
Habitat Analysis in ArcGIS Use of Spatial Analysis to characterize used resources Thomas Bonnot
Preparing Data for Analysis and Analyzing Spatial Data/ Geoprocessing Class 11 GISG 110.
GIS2: Geo-processing and Metadata Treg Christopher.
Applied Cartography and Introduction to GIS GEOG 2017 EL
School of Geography FACULTY OF ENVIRONMENT Introduction to ArcToolbox and Geoprocessing.
CHAPTER 12 RASTER DATA ANALYSIS 12.1 Data Analysis Environment
Support the spread of “good practice” in generating, managing, analysing and communicating spatial information Introduction to GIS for the Purpose of Practising.
1 Spatial Analysis in GIS EAA 502 MSc. Course Lecture 3 Dr Mohd Sanusi.
Spatial & Terrain Analysis Nigel Trodd Coventry University in 3D.
Map overlays & Geoprocessing Learn about spatial analysis functions overlays, clipping & buffering Use overlays to analyze multiple spatial criteria Understand.
CHAPTER 11 VECTOR DATA ANALYSIS 11.1 Buffering
Query and Reasoning. Types of Queries Most GIS queries will select spatial features Query by Attribute (Select by Attribute) –Structured Query Language.
1 Overview Importing data from generic raster files Creating surfaces from point samples Mapping contours Calculating summary attributes for polygon features.
Definition of Spatial Analysis
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.
GTECH 361 Lecture 09 Features in the Geodatabase.
CENTENNIAL COLLEGE SCHOOL OF ENGINEERING & APPLIED SCIENCE VS 361 Introduction to GIS SPATIAL OPERATIONS COURSE NOTES 1.
UNIT 3 – MODULE 6: Data Analysis. TERMINOLOGY There are several terms that are important to know when discussing data analysis: – Entity – an individual.
Data Processing Systems
Chapter 8 Raster Analysis.
GIS Analysis Queries Operations Non-spatial Spatial Vector Raster
Geographical Information Systems
SPATIAL DATA ANALYSIS.
GIS Institute Center for Geographic Analysis
Vector Analysis Ming-Chun Lee.
INTRODUCTION TO GEOGRAPHICAL INFORMATION SYSTEM
GIS MAP OVERLAY ANALYSIS
Raster Analysis Ming-Chun Lee.
Spatial Analysis & Dissemination of Census Data
URBDP 422 Urban and Regional Geo-Spatial Analysis
Basic Spatial Analysis
Spatial Analysis and Functions
Lecture 6 Implementing Spatial Analysis
Problems with Vector Overlay Analysis (esp. Polygon)
Review- vector analyses
Basic Spatial Queries.
Raster-based spatial analyses
Geography 413/613 Lecturer: John Masich
URBDP 422 Urban and Regional Geo-Spatial Analysis
Basic Spatial Analysis Tools
The Arc-Node Data Model
An Introduction to Concepts and their Implementation in ArcMap
Spatial Analysis & Dissemination of Census Data
Why are Spatial Data Special?
GIS Institute Center for Geographic Analysis
Analytical GIS Capabilities
Vector Geoprocessing.
INTRODUCTION TO SPATIAL ANALYSIS
GIS Institute Center for Geographic Analysis
Geographical information system: Definition and components
NPS Introduction to GIS: Lecture 1 Based on NIMC and Other Sources.
Presentation transcript:

Spatial Queries & Analysis in GIS Source Copyright & Courtesy Dr Nigel Trodd Coventry University

Our aim is to better understand the reasons for and methods of spatial queries and spatial analysis

a fundamental question ... whywhywhywhywhy perform spatial analysis ?

Analyses which are simple in nature but difficult to execute manually Query if it is faster than manual lookup Analyses which are simple in nature but difficult to execute manually map measurement, particularly area Analyses that exploit GIS capabilities for data integration Exploratory spatial data analysis Analyses that develop spatially distributed models Predictions that support decision-makers Simulations, hypothesis testing

Objectives Identify spatial queries identify a range of spatial operations available to you in a GIS. explain the principles of the algorithms on which these operators are based.

what is data analysis? ...the data information transformation

So, what is a spatial query? Select Extract Interactive query examples

What Qs are spatial Qs? What is where? Where is what? What is found at a location? Where is what? Where can you find a feature? But, spatial queries are NOT spatial analysis

What is spatial analysis? Data analysis transforms data into useful information A method of analysis is spatial if the results depend on the locations of the entities being analyzed move the feature(s) and the results change Or the analysis modifies the geometry or creates new geometry

Spatial operations Reclassifying maps Topological overlay Berry, J.K., 1987, Fundamental operations in computer-assisted map analysis, International Journal of GIS 1 119-36. Reclassifying maps Topological overlay Measuring distance and connectivity Characterizing neighbourhoods ArcGIS has > 1000 functions so it makes sense to group them in some way

y = f(x)

Reclassify Reclassify and then merge adjacent areas with the same attribute i.e. change geometry

Overlay analysis Point-in-polygon Line-in-polygon Point-on-line Line-on-line Polygon-on-polygon But, visually superimposing 2 or more layers is NOT an overlay operation

Point in Polygon overlay Determine whether a point lies inside or outside a polygon used to assign crimes to police beats, voters to enumeration districts, children to school catchments, patients to PCTs

Point in Polygon Algorithm Draw a line from the point to infinity in any direction, and count the number of intersections between this line and each polygon’s boundary. The polygon with an odd number of intersections is the containing polygon: all other polygons have an even number of intersections.

Polygon on Polygon overlay for vector data B A Two polygons (A, B) are intersected to form 9 new polygons. One is formed from both input polygons; four are formed by Polygon A and NOT Polygon B; and four are formed by Polygon B and NOT Polygon A.

Polygon on Polygon overlay for raster data

Polygon on Polygon algorithms Algebraic Statistical Boolean

Proximity analysis: buffering Create a new area within a user-defined distance of an existing entity e.g., to determine areas impacted by a proposed highway

Point Area Line

Contiguity analysis Which states share a border with Missouri? …a question of connectivity

Neighbourhood analysis calculate an output value at a location from the values at nearby locations… as determined by a moving-window

Spatial Queries & Spatial Analysis Queries manipulate the database Analysis transforms data into information Spatial analysis transforms spatial data 4 basic types of spatial operation Several operators of each type Algorithms for raster and vector data models

Thanks…