Spatial analysis. Spatial descriptive analysis. Spatial inferential analysis:

Size: px
Start display at page:

Download "Spatial analysis. Spatial descriptive analysis. Spatial inferential analysis:"

Transcription

1 Spatial analysis Spatial descriptive analysis Point pattern analysis (minimum bounding box, mean center, weighted mean center, standard distance, nearest neighbor analysis) Spatial clustering analysis (K-means, DBSCAN, hotspot analysis) Spatial associations (Moran s I, Geary s C, semivariogram, ) GEOG176B/GEOG176C / GEOG172 Spatial inferential analysis: Regression models Spatial interpolation (in terrain analysis)

2 Spatial analysis Spatial descriptive analysis Point pattern analysis Spatial clustering analysis, Spatial associations (Moran s I, Geary s C, semivariogram, ) GEOG176B/Geog176C / GEOG172 What: You have detected clusters using a spatial clustering method (e.g., traffic congestion, hot locations visited by many tourists...) Spatial inferential analysis: Regression models Spatial interpolation (in terrain analysis) Why: But what reasons to see such a pattern? (e.g., there is a baseball game? Or the location is at a famous landmark?...)

3 Regression models General idea: develop a model to fit observed data use this model to predict the future Regression models: (Multiple) linear regression Generalized linear regression Multivariate linear regression Mixed regression (linear and nonlinear) Geographically weighted regression (GWR)

4 Linear regression To establish a linear relation between the independent variable(s) and the dependent variable. Dependent variable: the output of the model (the variable you want to predict) Independent variable: the input of the model (the variables you use to explain the dependent variable) E.g., how temperature changes with elevation. The temperature is the dependent variable and the elevation is the independent variable Only one independent variable simple linear regression More than one independent variable multiple linear regression

5 Example of simple linear regression

6 Estimation of linear regression Model: Estimation of a and b (Least square estimation ): is named as residuals Other estimation approach: maximum likelihood estimation (MLE)

7 Goodness-of-fit of linear regression Many approaches: Diagnostic on residuals R-squared Adjusted R-squared Chi-square goodness of fit tests Split the data into training and testing cross validation

8 R-squared A metric to quantify how good your model fits to your data Specifically, it describes how much variance the model explained for the data Has a value ranges between [0, 1] 0 means the model does not fit the data at all 1 means the model fits the data perfectly

9 Multiple linear regression Simple linear regression can be extended to multiple linear regression With more independent variables The estimation and evaluation approaches are the same If some independent variables are not in a linear relation with the dependent variable, we can then transform by using: ln(x), log(x), sqrt(x), An example from the textbook

10 Geographically weighted regression (GWR)

11 Example Dependent variable: number of hemorrhagic fever Independent variable: temperature, NDVI08, Land110, Elevatiuon

12 Geographically weighted regression (GWR)

13 Summary on spatial analysis Analysis on attribute data Text attribute: word frequency summary, semantic analysis Numeric attribute: descriptive and inferential statistics Analysis on spatial data Descriptive analysis: max, min, range, centroid, average nearest neighbor, spatial clustering Inference analysis: multiple linear regression (estimation, evaluation and prediction) and GWR

14 GIS tools for spatial analysis ArcGIS (ArcToolbox) Matlab R GeoDa Python...

15 GIS tools for spatial analysis

16 GEOG 176A: Introduction to Geographic Information Systems Lecture 13: Terrain Analysis I (chapter 7) Rui Zhu

17 What is terrain? Terrain is about the physical features of Earth's surface A continuous field Not only have x and y dimensions, but also z dimension (i.e., elevation) Many spatial analysis have to take terrain analysis into account (e.g., viewshed analysis) A lot of 3D geo-visualizations rely on terrain data (e.g., Google Earth)

18 Representation of terrain Vector Raster Point samples (regular and irregular) Contours DEM DTM DSM TIN Others Voxel 3D point cloud

19 Representation of terrain Vector Raster Point samples (regular and irregular) Contours DEM DTM DSM TIN Others Voxel 3D point cloud

20 Vector - Point samples Regular point samples Irregular point samples

21 Interpolation based on point samples observed individual measurements estimated continuous field Example techniques Deterministic Inverse distance weighting (IDW) Nearest neighbor interpolation Triangulation interpolation Local averaging interpolation Kernel vector (RBF & Spline) Stochastic Kriging families Multiple-point geostatistics

22 Theory behind spatial interpolation Tobler's First Law of Geography "Everything is related to everything else, but near things are more related than distant things" --- Waldo Tobler (1970) Spatial dependence / spatial autocorrelation core of spatial analysis

23 IDW interpolation Inverse Distance weighting Closer points have more influences on the target value: P is the power parameter which determines the influence of the distance towards weights: p=0: every point has the same weight regardless of their distance towards the target location p=large value: points that are further away have less influence on the target location

24 IDW interpolation

25 IDW interpretation Practice question: you have three points whose elevation are 7, 9 and 11 meters, and their distances to the target locations are 1, 2 and 3 meters respectively. Using a power of 2, what would be your estimation for the elevation at the target locations?

26 IDW interpretation Practice question: you have three points whose elevation are 7, 9 and 11 meters, and their distances to the target locations are 1, 2 and 3 meters respectively. Using a power of 2, what would be your estimation for the elevation at the target locations?

27 IDW interpolation How to determine which points goes into the estimation? Fixed radius: define a search distance (e.g., 100 meters) and all points that fall into this search distance will be used Maximum points: define a number (e.g., 5), and only use this number of points which are closest to the target location will be used

28 Your tasks Read Chapter 7 Lab 4 due Sunday, September 2nd, 23:55 pm Next lecture: Terrain Analysis II

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

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

Interpolating Raster Surfaces

Interpolating Raster Surfaces Interpolating Raster Surfaces You can use interpolation to model the surface of a feature or a phenomenon all you need are sample points, an interpolation method, and an understanding of the feature or

More information

Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 15. SPATIAL INTERPOLATION 15.1 Elements of Spatial Interpolation 15.1.1 Control Points 15.1.2 Type of Spatial Interpolation 15.2 Global Methods 15.2.1 Trend Surface Models Box 15.1 A Worked Example

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

Spatial Analysis and Modeling (GIST 4302/5302) Guofeng Cao Department of Geosciences Texas Tech University

Spatial Analysis and Modeling (GIST 4302/5302) Guofeng Cao Department of Geosciences Texas Tech University Spatial Analysis and Modeling (GIST 4302/5302) Guofeng Cao Department of Geosciences Texas Tech University TTU Graduate Certificate Geographic Information Science and Technology (GIST) 3 Core Courses and

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

A GEOSTATISTICAL APPROACH TO PREDICTING A PHYSICAL VARIABLE THROUGH A CONTINUOUS SURFACE

A GEOSTATISTICAL APPROACH TO PREDICTING A PHYSICAL VARIABLE THROUGH A CONTINUOUS SURFACE Katherine E. Williams University of Denver GEOG3010 Geogrpahic Information Analysis April 28, 2011 A GEOSTATISTICAL APPROACH TO PREDICTING A PHYSICAL VARIABLE THROUGH A CONTINUOUS SURFACE Overview Data

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

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

Spatial Analysis with ArcGIS Pro STUDENT EDITION

Spatial Analysis with ArcGIS Pro STUDENT EDITION Spatial Analysis with ArcGIS Pro STUDENT EDITION Copyright 2018 Esri All rights reserved. Course version 2.0. Version release date November 2018. Printed in the United States of America. The information

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

An Introduction to Spatial Autocorrelation and Kriging

An Introduction to Spatial Autocorrelation and Kriging An Introduction to Spatial Autocorrelation and Kriging Matt Robinson and Sebastian Dietrich RenR 690 Spring 2016 Tobler and Spatial Relationships Tobler s 1 st Law of Geography: Everything is related to

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

Spatial Data Mining. Regression and Classification Techniques

Spatial Data Mining. Regression and Classification Techniques Spatial Data Mining Regression and Classification Techniques 1 Spatial Regression and Classisfication Discrete class labels (left) vs. continues quantities (right) measured at locations (2D for geographic

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

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

11/8/2018. Spatial Interpolation & Geostatistics. Kriging Step 1

11/8/2018. Spatial Interpolation & Geostatistics. Kriging Step 1 (Z i Z j ) 2 / 2 (Z i Zj) 2 / 2 Semivariance y 11/8/2018 Spatial Interpolation & Geostatistics Kriging Step 1 Describe spatial variation with Semivariogram Lag Distance between pairs of points Lag Mean

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

COMPARISON OF DIGITAL ELEVATION MODELLING METHODS FOR URBAN ENVIRONMENT

COMPARISON OF DIGITAL ELEVATION MODELLING METHODS FOR URBAN ENVIRONMENT COMPARISON OF DIGITAL ELEVATION MODELLING METHODS FOR URBAN ENVIRONMENT Cahyono Susetyo Department of Urban and Regional Planning, Institut Teknologi Sepuluh Nopember, Indonesia Gedung PWK, Kampus ITS,

More information

Spatial Interpolation & Geostatistics

Spatial Interpolation & Geostatistics (Z i Z j ) 2 / 2 Spatial Interpolation & Geostatistics Lag Lag Mean Distance between pairs of points 1 y Kriging Step 1 Describe spatial variation with Semivariogram (Z i Z j ) 2 / 2 Point cloud Map 3

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

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

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

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

Using Spatial Statistics and Geostatistical Analyst as Educational Tools

Using Spatial Statistics and Geostatistical Analyst as Educational Tools Using Spatial Statistics and Geostatistical Analyst as Educational Tools By Konrad Dramowicz Centre of Geographic Sciences Lawrencetown, Nova Scotia, Canada ESRI User Conference, San Diego, California

More information

Report on Kriging in Interpolation

Report on Kriging in Interpolation Tabor Reedy ENVS421 3/12/15 Report on Kriging in Interpolation In this project I explored use of the geostatistical analyst extension and toolbar in the process of creating an interpolated surface through

More information

Spatial Analysis I. Spatial data analysis Spatial analysis and inference

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

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

Geog 469 GIS Workshop. Data Analysis

Geog 469 GIS Workshop. Data Analysis Geog 469 GIS Workshop Data Analysis Outline 1. What kinds of need-to-know questions can be addressed using GIS data analysis? 2. What is a typology of GIS operations? 3. What kinds of operations are useful

More information

Improving Spatial Data Interoperability

Improving Spatial Data Interoperability Improving Spatial Data Interoperability A Framework for Geostatistical Support-To To-Support Interpolation Michael F. Goodchild, Phaedon C. Kyriakidis, Philipp Schneider, Matt Rice, Qingfeng Guan, Jordan

More information

Spatial Data Analysis with ArcGIS Desktop: From Basic to Advance

Spatial Data Analysis with ArcGIS Desktop: From Basic to Advance Spatial Data Analysis with ArcGIS Desktop: From Basic to Advance 1. Course overview Modern environmental, energy as well as resource modeling and planning require huge amount of geographically located

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

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

GEOG 410: SPATIAL ANALYSIS SPRING 2016

GEOG 410: SPATIAL ANALYSIS SPRING 2016 GEOG 410: SPATIAL ANALYSIS SPRING 2016 Instructor: Christopher Bone Lectures: 2 x 1-hour lectures/week Labs: 1 x 2-hour lecture/week TEXTBOOKS McGrew Jr, J. C., & Monroe, C. B. (2000). An Introduction

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

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

GIS and Spatial Analysis

GIS and Spatial Analysis GEOG 579: GIS and Spatial Analysis Fall 2007 Page: 1/6 Instructor: Professor A-Xing Zhu Department of Geography Rm 255 Science Hall Email: azhu@wisc.edu Tel: 262-0272 Geography 579 GIS and Spatial Analysis

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

I don t have much to say here: data are often sampled this way but we more typically model them in continuous space, or on a graph

I don t have much to say here: data are often sampled this way but we more typically model them in continuous space, or on a graph Spatial analysis Huge topic! Key references Diggle (point patterns); Cressie (everything); Diggle and Ribeiro (geostatistics); Dormann et al (GLMMs for species presence/abundance); Haining; (Pinheiro and

More information

Introduction to Geostatistics

Introduction to Geostatistics Introduction to Geostatistics Abhi Datta 1, Sudipto Banerjee 2 and Andrew O. Finley 3 July 31, 2017 1 Department of Biostatistics, Bloomberg School of Public Health, Johns Hopkins University, Baltimore,

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

Concepts and Applications of Kriging

Concepts and Applications of Kriging Esri International User Conference San Diego, California Technical Workshops July 24, 2012 Concepts and Applications of Kriging Konstantin Krivoruchko Eric Krause Outline Intro to interpolation Exploratory

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

Arcgis And Spatial Analysis

Arcgis And Spatial Analysis ARCGIS AND SPATIAL ANALYSIS PDF - Are you looking for arcgis and spatial analysis Books? Now, you will be happy that at this time arcgis and spatial analysis PDF is available at our online library. With

More information

Extent of Radiological Contamination in Soil at Four Sites near the Fukushima Daiichi Power Plant, Japan (ArcGIS)

Extent of Radiological Contamination in Soil at Four Sites near the Fukushima Daiichi Power Plant, Japan (ArcGIS) Extent of Radiological Contamination in Soil at Four Sites near the Fukushima Daiichi Power Plant, Japan (ArcGIS) Contact: Ted Parks, AMEC Foster Wheeler, theodore.parks@amecfw.com, Alex Mikszewski, AMEC

More information

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

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

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

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

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

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

Geostatistical Interpolation: Kriging and the Fukushima Data. Erik Hoel Colligium Ramazzini October 30, 2011

Geostatistical Interpolation: Kriging and the Fukushima Data. Erik Hoel Colligium Ramazzini October 30, 2011 Geostatistical Interpolation: Kriging and the Fukushima Data Erik Hoel Colligium Ramazzini October 30, 2011 Agenda Basics of geostatistical interpolation Fukushima radiation Database Web site Geoanalytic

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

Geog183: Cartographic Design and Geovisualization Spring Quarter 2018 Lecture 11: Dasymetric and isarithmic mapping

Geog183: Cartographic Design and Geovisualization Spring Quarter 2018 Lecture 11: Dasymetric and isarithmic mapping Geog183: Cartographic Design and Geovisualization Spring Quarter 2018 Lecture 11: Dasymetric and isarithmic mapping Discrete vs. continuous revisited Choropleth suited to discrete areal, but suffers from

More information

A Comparative Analysis of Extracted Heights from Topographic Maps and measured Reduced Levels in Kumasi, Ghana.

A Comparative Analysis of Extracted Heights from Topographic Maps and measured Reduced Levels in Kumasi, Ghana. A Comparative Analysis of Extracted Heights from Topographic Maps and measured Reduced Levels in Kumasi, Ghana. J. Ayer 1*, A.B. Agyemang 1, F. Yeboah 2, E. M. Osei Jnr. 1, S. Abebrese 1, I. Suleman 1

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

Concepts and Applications of Kriging

Concepts and Applications of Kriging 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Concepts and Applications of Kriging Eric Krause Konstantin Krivoruchko Outline Intro to interpolation Exploratory

More information

GIS for ChEs Introduction to Geographic Information Systems

GIS for ChEs Introduction to Geographic Information Systems GIS for ChEs Introduction to Geographic Information Systems AIChE Webinar John Cirucci 1 GIS for ChEs Introduction to Geographic Information Systems What is GIS? Tools and Methods Applications Examples

More information

ENGRG Introduction to GIS

ENGRG Introduction to GIS ENGRG 59910 Introduction to GIS Michael Piasecki March 17, 2014 Lecture 08: Terrain Analysis Outline: Terrain Analysis Earth Surface Representation Contour TIN Mass Points Digital Elevation Models Slope

More information

Concepts and Applications of Kriging. Eric Krause Konstantin Krivoruchko

Concepts and Applications of Kriging. Eric Krause Konstantin Krivoruchko Concepts and Applications of Kriging Eric Krause Konstantin Krivoruchko Outline Introduction to interpolation Exploratory spatial data analysis (ESDA) Using the Geostatistical Wizard Validating interpolation

More information

ENGRG Introduction to GIS

ENGRG Introduction to GIS ENGRG 59910 Introduction to GIS Michael Piasecki November 17, 2017 Lecture 11: Terrain Analysis Outline: Terrain Analysis Earth Surface Representation Contour TIN Mass Points Digital Elevation Models Slope

More information

Interpolation Techniques

Interpolation Techniques Interpolation Techniques Using QGIS Tutorial ID: IGET_SA_002 This tutorial has been developed by BVIEER as part of the IGET web portal intended to provide easy access to geospatial education. This tutorial

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

Introduction to GIS I

Introduction to GIS I Introduction to GIS Introduction How to answer geographical questions such as follows: What is the population of a particular city? What are the characteristics of the soils in a particular land parcel?

More information

Empirical Bayesian Kriging

Empirical Bayesian Kriging Empirical Bayesian Kriging Implemented in ArcGIS Geostatistical Analyst By Konstantin Krivoruchko, Senior Research Associate, Software Development Team, Esri Obtaining reliable environmental measurements

More information

DANIEL WILSON AND BEN CONKLIN. Integrating AI with Foundation Intelligence for Actionable Intelligence

DANIEL WILSON AND BEN CONKLIN. Integrating AI with Foundation Intelligence for Actionable Intelligence DANIEL WILSON AND BEN CONKLIN Integrating AI with Foundation Intelligence for Actionable Intelligence INTEGRATING AI WITH FOUNDATION INTELLIGENCE FOR ACTIONABLE INTELLIGENCE in an arms race for artificial

More information

Uncertainty modeling of glacier surface mapping from GPS: An example from Pedersenbreen, Arctic

Uncertainty modeling of glacier surface mapping from GPS: An example from Pedersenbreen, Arctic Uncertainty modeling of glacier surface mapping from GPS: An example from Pedersenbreen, Arctic Xi Zhao, Songtao Ai 1 Chinese Antarctic Center of Surveying and Mapping, Wuhan University, Wuhan 430079,

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

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

Working with Digital Elevation Models and Spot Heights in ArcMap

Working with Digital Elevation Models and Spot Heights in ArcMap Working with Digital Elevation Models and Spot Heights in ArcMap 10.3.1 1 TABLE OF CONTENTS INTRODUCTION... 3 WORKING WITH SPOT HEIGHTS FROM NRVIS, CITY OF KITCHENER, AND CITY OF TORONTO...4 WORKING WITH

More information

GIS in Water Resources. Fall Homework #1

GIS in Water Resources. Fall Homework #1 GIS in Water Resources Fall 2015 Homework #1 Goal The goal of this homework is to reinforce the lecture material on Geodesy, Map Projections and Coordinate Systems by having you identify attributes and

More information

Outline. Geographic Information Analysis & Spatial Data. Spatial Analysis is a Key Term. Lecture #1

Outline. Geographic Information Analysis & Spatial Data. Spatial Analysis is a Key Term. Lecture #1 Geographic Information Analysis & Spatial Data Lecture #1 Outline Introduction Spatial Data Types: Objects vs. Fields Scale of Attribute Measures GIS and Spatial Analysis Spatial Analysis is a Key Term

More information

Introduction to Spatial Analysis. Spatial Analysis. Session organization. Learning objectives. Module organization. GIS and spatial analysis

Introduction to Spatial Analysis. Spatial Analysis. Session organization. Learning objectives. Module organization. GIS and spatial analysis Introduction to Spatial Analysis I. Conceptualizing space Session organization Module : Conceptualizing space Module : Spatial analysis of lattice data Module : Spatial analysis of point patterns Module

More information

Geostatistics: Kriging

Geostatistics: Kriging Geostatistics: Kriging 8.10.2015 Konetekniikka 1, Otakaari 4, 150 10-12 Rangsima Sunila, D.Sc. Background What is Geostatitics Concepts Variogram: experimental, theoretical Anisotropy, Isotropy Lag, Sill,

More information

Econometrics I. Lecture 10: Nonparametric Estimation with Kernels. Paul T. Scott NYU Stern. Fall 2018

Econometrics I. Lecture 10: Nonparametric Estimation with Kernels. Paul T. Scott NYU Stern. Fall 2018 Econometrics I Lecture 10: Nonparametric Estimation with Kernels Paul T. Scott NYU Stern Fall 2018 Paul T. Scott NYU Stern Econometrics I Fall 2018 1 / 12 Nonparametric Regression: Intuition Let s get

More information

Title Accuracy assessment of GIS techniques for measuring volumetric loss at Mount St. Helens

Title Accuracy assessment of GIS techniques for measuring volumetric loss at Mount St. Helens Andrew Nelson Geog 493 - Digital Terrain Analysis Portland State University 7 Dec, 2017 Title Accuracy assessment of GIS techniques for measuring volumetric loss at Mount St. Helens Abstract The 1980 eruption

More information

A Space-Time Model for Computer Assisted Mass Appraisal

A Space-Time Model for Computer Assisted Mass Appraisal RICHARD A. BORST, PHD Senior Research Scientist Tyler Technologies, Inc. USA Rich.Borst@tylertech.com A Space-Time Model for Computer Assisted Mass Appraisal A Computer Assisted Mass Appraisal System (CAMA)

More information

Working with Digital Elevation Models and Digital Terrain Models in ArcMap 9

Working with Digital Elevation Models and Digital Terrain Models in ArcMap 9 Working with Digital Elevation Models and Digital Terrain Models in ArcMap 9 1 TABLE OF CONTENTS INTRODUCTION...3 WORKING WITH DIGITAL TERRAIN MODEL (DTM) DATA FROM NRVIS, CITY OF KITCHENER, AND CITY OF

More information

Introduction to Geographic

Introduction to Geographic Eighth Edition Introduction to Geographic Information Systems Kang-tsung Chang University of Idaho Mc Graw Hill Education Preface xiv CHAPTER 1 Introduction 1 1.1 GIS 2 1.1.1 Components of a GIS 3 1.1.2

More information

Statistícal Methods for Spatial Data Analysis

Statistícal Methods for Spatial Data Analysis Texts in Statistícal Science Statistícal Methods for Spatial Data Analysis V- Oliver Schabenberger Carol A. Gotway PCT CHAPMAN & K Contents Preface xv 1 Introduction 1 1.1 The Need for Spatial Analysis

More information

Representation of Geographic Data

Representation of Geographic Data GIS 5210 Week 2 The Nature of Spatial Variation Three principles of the nature of spatial variation: proximity effects are key to understanding spatial variation issues of geographic scale and level of

More information

Software. People. Data. Network. What is GIS? Procedures. Hardware. Chapter 1

Software. People. Data. Network. What is GIS? Procedures. Hardware. Chapter 1 People Software Data Network Procedures Hardware What is GIS? Chapter 1 Why use GIS? Mapping Measuring Monitoring Modeling Managing Five Ms of Applied GIS Chapter 2 Geography matters Quantitative analyses

More information

Performance Analysis of Some Machine Learning Algorithms for Regression Under Varying Spatial Autocorrelation

Performance Analysis of Some Machine Learning Algorithms for Regression Under Varying Spatial Autocorrelation Performance Analysis of Some Machine Learning Algorithms for Regression Under Varying Spatial Autocorrelation Sebastian F. Santibanez Urban4M - Humboldt University of Berlin / Department of Geography 135

More information

Spatial Statistics For Real Estate Data 1

Spatial Statistics For Real Estate Data 1 1 Key words: spatial heterogeneity, spatial autocorrelation, spatial statistics, geostatistics, Geographical Information System SUMMARY: The paper presents spatial statistics tools in application to real

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

ArcGIS Data Reviewer: Assessing Positional Accuracy. Roslyn Dunn

ArcGIS Data Reviewer: Assessing Positional Accuracy. Roslyn Dunn ArcGIS Data Reviewer: Assessing Positional Accuracy Roslyn Dunn What is ArcGIS Data Reviewer? Data Quality Management for ArcGIS Provides - Rule-based validation - Interactive tools - Track errors Validate

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

The Use of GIS in Exploring Settlement Patterns of the Ethnic Groups in Nan, Thailand. Pannee Cheewinsiriwat.

The Use of GIS in Exploring Settlement Patterns of the Ethnic Groups in Nan, Thailand. Pannee Cheewinsiriwat. The Use of GIS in Exploring Settlement Patterns of the Ethnic Groups in Nan, Thailand Pannee Cheewinsiriwat pannee.ch@chula.ac.th Department of Geography, Faculty of Arts, Chulalongkorn University, Bangkok

More information

GIS APPLICATIONS IN SOIL SURVEY UPDATES

GIS APPLICATIONS IN SOIL SURVEY UPDATES GIS APPLICATIONS IN SOIL SURVEY UPDATES ABSTRACT Recent computer hardware and GIS software developments provide new methods that can be used to update existing digital soil surveys. Multi-perspective visualization

More information

ADVANCE GIS ANALYSIS ON ZONAL URBAN PLAN PROJECT

ADVANCE GIS ANALYSIS ON ZONAL URBAN PLAN PROJECT Journal of Young Scientist, Volume II, 2014 ISSN 2344-1283; ISSN CD-ROM 2344-1291; ISSN Online 2344-1305; ISSN-L 2344 1283 ADVANCE GIS ANALYSIS ON ZONAL URBAN PLAN PROJECT Andrei-Șerban TOMPEA 1 Scientific

More information

Emerging Issues in Geographic Information Science (GEP680): Projections, Scale, Accuracy, and Interpolation Lehman College, Spring 2017

Emerging Issues in Geographic Information Science (GEP680): Projections, Scale, Accuracy, and Interpolation Lehman College, Spring 2017 Emerging Issues in Geographic Information Science (GEP680): Projections, Scale, Accuracy, and Interpolation Lehman College, Spring 2017 Instructor: Gary Ostroff, P.E., Adjunct Lecturer E-mail: Gary.Ostroff@lehman.cuny.edu;

More information

Building open source geospatial education at research universities

Building open source geospatial education at research universities Building open source geospatial education at research universities Helena Mitasova North Carolina State University, Raleigh, NC, USA with contributions by NCSU GIST students GRASS GIS Motivation GIS teaching

More information

A Detailed Examination of DTM Creation Methods and Sources. Study Area Overview

A Detailed Examination of DTM Creation Methods and Sources. Study Area Overview A Detailed Examination of DTM Creation Methods and Sources Adam Mosbrucker & Melinda Lamb Geography 593: Dec. 2 nd, 2010 Study Area Overview Mt. St. Helens -active volcano many eruptions in the past 30

More information

Applied Cartography and Introduction to GIS GEOG 2017 EL. Lecture-2 Chapters 3 and 4

Applied Cartography and Introduction to GIS GEOG 2017 EL. Lecture-2 Chapters 3 and 4 Applied Cartography and Introduction to GIS GEOG 2017 EL Lecture-2 Chapters 3 and 4 Vector Data Modeling To prepare spatial data for computer processing: Use x,y coordinates to represent spatial features

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

Digital Elevation Models (DEM)

Digital Elevation Models (DEM) Digital Elevation Models (DEM) Digital representation of the terrain surface enable 2.5 / 3D views Rule #1: they are models, not reality Rule #2: they always include some errors (subject to scale and data

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

Object Based Imagery Exploration with. Outline

Object Based Imagery Exploration with. Outline Object Based Imagery Exploration with Dan Craver Portland State University June 11, 2007 Outline Overview Getting Started Processing and Derivatives Object-oriented classification Literature review Demo

More information

Dr Arulsivanathan Naidoo Statistics South Africa 18 October 2017

Dr Arulsivanathan Naidoo Statistics South Africa 18 October 2017 ESRI User Conference 2017 Space Time Pattern Mining Analysis of Matric Pass Rates in Cape Town Schools Dr Arulsivanathan Naidoo Statistics South Africa 18 October 2017 Choose one of the following Leadership

More information