Spatial Analysis I. Spatial data analysis Spatial analysis and inference

Size: px
Start display at page:

Download "Spatial Analysis I. Spatial data analysis Spatial analysis and inference"

Transcription

1 Spatial Analysis I Spatial data analysis Spatial analysis and inference

2 Roadmap Outline: What is spatial analysis? Spatial Joins Step 1: Analysis of attributes Step 2: Preparing for analyses: working with distance Step 3: Spatial patterns analysis Step 4: Kernel density analysis Summary

3 Difference of Aspatial vs spatial analysis Aspatial analyses assume that where you take your sample shouldn t matter.

4 Spatial analysis Turns raw data into useful information by adding greater informative content and value Reveals patterns, trends, and anomalies that might otherwise be missed Provides a check on human intuition by helping in situations where the eye might deceive

5 Spatial analysis Spatial analysis can be inductive, to examine empirical evidence in the search for patterns that might support new theories or general principles, as with disease mapping (cancer maps) deductive, focusing on the testing of known theories or principles against data (Sky Train stations as centres of criminal activity); normative, using spatial analysis to develop or prescribe new or better designs (geodesign).

6 Spatial analysis A method of analysis is spatial if the results depend on the locations of the objects being analyzed move the objects / study boundaries and the results change results are not invariant under relocation Spatial analysis uses the locations of objects, and, most often, the attributes of those objects Spatial analysis is the crux of GIS Attribute linkages Spatial data Attribute data P,L,A,P x NOIR

7 Getting organized: Joins One of the more powerful features of a GIS is the ability to join attribute tables to spatial layers based on a common geographic location ID (such as the CTUID). ArcMap also has many different forms of spatial joins. (3-D joins and another reason not to use unprojected data [scroll down to Getting the Best Result ])

8 Step 1: Analysis of attributes Attribute table joins Scatterplots Other types of plots? Regression Looking for outliers or other unusual patterns in the attribute data Problem? Spatial heterogeneity Know your data

9 Step 2a: Preparing for analysis: getting our distances correct Pythagorean or straight-line metric Shortest distance on a sphere? (Which route?) Distance along a route represented in a GIS (a polyline) is often calculated by summing the lengths of each segment of the polyline Because there is a general tendency for polylines to short-cut corners, the length of a polyline tends to be shorter than the length of the object it represents. Length of a 3 dimensional line measured off its planimetric representation will also be shorter than its true length Unless you are working at very long distances (e.g., continental), work only with projected data (e.g., m)

10 Pythagoras s Theorem and the straight-line distance between two points on a plane. What is the length of D?

11 The effects of the Earth s curvature on the measurement of distance, and the choice of shortest paths Geodesics

12 The length of a path as traveled on the Earth s surface (red line) may be substantially longer than the length of its horizontal projection as evaluated in a two-dimensional GIS In the figure are shown three paths across part of Dorset in the UK. The green path is the straight route ( as the crow flies ), the red path is the modern road system, and the gray path represents the route followed by the road in 1886 (Courtesy Michael De Smith)

13 (Courtesy Michael De Smith) The vertical profiles of all three routes, with elevation plotted against the distance traveled horizontally in each case. 1 ft = m, 1 yd = m.

14 Question: how to determine the true (3D) length of a line? This used to be a complex process, but you can now achieve this result in two easy steps. You need to have a linear feature and a DEM or TIN. Use the Interpolate Shape Tool (3D Analyst) to add the Z values to the line Use the Add Z Information Tool (3D Analyst) to add fields to the linear feature s attribute table.

15 Identifying areas of influence: Buffers 0 Buffering is a commonly applied distance-based analysis Buffers (dilations) of constant width drawn around a point, a polyline, and a polygon

16 Buffers representing 1 2-mile exclusion zones around all schools in part of Los Angeles

17 Step 2a: Preparing for analysis: getting our neighbours correct 0 Many spatial techniques require informative data on spatial relationships (usually 1 to n values). 0 How to formally define the spatial relationships between points, polygons or grids on the surface of analysis? 0 We would like to quantify nearness in some fashion. 0 How do we want to quantify that nearness (distance, adjacency)? 0 Many approaches require a weight matrix. 0 Matrices function like maps that guide our analysis.

18 Weight Matrices We can use different types of weight matrices to see if there are different types of spatial relationships. Two broad types of matrices: Distance-based (obviously useful for point features, but also used for polygonal features; usually a cut-off distance is defined [e.g., distance between < 1000m]). Can also use a network to determine the distance. Contiguity-based (a key attribute of polygonal features do they share a common edge?) ArcMap s help file for generating spatial weights.

19 Weight Matrices Distance Distance-based creates bands around the points (perhaps 1000m) (points or centroids in polygon) to ID neighbours. K-Nearest Neighbor counts or marks the k closest neighbors (a relative distance measure, since in some areas the k points may be very close while in other areas the k points may be much further away) (think of k points or centroids of polygons; or the k adjacent polygons) K=3

20

21 Weight Matrices Contiguity-based weights Rook--counts only edge adjacencies Queen--counts edges and vertices For rasters, very easy to visualize. For polygons, the resulting size of the neighbourhoods can vary widely Rook Queen

22 Weight Matrices An example of a weight matrix for polygons where a vertex is not counted as adjacent (2 is not adjacent to 6) Note that polygons are not considered adjacent to themselves. 1 adjacent 0 not adjacent

23 Weight Matrices A weight matrix is often contained in a weight s file. We can establish such files in ArcGIS and in programs like GeoDa. For example, in GeoDa weights files include:.gal for contiguity-based weights.gwt for distance-based weights In other programs weights might be defined in the GUI rather than through a separate file.

24 Step 3: Spatial patterns analysis Identification of how objects cluster is often important in many different fields: Archaeology Criminology Ecology Epidemiology Looking at the distribution of spatial objects without considering their attributes. Points patterns can be identified as clustered, dispersed, or random Kinds of processes responsible for point patterns are: First-order processes involve points being located independently (rain drops) Second-order processes involve interaction between points (acorns from oaks) The K function is an example of a descriptive statistic of pattern

25 Point pattern analysis Point pattern of individual tree locations. A, B, and C identify the individual trees analyzed in the following graphs Here the points represent trees, but they could represent crime incidents, locations of people with a disease, store locations, etc. (Source: Getis A. and Franklin J Secondorder neighborhood analysis of mapped point patterns. Ecology 68(3): ).

26 Point pattern analysis: Ripley s K Summarizes spatial autocorrelation (point feature clustering or feature dispersion) over a range of distances. This is used when you want to see how changing spatial distances impact nearest neighbour counts. It can help identify an appropriate window size. In many pattern analysis studies, the selection of an appropriate scale of analysis is required. For example, a distance threshold or distance band is often needed for the analysis (e.g., kernel density analysis). When exploring spatial patterns at multiple distances and spatial scales, patterns change, often reflecting the dominance of particular spatial processes at work. Ripley's K function illustrates how the spatial clustering or dispersion of feature centroids changes when the neighborhood size changes. A local measure but on that can look at all distances. ESRI s description of Ripleyy s K

27 Ripley's K Function Clustered A- area (e.g., bounding box) N - # of pts d distance (classes) k(i, j) is the weight, which is 1 when the distance between i and j is less than or equal to d and 0 when the distance between i and j is greater than d. With the L(d) transformation, the expected value is equal to distance What does overdispersion mean? (Source: Getis A. and Franklin J Second-order neighborhood analysis of mapped point patterns. Ecology 68(3): ). Overdispersion

28 Pine trees are represented by green dots and other tree species are represented by red dots. The function counts the number of neighboring pine trees found within a given distance from each individual pine tree (Xm). The number of observed neighboring pine trees is then traditionally compared to the number of pine trees one would expect to find based on a completely spatially random point pattern. If the number of pines found within a given distance of each individual pine is greater than that for a random distribution, the distribution is clustered. If the number is smaller, the distribution is dispersed.

29 Permutations (over and over again) Spatial Autocorrelation measures such as Ripley s K or Moran s I usually compare your data to a theoretical random data set (whether polygon or point) in order to get a p-value. In order to determine if the existing spatial data is statistically dissimilar to the null hypothesis of complete spatial randomness (CSR), we need to simulate / create a spatially random probability distribution (this can t be done mathematically [e.g., looking up a value in a table] since each study is unique). Monte Carlo Simulation produces several (e.g., 99) random simulations (or permutations) that the software then compares against your observed data. This can be used to develop a pseudo p-value: the probability that an actual set of numbers was observed only by chance.

30 Permutations Each observation is given a set of randomly generated coordinates (selected using a uniform random number generator, not a normal or gaussian random distribution), which is used to relocate each observation in space. To generate a random reference distribution of Moran's I (or Ripley s K), the statistic is computed each time with a different set arrangement of points for the number of permutations specified (e.g., 99). You can then compare this reference distribution to your observed Moran's I value to determine where it falls in comparison. The upper and lower confidence bands are derived from the random permutations. A uniform distribution for the role of a single dice:

31 Statistical Significance A spatially random distribution (one of many simulations) Observed distribution Our p-value answers the question - what is the probability that the observed distribution could have occurred by chance?

32 Permutations to compute confidence envelope.

33 A clustered distribution Car thefts in Vancouver after 8:00 pm

34 Step 4: Kernel density analysis Kernel Density analysis calculates the density of features in a neighborhood around each features. It can be calculated for both point and line features. While the inputs are either point or line features, the output is a raster since a field output is being created Possible uses include calculating the density of houses, crime reports, or roads or utility lines and using that density in a regression analysis, for example. You can use a population field to weight some features more heavily than others, depending on their meaning, or to allow one point to represent several observations. Source Still looking only at the spatial objects.

35 (A) A collection of point objects (B) A kernel function A The kernel s shape depends on a distance parameter increasing the value of the parameter results in a broader and lower kernel, and reducing it results in a narrower and sharper kernel. When each point is replaced by a kernel and the kernels are added, the result is a density surface whose smoothness depends on the value of the distance parameter. B

36 Density estimation using two different distance parameters in the respective kernel functions. (A) The surface shows the density of ozone-monitoring stations in California, using a kernel radius of 150 km (B) Zoomed to an area of Southern California, a kernel radius of 16 km is too small for this dataset, as it leaves each kernel isolated from its neighbors

37 Car thefts in Vancouver after 8:00 pm 50 m cell size and a 500 m neighbourhood

38 Step 5: Spatial patterns analyses+ Cluster and Outlier Analysis identifies spatial clusters of features with high or low values, as well as identifying spatial outliers (formally: Anselin s Local Moran's I). This is just one example of the different ways we can analyze spatial patterns. ESRI provides helpful information about this and other methods on their Spatial Statistics Resources page. We are now including both the spatial object and its attribute.

39 Spatial Patterns of Obesity and Associated Risk Factors in the Conterminous U.S Source

40 Some notes on the lab.

41 What do these values represent? 1.96 Z-score represents 0.05% of the curve (two-tailed) 2.58 Z-score represents 0.01% of the curve WRT Lab 3 and the Moran I s interpretation. The Moran s Index in and of itself isn t important it is the z-score and the p-value that tell the tale.

42 Test Statistic for Normal Frequency Distribution 2.5% /(n-1) % 1% 2.58 *technically 1/(n-1) Reject null Reject null at 1% Reject null at 5% Null Hypothesis: no spatial autocorrelation *Moran s I = 0 Alternative Hypothesis: spatial autocorrelation exists (and/or dispersion exists) *Moran s I > 0 (clustering) or I < 0 (dispersion) Reject Null Hypothesis if Z score is greater than or equal to 1.96 (less than or equal to -1.96) Interpretation: less than a 5% chance that the spatial autocorrelation (dispersion) found is random, 95% confident that spatial auto correlation (dispersion) exits.

43 Summary 0 These are just a few of the methods available to analyse spatial data. 0 You should explore ArcMap s Spatial Analyst toolbox as well as the Spatial Statistics toolbox, since within those toolboxes you can find many additional methods that might be of use in your projects.

Lecture 4. Spatial Statistics

Lecture 4. Spatial Statistics Lecture 4 Spatial Statistics Lecture 4 Outline Statistics in GIS Spatial Metrics Cell Statistics Neighborhood Functions Neighborhood and Zonal Statistics Mapping Density (Density surfaces) Hot Spot Analysis

More information

Outline. 15. Descriptive Summary, Design, and Inference. Descriptive summaries. Data mining. The centroid

Outline. 15. Descriptive Summary, Design, and Inference. Descriptive summaries. Data mining. The centroid Outline 15. Descriptive Summary, Design, and Inference Geographic Information Systems and Science SECOND EDITION Paul A. Longley, Michael F. Goodchild, David J. Maguire, David W. Rhind 2005 John Wiley

More information

Objectives Define spatial statistics Introduce you to some of the core spatial statistics tools available in ArcGIS 9.3 Present a variety of example a

Objectives Define spatial statistics Introduce you to some of the core spatial statistics tools available in ArcGIS 9.3 Present a variety of example a Introduction to Spatial Statistics Opportunities for Education Lauren M. Scott, PhD Mark V. Janikas, PhD Lauren Rosenshein Jorge Ruiz-Valdepeña 1 Objectives Define spatial statistics Introduce you to some

More information

Finding Hot Spots in ArcGIS Online: Minimizing the Subjectivity of Visual Analysis. Nicholas M. Giner Esri Parrish S.

Finding Hot Spots in ArcGIS Online: Minimizing the Subjectivity of Visual Analysis. Nicholas M. Giner Esri Parrish S. Finding Hot Spots in ArcGIS Online: Minimizing the Subjectivity of Visual Analysis Nicholas M. Giner Esri Parrish S. Henderson FBI Agenda The subjectivity of maps What is Hot Spot Analysis? Why do Hot

More information

Points. Luc Anselin. Copyright 2017 by Luc Anselin, All Rights Reserved

Points. Luc Anselin.   Copyright 2017 by Luc Anselin, All Rights Reserved Points Luc Anselin http://spatial.uchicago.edu 1 classic point pattern analysis spatial randomness intensity distance-based statistics points on networks 2 Classic Point Pattern Analysis 3 Classic Examples

More information

SPATIAL ANALYSIS. Transformation. Cartogram Central. 14 & 15. Query, Measurement, Transformation, Descriptive Summary, Design, and Inference

SPATIAL ANALYSIS. Transformation. Cartogram Central. 14 & 15. Query, Measurement, Transformation, Descriptive Summary, Design, and Inference 14 & 15. Query, Measurement, Transformation, Descriptive Summary, Design, and Inference Geographic Information Systems and Science SECOND EDITION Paul A. Longley, Michael F. Goodchild, David J. Maguire,

More information

This lab exercise will try to answer these questions using spatial statistics in a geographic information system (GIS) context.

This lab exercise will try to answer these questions using spatial statistics in a geographic information system (GIS) context. by Introduction Problem Do the patterns of forest fires change over time? Do forest fires occur in clusters, and do the clusters change over time? Is this information useful in fighting forest fires? This

More information

Class 9. Query, Measurement & Transformation; Spatial Buffers; Descriptive Summary, Design & Inference

Class 9. Query, Measurement & Transformation; Spatial Buffers; Descriptive Summary, Design & Inference Class 9 Query, Measurement & Transformation; Spatial Buffers; Descriptive Summary, Design & Inference Spatial Analysis Turns raw data into useful information by adding greater informative content and value

More information

Spatial Analysis II. Spatial data analysis Spatial analysis and inference

Spatial Analysis II. Spatial data analysis Spatial analysis and inference Spatial Analysis II Spatial data analysis Spatial analysis and inference Roadmap Spatial Analysis I Outline: What is spatial analysis? Spatial Joins Step 1: Analysis of attributes Step 2: Preparing for

More information

Exploratory Spatial Data Analysis Using GeoDA: : An Introduction

Exploratory Spatial Data Analysis Using GeoDA: : An Introduction Exploratory Spatial Data Analysis Using GeoDA: : An Introduction Prepared by Professor Ravi K. Sharma, University of Pittsburgh Modified for NBDPN 2007 Conference Presentation by Professor Russell S. Kirby,

More information

GIST 4302/5302: Spatial Analysis and Modeling

GIST 4302/5302: Spatial Analysis and Modeling GIST 4302/5302: Spatial Analysis and Modeling Review Guofeng Cao www.gis.ttu.edu/starlab Department of Geosciences Texas Tech University guofeng.cao@ttu.edu Spring 2016 Course Outlines Spatial Point Pattern

More information

KAAF- GE_Notes GIS APPLICATIONS LECTURE 3

KAAF- GE_Notes GIS APPLICATIONS LECTURE 3 GIS APPLICATIONS LECTURE 3 SPATIAL AUTOCORRELATION. First law of geography: everything is related to everything else, but near things are more related than distant things Waldo Tobler Check who is sitting

More information

Why Is It There? Attribute Data Describe with statistics Analyze with hypothesis testing Spatial Data Describe with maps Analyze with spatial analysis

Why Is It There? Attribute Data Describe with statistics Analyze with hypothesis testing Spatial Data Describe with maps Analyze with spatial analysis 6 Why Is It There? Why Is It There? Getting Started with Geographic Information Systems Chapter 6 6.1 Describing Attributes 6.2 Statistical Analysis 6.3 Spatial Description 6.4 Spatial Analysis 6.5 Searching

More information

Lecture 8. Spatial Estimation

Lecture 8. Spatial Estimation Lecture 8 Spatial Estimation Lecture Outline Spatial Estimation Spatial Interpolation Spatial Prediction Sampling Spatial Interpolation Methods Spatial Prediction Methods Interpolating Raster Surfaces

More information

Lab #3 Background Material Quantifying Point and Gradient Patterns

Lab #3 Background Material Quantifying Point and Gradient Patterns Lab #3 Background Material Quantifying Point and Gradient Patterns Dispersion metrics Dispersion indices that measure the degree of non-randomness Plot-based metrics Distance-based metrics First-order

More information

Luc Anselin Spatial Analysis Laboratory Dept. Agricultural and Consumer Economics University of Illinois, Urbana-Champaign

Luc Anselin Spatial Analysis Laboratory Dept. Agricultural and Consumer Economics University of Illinois, Urbana-Champaign GIS and Spatial Analysis Luc Anselin Spatial Analysis Laboratory Dept. Agricultural and Consumer Economics University of Illinois, Urbana-Champaign http://sal.agecon.uiuc.edu Outline GIS and Spatial Analysis

More information

2/7/2018. Module 4. Spatial Statistics. Point Patterns: Nearest Neighbor. Spatial Statistics. Point Patterns: Nearest Neighbor

2/7/2018. Module 4. Spatial Statistics. Point Patterns: Nearest Neighbor. Spatial Statistics. Point Patterns: Nearest Neighbor Spatial Statistics Module 4 Geographers are very interested in studying, understanding, and quantifying the patterns we can see on maps Q: What kinds of map patterns can you think of? There are so many

More information

SPACE Workshop NSF NCGIA CSISS UCGIS SDSU. Aldstadt, Getis, Jankowski, Rey, Weeks SDSU F. Goodchild, M. Goodchild, Janelle, Rebich UCSB

SPACE Workshop NSF NCGIA CSISS UCGIS SDSU. Aldstadt, Getis, Jankowski, Rey, Weeks SDSU F. Goodchild, M. Goodchild, Janelle, Rebich UCSB SPACE Workshop NSF NCGIA CSISS UCGIS SDSU Aldstadt, Getis, Jankowski, Rey, Weeks SDSU F. Goodchild, M. Goodchild, Janelle, Rebich UCSB August 2-8, 2004 San Diego State University Some Examples of Spatial

More information

Nature of Spatial Data. Outline. Spatial Is Special

Nature of Spatial Data. Outline. Spatial Is Special Nature of Spatial Data Outline Spatial is special Bad news: the pitfalls of spatial data Good news: the potentials of spatial data Spatial Is Special Are spatial data special? Why spatial data require

More information

Geometric Algorithms in GIS

Geometric Algorithms in GIS Geometric Algorithms in GIS GIS Software Dr. M. Gavrilova GIS System What is a GIS system? A system containing spatially referenced data that can be analyzed and converted to new information for a specific

More information

Cluster Analysis using SaTScan. Patrick DeLuca, M.A. APHEO 2007 Conference, Ottawa October 16 th, 2007

Cluster Analysis using SaTScan. Patrick DeLuca, M.A. APHEO 2007 Conference, Ottawa October 16 th, 2007 Cluster Analysis using SaTScan Patrick DeLuca, M.A. APHEO 2007 Conference, Ottawa October 16 th, 2007 Outline Clusters & Cluster Detection Spatial Scan Statistic Case Study 28 September 2007 APHEO Conference

More information

EXPLORATORY SPATIAL DATA ANALYSIS OF BUILDING ENERGY IN URBAN ENVIRONMENTS. Food Machinery and Equipment, Tianjin , China

EXPLORATORY SPATIAL DATA ANALYSIS OF BUILDING ENERGY IN URBAN ENVIRONMENTS. Food Machinery and Equipment, Tianjin , China EXPLORATORY SPATIAL DATA ANALYSIS OF BUILDING ENERGY IN URBAN ENVIRONMENTS Wei Tian 1,2, Lai Wei 1,2, Pieter de Wilde 3, Song Yang 1,2, QingXin Meng 1 1 College of Mechanical Engineering, Tianjin University

More information

Overview of Spatial analysis in ecology

Overview of Spatial analysis in ecology Spatial Point Patterns & Complete Spatial Randomness - II Geog 0C Introduction to Spatial Data Analysis Chris Funk Lecture 8 Overview of Spatial analysis in ecology st step in understanding ecological

More information

OPEN GEODA WORKSHOP / CRASH COURSE FACILITATED BY M. KOLAK

OPEN GEODA WORKSHOP / CRASH COURSE FACILITATED BY M. KOLAK OPEN GEODA WORKSHOP / CRASH COURSE FACILITATED BY M. KOLAK WHAT IS GEODA? Software program that serves as an introduction to spatial data analysis Free Open Source Source code is available under GNU license

More information

Chapter 6 Spatial Analysis

Chapter 6 Spatial Analysis 6.1 Introduction Chapter 6 Spatial Analysis Spatial analysis, in a narrow sense, is a set of mathematical (and usually statistical) tools used to find order and patterns in spatial phenomena. Spatial patterns

More information

Lecture 3: Exploratory Spatial Data Analysis (ESDA) Prof. Eduardo A. Haddad

Lecture 3: Exploratory Spatial Data Analysis (ESDA) Prof. Eduardo A. Haddad Lecture 3: Exploratory Spatial Data Analysis (ESDA) Prof. Eduardo A. Haddad Key message Spatial dependence First Law of Geography (Waldo Tobler): Everything is related to everything else, but near things

More information

GIS CONFERENCE MAKING PLACE MATTER Decoding Health Data with Spatial Statistics

GIS CONFERENCE MAKING PLACE MATTER Decoding Health Data with Spatial Statistics esri HEALTH AND HUMAN SERVICES GIS CONFERENCE MAKING PLACE MATTER Decoding Health Data with Spatial Statistics Flora Vale Jenora D Acosta Wait a minute Wait a minute Where is Lauren?? Wait a minute Where

More information

Outline. Introduction to SpaceStat and ESTDA. ESTDA & SpaceStat. Learning Objectives. Space-Time Intelligence System. Space-Time Intelligence System

Outline. Introduction to SpaceStat and ESTDA. ESTDA & SpaceStat. Learning Objectives. Space-Time Intelligence System. Space-Time Intelligence System Outline I Data Preparation Introduction to SpaceStat and ESTDA II Introduction to ESTDA and SpaceStat III Introduction to time-dynamic regression ESTDA ESTDA & SpaceStat Learning Objectives Activities

More information

Spatial analysis. Spatial descriptive analysis. Spatial inferential analysis:

Spatial analysis. Spatial descriptive analysis. Spatial inferential analysis: Spatial analysis Spatial descriptive analysis Point pattern analysis (minimum bounding box, mean center, weighted mean center, standard distance, nearest neighbor analysis) Spatial clustering analysis

More information

Spatial Analysis 1. Introduction

Spatial Analysis 1. Introduction Spatial Analysis 1 Introduction Geo-referenced Data (not any data) x, y coordinates (e.g., lat., long.) ------------------------------------------------------ - Table of Data: Obs. # x y Variables -------------------------------------

More information

Lecture 5 Geostatistics

Lecture 5 Geostatistics Lecture 5 Geostatistics Lecture Outline Spatial Estimation Spatial Interpolation Spatial Prediction Sampling Spatial Interpolation Methods Spatial Prediction Methods Interpolating Raster Surfaces with

More information

Geoprocessing Tools at ArcGIS 9.2 Desktop

Geoprocessing Tools at ArcGIS 9.2 Desktop Geoprocessing Tools at ArcGIS 9.2 Desktop Analysis Tools Analysis Tools \ Extract Clip Analysis Tools \ Extract Select Analysis Tools \ Extract Split Analysis Tools \ Extract Table Select Analysis Tools

More information

Outline ESDA. Exploratory Spatial Data Analysis ESDA. Luc Anselin

Outline ESDA. Exploratory Spatial Data Analysis ESDA. Luc Anselin Exploratory Spatial Data Analysis ESDA Luc Anselin University of Illinois, Urbana-Champaign http://www.spacestat.com Outline ESDA Exploring Spatial Patterns Global Spatial Autocorrelation Local Spatial

More information

In matrix algebra notation, a linear model is written as

In matrix algebra notation, a linear model is written as DM3 Calculation of health disparity Indices Using Data Mining and the SAS Bridge to ESRI Mussie Tesfamicael, University of Louisville, Louisville, KY Abstract Socioeconomic indices are strongly believed

More information

CyberGIS: What Still Needs to Be Done? Michael F. Goodchild University of California Santa Barbara

CyberGIS: What Still Needs to Be Done? Michael F. Goodchild University of California Santa Barbara CyberGIS: What Still Needs to Be Done? Michael F. Goodchild University of California Santa Barbara Progress to date Interoperable location referencing coordinate transformations geocoding addresses point-of-interest

More information

What s special about spatial data?

What s special about spatial data? What s special about spatial data? Road map Geographic Information analysis The need to develop spatial thinking Some fundamental geographic concepts (PBCS) What are the effects of space? Spatial autocorrelation

More information

Lecture 3: Exploratory Spatial Data Analysis (ESDA) Prof. Eduardo A. Haddad

Lecture 3: Exploratory Spatial Data Analysis (ESDA) Prof. Eduardo A. Haddad Lecture 3: Exploratory Spatial Data Analysis (ESDA) Prof. Eduardo A. Haddad Key message Spatial dependence First Law of Geography (Waldo Tobler): Everything is related to everything else, but near things

More information

Spatial Pattern Analysis: Mapping Trends and Clusters. Lauren M. Scott, PhD Lauren Rosenshein Bennett, MS

Spatial Pattern Analysis: Mapping Trends and Clusters. Lauren M. Scott, PhD Lauren Rosenshein Bennett, MS Spatial Pattern Analysis: Mapping Trends and Clusters Lauren M. Scott, PhD Lauren Rosenshein Bennett, MS Presentation Outline Spatial statistics overview Describing spatial patterns Quantifying spatial

More information

Mapping and Analysis for Spatial Social Science

Mapping and Analysis for Spatial Social Science Mapping and Analysis for Spatial Social Science Luc Anselin Spatial Analysis Laboratory Dept. Agricultural and Consumer Economics University of Illinois, Urbana-Champaign http://sal.agecon.uiuc.edu Outline

More information

In this exercise we will learn how to use the analysis tools in ArcGIS with vector and raster data to further examine potential building sites.

In this exercise we will learn how to use the analysis tools in ArcGIS with vector and raster data to further examine potential building sites. GIS Level 2 In the Introduction to GIS workshop we filtered data and visually examined it to determine where to potentially build a new mixed use facility. In order to get a low interest loan, the building

More information

Michael Harrigan Office hours: Fridays 2:00-4:00pm Holden Hall

Michael Harrigan Office hours: Fridays 2:00-4:00pm Holden Hall Announcement New Teaching Assistant Michael Harrigan Office hours: Fridays 2:00-4:00pm Holden Hall 209 Email: michael.harrigan@ttu.edu Guofeng Cao, Texas Tech GIST4302/5302, Lecture 2: Review of Map Projection

More information

Spatial and Temporal Geovisualisation and Data Mining of Road Traffic Accidents in Christchurch, New Zealand

Spatial and Temporal Geovisualisation and Data Mining of Road Traffic Accidents in Christchurch, New Zealand 166 Spatial and Temporal Geovisualisation and Data Mining of Road Traffic Accidents in Christchurch, New Zealand Clive E. SABEL and Phil BARTIE Abstract This paper outlines the development of a method

More information

Exploratory Spatial Data Analysis (ESDA)

Exploratory Spatial Data Analysis (ESDA) Exploratory Spatial Data Analysis (ESDA) VANGHR s method of ESDA follows a typical geospatial framework of selecting variables, exploring spatial patterns, and regression analysis. The primary software

More information

Finding Hot Spots in ArcGIS Online: Minimizing the Subjectivity of Visual Analysis. Nicholas M. Giner Esri Parrish S.

Finding Hot Spots in ArcGIS Online: Minimizing the Subjectivity of Visual Analysis. Nicholas M. Giner Esri Parrish S. Finding Hot Spots in ArcGIS Online: Minimizing the Subjectivity of Visual Analysis Nicholas M. Giner Esri Parrish S. Henderson - FBI Agenda The subjectivity of maps What is Hot Spot Analysis? What is Outlier

More information

ENGRG Introduction to GIS

ENGRG Introduction to GIS ENGRG 59910 Introduction to GIS Michael Piasecki October 13, 2017 Lecture 06: Spatial Analysis Outline Today Concepts What is spatial interpolation Why is necessary Sample of interpolation (size and pattern)

More information

Spatial Regression. 1. Introduction and Review. Luc Anselin. Copyright 2017 by Luc Anselin, All Rights Reserved

Spatial Regression. 1. Introduction and Review. Luc Anselin.  Copyright 2017 by Luc Anselin, All Rights Reserved Spatial Regression 1. Introduction and Review Luc Anselin http://spatial.uchicago.edu matrix algebra basics spatial econometrics - definitions pitfalls of spatial analysis spatial autocorrelation spatial

More information

Construction Engineering. Research Laboratory. Approaches Towards the Identification of Patterns in Violent Events, Baghdad, Iraq ERDC/CERL CR-09-1

Construction Engineering. Research Laboratory. Approaches Towards the Identification of Patterns in Violent Events, Baghdad, Iraq ERDC/CERL CR-09-1 ERDC/CERL CR-09-1 Approaches Towards the Identification of Patterns in Violent Events, Baghdad, Iraq Luc Anselin and Gianfranco Piras May 2009 Construction Engineering Research Laboratory Approved for

More information

An Overview of Solving Spatial Problems Using ArcGIS

An Overview of Solving Spatial Problems Using ArcGIS Esri International User Conference San Diego, CA Technical Workshops An Overview of Solving Spatial Problems Using ArcGIS Linda Beale, Jian Lange July 12 th, 2011 Real World Example Using Spatial Analysis

More information

Overview of Statistical Analysis of Spatial Data

Overview of Statistical Analysis of Spatial Data Overview of Statistical Analysis of Spatial Data Geog 2C Introduction to Spatial Data Analysis Phaedon C. Kyriakidis www.geog.ucsb.edu/ phaedon Department of Geography University of California Santa Barbara

More information

Types of spatial data. The Nature of Geographic Data. Types of spatial data. Spatial Autocorrelation. Continuous spatial data: geostatistics

Types of spatial data. The Nature of Geographic Data. Types of spatial data. Spatial Autocorrelation. Continuous spatial data: geostatistics The Nature of Geographic Data Types of spatial data Continuous spatial data: geostatistics Samples may be taken at intervals, but the spatial process is continuous e.g. soil quality Discrete data Irregular:

More information

Chapter 6. Fundamentals of GIS-Based Data Analysis for Decision Support. Table 6.1. Spatial Data Transformations by Geospatial Data Types

Chapter 6. Fundamentals of GIS-Based Data Analysis for Decision Support. Table 6.1. Spatial Data Transformations by Geospatial Data Types Chapter 6 Fundamentals of GIS-Based Data Analysis for Decision Support FROM: Points Lines Polygons Fields Table 6.1. Spatial Data Transformations by Geospatial Data Types TO: Points Lines Polygons Fields

More information

GIST 4302/5302: Spatial Analysis and Modeling Point Pattern Analysis

GIST 4302/5302: Spatial Analysis and Modeling Point Pattern Analysis GIST 4302/5302: Spatial Analysis and Modeling Point Pattern Analysis Guofeng Cao www.spatial.ttu.edu Department of Geosciences Texas Tech University guofeng.cao@ttu.edu Fall 2018 Spatial Point Patterns

More information

GIS Spatial Statistics for Public Opinion Survey Response Rates

GIS Spatial Statistics for Public Opinion Survey Response Rates GIS Spatial Statistics for Public Opinion Survey Response Rates July 22, 2015 Timothy Michalowski Senior Statistical GIS Analyst Abt SRBI - New York, NY t.michalowski@srbi.com www.srbi.com Introduction

More information

Geog 210C Spring 2011 Lab 6. Geostatistics in ArcMap

Geog 210C Spring 2011 Lab 6. Geostatistics in ArcMap Geog 210C Spring 2011 Lab 6. Geostatistics in ArcMap Overview In this lab you will think critically about the functionality of spatial interpolation, improve your kriging skills, and learn how to use several

More information

LAB EXERCISE #3 Quantifying Point and Gradient Patterns

LAB EXERCISE #3 Quantifying Point and Gradient Patterns LAB EXERCISE #3 Quantifying Point and Gradient Patterns Instructor: K. McGarigal Overview: In this exercise, you will learn to appreciate the challenges of quantifying point and gradient patterns and gain

More information

Texas A&M University

Texas A&M University Texas A&M University CVEN 658 Civil Engineering Applications of GIS Hotspot Analysis of Highway Accident Spatial Pattern Based on Network Spatial Weights Instructor: Dr. Francisco Olivera Author: Zachry

More information

Spatial Analyst. By Sumita Rai

Spatial Analyst. By Sumita Rai ArcGIS Extentions Spatial Analyst By Sumita Rai Overview What does GIS do? How does GIS work data models Extension to GIS Spatial Analyst Spatial Analyst Tasks & Tools Surface Analysis Surface Creation

More information

Spatial Pattern Analysis: Mapping Trends and Clusters

Spatial Pattern Analysis: Mapping Trends and Clusters Esri International User Conference San Diego, California Technical Workshops July 24, 2012 Spatial Pattern Analysis: Mapping Trends and Clusters Lauren M. Scott, PhD Lauren Rosenshein Bennett, MS Presentation

More information

Geoinformation in Environmental Modelling

Geoinformation in Environmental Modelling Geoinformation in Environmental Modelling Spatial analysis and modelling: grid data ENY-C2005 Salla Multimäki 18.1.2017 Topics today About spatial analysis and modelling Various viewpoints for categorizing

More information

Spatial analysis. 0 move the objects and the results change

Spatial analysis. 0 move the objects and the results change 0 Outline: Roadmap 0 What is spatial analysis? 0 Transformations 0 Introduction to spatial interpolation 0 Classification of spatial interpolation methods 0 Interpolation methods 0 Areal interpolation

More information

Basics of Geographic Analysis in R

Basics of Geographic Analysis in R Basics of Geographic Analysis in R Spatial Autocorrelation and Spatial Weights Yuri M. Zhukov GOV 2525: Political Geography February 25, 2013 Outline 1. Introduction 2. Spatial Data and Basic Visualization

More information

The Implementation of Autocorrelation-Based Regioclassification in ArcMap Using ArcObjects

The Implementation of Autocorrelation-Based Regioclassification in ArcMap Using ArcObjects 140 The Implementation of Autocorrelation-Based Regioclassification in ArcMap Using ArcObjects Christoph MAYRHOFER Abstract Conventional methods for cartographic classification are often solely based on

More information

Spatial Autocorrelation

Spatial Autocorrelation Spatial Autocorrelation Luc Anselin http://spatial.uchicago.edu spatial randomness positive and negative spatial autocorrelation spatial autocorrelation statistics spatial weights Spatial Randomness The

More information

What are the five components of a GIS? A typically GIS consists of five elements: - Hardware, Software, Data, People and Procedures (Work Flows)

What are the five components of a GIS? A typically GIS consists of five elements: - Hardware, Software, Data, People and Procedures (Work Flows) LECTURE 1 - INTRODUCTION TO GIS Section I - GIS versus GPS What is a geographic information system (GIS)? GIS can be defined as a computerized application that combines an interactive map with a database

More information

Application of the Getis-Ord Gi* statistic (Hot Spot Analysis) to seafloor organisms

Application of the Getis-Ord Gi* statistic (Hot Spot Analysis) to seafloor organisms Application of the Getis-Ord Gi* statistic (Hot Spot Analysis) to seafloor organisms Diana Watters Research Fisheries Biologist Habitat Ecology Team Santa Cruz, CA Southwest Fisheries Science Center Fisheries

More information

The Case for Space in the Social Sciences

The Case for Space in the Social Sciences The Case for Space in the Social Sciences Don Janelle Center for Spatially Integrated Social Science University of California, Santa Barbara Roundtable on Geographical Voices and Geographical Analysis

More information

Where to Invest Affordable Housing Dollars in Polk County?: A Spatial Analysis of Opportunity Areas

Where to Invest Affordable Housing Dollars in Polk County?: A Spatial Analysis of Opportunity Areas Resilient Neighborhoods Technical Reports and White Papers Resilient Neighborhoods Initiative 6-2014 Where to Invest Affordable Housing Dollars in Polk County?: A Spatial Analysis of Opportunity Areas

More information

Introduction To Raster Based GIS Dr. Zhang GISC 1421 Fall 2016, 10/19

Introduction To Raster Based GIS Dr. Zhang GISC 1421 Fall 2016, 10/19 Introduction To Raster Based GIS Dr. Zhang GISC 1421 Fall 2016, 10/19 Model of the course Using and making maps Navigating GIS maps Map design Working with spatial data Geoprocessing Spatial data infrastructure

More information

Using AMOEBA to Create a Spatial Weights Matrix and Identify Spatial Clusters, and a Comparison to Other Clustering Algorithms

Using AMOEBA to Create a Spatial Weights Matrix and Identify Spatial Clusters, and a Comparison to Other Clustering Algorithms Using AMOEBA to Create a Spatial Weights Matrix and Identify Spatial Clusters, and a Comparison to Other Clustering Algorithms Arthur Getis* and Jared Aldstadt** *San Diego State University **SDSU/UCSB

More information

GEOGRAPHY 350/550 Final Exam Fall 2005 NAME:

GEOGRAPHY 350/550 Final Exam Fall 2005 NAME: 1) A GIS data model using an array of cells to store spatial data is termed: a) Topology b) Vector c) Object d) Raster 2) Metadata a) Usually includes map projection, scale, data types and origin, resolution

More information

GIS for the Non-Expert

GIS for the Non-Expert GIS for the Non-Expert Ann Forsyth University of Minnesota February 2006 GIS for the Non-Expert 1. Definitions and problems 2. Measures being tested in Twin Cities Walking Study Basic approach, data, variables

More information

ArcGIS for Geostatistical Analyst: An Introduction. Steve Lynch and Eric Krause Redlands, CA.

ArcGIS for Geostatistical Analyst: An Introduction. Steve Lynch and Eric Krause Redlands, CA. ArcGIS for Geostatistical Analyst: An Introduction Steve Lynch and Eric Krause Redlands, CA. Outline - What is geostatistics? - What is Geostatistical Analyst? - Spatial autocorrelation - Geostatistical

More information

GIST 4302/5302: Spatial Analysis and Modeling

GIST 4302/5302: Spatial Analysis and Modeling GIST 4302/5302: Spatial Analysis and Modeling Lecture 2: Review of Map Projections and Intro to Spatial Analysis Guofeng Cao http://thestarlab.github.io Department of Geosciences Texas Tech University

More information

Comparison of spatial methods for measuring road accident hotspots : a case study of London

Comparison of spatial methods for measuring road accident hotspots : a case study of London Journal of Maps ISSN: (Print) 1744-5647 (Online) Journal homepage: http://www.tandfonline.com/loi/tjom20 Comparison of spatial methods for measuring road accident hotspots : a case study of London Tessa

More information

The Study on Trinary Join-Counts for Spatial Autocorrelation

The Study on Trinary Join-Counts for Spatial Autocorrelation Proceedings of the 8th International Symposium on Spatial Accuracy Assessment in Natural Resources and Environmental Sciences Shanghai, P. R. China, June 5-7, 008, pp. -8 The Study on Trinary Join-Counts

More information

ArcGIS Pro: Analysis and Geoprocessing. Nicholas M. Giner Esri Christopher Gabris Blue Raster

ArcGIS Pro: Analysis and Geoprocessing. Nicholas M. Giner Esri Christopher Gabris Blue Raster ArcGIS Pro: Analysis and Geoprocessing Nicholas M. Giner Esri Christopher Gabris Blue Raster Agenda What is Analysis and Geoprocessing? Analysis in ArcGIS Pro - 2D (Spatial xy) - 3D (Elevation - z) - 4D

More information

11. Kriging. ACE 492 SA - Spatial Analysis Fall 2003

11. Kriging. ACE 492 SA - Spatial Analysis Fall 2003 11. Kriging ACE 492 SA - Spatial Analysis Fall 2003 c 2003 by Luc Anselin, All Rights Reserved 1 Objectives The goal of this lab is to further familiarize yourself with ESRI s Geostatistical Analyst, extending

More information

Intensity Analysis of Spatial Point Patterns Geog 210C Introduction to Spatial Data Analysis

Intensity Analysis of Spatial Point Patterns Geog 210C Introduction to Spatial Data Analysis Intensity Analysis of Spatial Point Patterns Geog 210C Introduction to Spatial Data Analysis Chris Funk Lecture 5 Topic Overview 1) Introduction/Unvariate Statistics 2) Bootstrapping/Monte Carlo Simulation/Kernel

More information

Georelational Vector Data Model

Georelational Vector Data Model Georelational Vector Data Model Contents Georelational Data Model Representation of Simple Features Topology Non-topological Vector Data Data Models for Composite Features Geo-relational Looking at a paper

More information

Universitat Autònoma de Barcelona Facultat de Filosofia i Lletres Departament de Prehistòria Doctorat en arqueologia prehistòrica

Universitat Autònoma de Barcelona Facultat de Filosofia i Lletres Departament de Prehistòria Doctorat en arqueologia prehistòrica Universitat Autònoma de Barcelona Facultat de Filosofia i Lletres Departament de Prehistòria Doctorat en arqueologia prehistòrica FROM MICRO TO MACRO SPATIAL DYNAMICS IN THE VILLAGGIO DELLE MACINE BETWEEN

More information

Introduction to GIS - 2

Introduction to GIS - 2 Introduction to GIS - 2 Outline Using GIS Representation of spatial objects in GIS Prof. D. Nagesh Kumar Department of Civil Engineering Indian Institute of Science Bangalore 560 012, India http://www.civil.iisc.ernet.in/~nagesh

More information

Cluster Analysis using SaTScan

Cluster Analysis using SaTScan Cluster Analysis using SaTScan Summary 1. Statistical methods for spatial epidemiology 2. Cluster Detection What is a cluster? Few issues 3. Spatial and spatio-temporal Scan Statistic Methods Probability

More information

Raster Spatial Analysis Specific Theory

Raster Spatial Analysis Specific Theory RSATheory.doc 1 Raster Spatial Analysis Specific Theory... 1 Spatial resampling... 1 Mosaic... 3 Reclassification... 4 Slicing... 4 Zonal Operations... 5 References... 5 Raster Spatial Analysis Specific

More information

Exploratory Spatial Data Analysis (And Navigating GeoDa)

Exploratory Spatial Data Analysis (And Navigating GeoDa) Exploratory Spatial Data Analysis (And Navigating GeoDa) June 9, 2006 Stephen A. Matthews Associate Professor of Sociology & Anthropology, Geography and Demography Director of the Geographic Information

More information

The Nature of Geographic Data

The Nature of Geographic Data 4 The Nature of Geographic Data OVERVIEW Elaborates on the spatial is special theme Focuses on how phenomena vary across space and the general nature of geographic variation Describes the main principles

More information

An Introduction to Pattern Statistics

An Introduction to Pattern Statistics An Introduction to Pattern Statistics Nearest Neighbors The CSR hypothesis Clark/Evans and modification Cuzick and Edwards and controls All events k function Weighted k function Comparative k functions

More information

Output: -Observed Mean Distance -Expected Mean Distance - Nearest Neighbor Index -Graphic report - Test variables:

Output: -Observed Mean Distance -Expected Mean Distance - Nearest Neighbor Index -Graphic report - Test variables: Clustering: global indexes (to measure the global degree of clustering for the whole set of events) -> methods based on quadrats (joint count) vs. on distances AVERAGE NEAREST NEIGHBOUR: the distance between

More information

GIST 4302/5302: Spatial Analysis and Modeling Lecture 2: Review of Map Projections and Intro to Spatial Analysis

GIST 4302/5302: Spatial Analysis and Modeling Lecture 2: Review of Map Projections and Intro to Spatial Analysis GIST 4302/5302: Spatial Analysis and Modeling Lecture 2: Review of Map Projections and Intro to Spatial Analysis Guofeng Cao http://www.spatial.ttu.edu Department of Geosciences Texas Tech University guofeng.cao@ttu.edu

More information

Concepts and Applications of Kriging. Eric Krause

Concepts and Applications of Kriging. Eric Krause Concepts and Applications of Kriging Eric Krause Sessions of note Tuesday ArcGIS Geostatistical Analyst - An Introduction 8:30-9:45 Room 14 A Concepts and Applications of Kriging 10:15-11:30 Room 15 A

More information

Handling Raster Data for Hydrologic Applications

Handling Raster Data for Hydrologic Applications Handling Raster Data for Hydrologic Applications Prepared by Venkatesh Merwade Lyles School of Civil Engineering, Purdue University vmerwade@purdue.edu January 2018 Objective The objective of this exercise

More information

Interaction Analysis of Spatial Point Patterns

Interaction Analysis of Spatial Point Patterns Interaction Analysis of Spatial Point Patterns Geog 2C Introduction to Spatial Data Analysis Phaedon C Kyriakidis wwwgeogucsbedu/ phaedon Department of Geography University of California Santa Barbara

More information

Introduction to Spatial Statistics and Modeling for Regional Analysis

Introduction to Spatial Statistics and Modeling for Regional Analysis Introduction to Spatial Statistics and Modeling for Regional Analysis Dr. Xinyue Ye, Assistant Professor Center for Regional Development (Department of Commerce EDA University Center) & School of Earth,

More information

Popular Mechanics, 1954

Popular Mechanics, 1954 Introduction to GIS Popular Mechanics, 1954 1986 $2,599 1 MB of RAM 2017, $750, 128 GB memory, 2 GB of RAM Computing power has increased exponentially over the past 30 years, Allowing the existence of

More information

Regression Analysis. A statistical procedure used to find relations among a set of variables.

Regression Analysis. A statistical procedure used to find relations among a set of variables. Regression Analysis A statistical procedure used to find relations among a set of variables. Understanding relations Mapping data enables us to examine (describe) where things occur (e.g., areas where

More information

Automatic Watershed Delineation using ArcSWAT/Arc GIS

Automatic Watershed Delineation using ArcSWAT/Arc GIS Automatic Watershed Delineation using ArcSWAT/Arc GIS By: - Endager G. and Yalelet.F 1. Watershed Delineation This tool allows the user to delineate sub watersheds based on an automatic procedure using

More information

Cluster investigations using Disease mapping methods International workshop on Risk Factors for Childhood Leukemia Berlin May

Cluster investigations using Disease mapping methods International workshop on Risk Factors for Childhood Leukemia Berlin May Cluster investigations using Disease mapping methods International workshop on Risk Factors for Childhood Leukemia Berlin May 5-7 2008 Peter Schlattmann Institut für Biometrie und Klinische Epidemiologie

More information

The CrimeStat Program: Characteristics, Use, and Audience

The CrimeStat Program: Characteristics, Use, and Audience The CrimeStat Program: Characteristics, Use, and Audience Ned Levine, PhD Ned Levine & Associates and Houston-Galveston Area Council Houston, TX In the paper and presentation, I will discuss the CrimeStat

More information

Introduction to Geographic Information Systems (GIS): Environmental Science Focus

Introduction to Geographic Information Systems (GIS): Environmental Science Focus Introduction to Geographic Information Systems (GIS): Environmental Science Focus September 9, 2013 We will begin at 9:10 AM. Login info: Username:!cnrguest Password: gocal_bears Instructor: Domain: CAMPUS

More information

Intensity Analysis of Spatial Point Patterns Geog 210C Introduction to Spatial Data Analysis

Intensity Analysis of Spatial Point Patterns Geog 210C Introduction to Spatial Data Analysis Intensity Analysis of Spatial Point Patterns Geog 210C Introduction to Spatial Data Analysis Chris Funk Lecture 4 Spatial Point Patterns Definition Set of point locations with recorded events" within study

More information

Identification of Regional Subcenters Using Spatial Data Analysis for Estimating Traffic Volume

Identification of Regional Subcenters Using Spatial Data Analysis for Estimating Traffic Volume Identification of Regional Subcenters Using Spatial Data Analysis for Estimating Traffic Volume Fang Zhao and Nokil Park Lehman Center for Transportation Research Department of Civil & Env.. Engineering

More information