Raster Operations. Local, Neighborhood, and Zonal Approaches. Rebecca McLain Geography 575 Fall 2009. Raster Operations Overview



Similar documents
Objectives. Raster Data Discrete Classes. Spatial Information in Natural Resources FANR Review the raster data model

ANALYSIS 3 - RASTER What kinds of analysis can we do with GIS?

Tutorial 8 Raster Data Analysis

SPATIAL ANALYSIS IN GEOGRAPHICAL INFORMATION SYSTEMS. A DATA MODEL ORffiNTED APPROACH

A quick overview of geographic information systems (GIS) Uwe Deichmann, DECRG

Understanding Raster Data

This is Geospatial Analysis II: Raster Data, chapter 8 from the book Geographic Information System Basics (index.html) (v. 1.0).

SPATIAL DATA ANALYSIS

ArcGIS Data Models Practical Templates for Implementing GIS Projects

Modeling Fire Hazard By Monica Pratt, ArcUser Editor

Create a folder on your network drive called DEM. This is where data for the first part of this lesson will be stored.

FOR375 EXAM #2 STUDY SESSION SPRING Lecture 14 Exam #2 Study Session

Technical Study and GIS Model for Migratory Deer Range Habitat. Butte County, California

Introduction to GIS (Basics, Data, Analysis) & Case Studies. 13 th May Content. What is GIS?

GIS: Geographic Information Systems A short introduction

Raster to Vector Conversion for Overlay Analysis

Government 1008: Introduction to Geographic Information Systems. LAB EXERCISE 4: Got Database?

Landforms form an integral part

ArcGIS Spatial Analyst: Advanced GIS Spatial Analysis Using Raster and Vector Data

Publishing Hosted 3D Feature Layers. An Esri White Paper September 2015

Raster Data Structures

Spatial Analyst Tutorial

Expert Knowledge. New. ArcGIS 10. Incorporating. fuzzy logic tools. By Gary L. Raines, Don L. Sawatzky, and Graeme F.

Living Things and the Environment

Using CAD Data in ArcGIS

GIS Tools for Land Managers

A Method Using ArcMap to Create a Hydrologically conditioned Digital Elevation Model

Geography 3251: Mountain Geography Assignment III: Natural hazards A Case Study of the 1980s Mt. St. Helens Eruption

Tutorial Creating a regular grid for point sampling

MAIN_SNP_TOPO.dgm_2m

Explorer Education Programme. Lesson Plan: Line Symmetry Class: Third / Fourth Class Strand: Shape and Space Strand Units: Symmetry

Grade 3 Core Standard III Assessment

Using Spatial Statistics In GIS

Lesson 15 - Fill Cells Plugin

Introduction to Imagery and Raster Data in ArcGIS

Black Tern Distribution Modeling

Location Analytics for Financial Services. An Esri White Paper October 2013

Geography 168: Intermediate Geographic Information Systems (Summer 2014, Session C) Instructor Course Description

WHAT IS GIS - AN INRODUCTION

Risk Analysis, GIS and Arc Schematics: California Delta Levees

Properties of Real Numbers

Introduction to Geographic Information Systems. A brief overview of what you need to know before learning How to use any GIS software packages

Description of Simandou Archaeological Potential Model. 13A.1 Overview

An Esri White Paper October 2010 Esri Production Mapping Product Library: Spatially Enabled Document Management System

Spatial data models (types) Not taught yet

INTRODUCTION TO ARCGIS SOFTWARE

Data source, type, and file naming convention

The Spatiotemporal Visualization of Historical Earthquake Data in Yellowstone National Park Using ArcGIS

SCIENCE-BASED GIS SOLUTIONS.

How To Find The Area Of A Shape

Response Levels and Wildland Fire Decision Support System Content Outline

Corresponding

Geographical Information Systems An Overview

BRIEF HISTORY OF GEOGRAPHICAL INFORMATION SYSTEMS

Working with climate data and niche modeling I. Creation of bioclimatic variables

GIS II: Data Management: Creation, edition and maintenance of geographic data Module 1: Leveraging the where of your geographic data

To Evaluate an Algebraic Expression

A GIS helps you answer questions and solve problems by looking at your data in a way that is quickly understood and easily shared.

Data access and management

Topology and Topological Rules Geometric properties that are maintained in spatial databases

3D Analysis and Surface Modeling

The UCC-21 cognitive skills that are listed above will be met via the following objectives.

Chapter Contents Page No

TABLE OF CONTENTS. 7. shapefile..59. shapefile shapefile

Intro to GIS Winter Data Visualization Part I

5. GIS, Cartography and Visualization of Glacier Terrain

Cookbook 23 September 2013 GIS Analysis Part 1 - A GIS is NOT a Map!

Possible Stage Two Mathematics Test Topics

UNLEASHED. The Field Calculator. By Tom Neer, EDAW, Inc.

UPDATED GIS DATABASE DESIGN: Geodatabase Model

Area & Volume. 1. Surface Area to Volume Ratio

From GPS Data Collection to GIS Data Display A Walk-Through Example

Implementing Geospatial Data in Parametric Environment Elçin ERTUĞRUL*

Overview. Essential Questions. Grade 8 Mathematics, Quarter 4, Unit 4.3 Finding Volume of Cones, Cylinders, and Spheres

Guidelines for the use of the OGP P6/11 bin grid GIS data model

CRMS Website Training

Comparison of Programs for Fixed Kernel Home Range Analysis

User s Guide to ArcView 3.3 for Land Use Planners in Puttalam District

Florida Department of Education/Office of Assessment January Grade 6 FCAT 2.0 Mathematics Achievement Level Descriptions

An Esri White Paper August 2010 Product Library in Esri Aeronautical Solution: Enabling Seamless Product, Data, and Document Management

GEOGRAPHIC INFORMATION SYSTEMS

Burrowing Owl Distribution Modeling

How To Build Gis Applications With An Arcgis Engine

Effects of Florida Under a 10 Meter Sea Level Rise

Introduction to PostGIS

Spatial data analysis: retrieval, (re)classification and measurement operations

Since early 1994, The Northern Sacramento Valley Sustainable Landscapes

What is GIS? Geographic Information Systems. Introduction to ArcGIS. GIS Maps Contain Layers. What Can You Do With GIS? Layers Can Contain Features

MONITORING OF HABITATS AT THE LEVEL OF A NATURA 2000 SITE MOHANA MOBILE AND WEB APP. Francisco Gutierres 1. May of 2016

Representing Geography

ArcGIS 3: Performing Analysis. Student Edition

INSTRUCTIONS FOR MAKING 3D,.DWG CONTOUR LINES

How To Hydrologically Condition A Digital Dam

Mississippi Private Schools 2015

Area and Perimeter: The Mysterious Connection TEACHER EDITION

What is GIS. What is GIS? University of Tsukuba. What do you image of GIS? Copyright(C) ESRI Japan Corporation. All rights reserved.

Transcription:

Raster Operations Local, Neighborhood, and Zonal Approaches Rebecca McLain Geography 575 Fall 2009 Raster Operations Overview Local: Operations performed on a cell by cell basis Neighborhood: Operations performed using a moving group of cells Zonal: Operations performed using zones (groups of cells having the same value) 1

Local Operations Overview Cell by cell operations Computes output cell values as a function of the input cell values Can be done using single or multiple rasters No data" cells not included in calculations Common uses: reclassification and overlays Local Operations Reclassification (single raster) One to one change input raster cell value is replaced with new value in the output raster (integer rasters only) Diagram adapted from ESRI ArcGIS 9.3 Helpdesk 2

Local Operations Reclassification (single raster) Range of values a new value is given to a range of values in the input raster (integer and floating point rasters) Diagram adapted from ESRI ArcGIS 9.3 Helpdesk Reclassification Applications Simplification (creating groups for analysis) Replace values based on new information Create common scales for ranking data values (ex: creating suitability classes) 3

Local Operations Multiple Rasters Operation: add raster 1 and raster 2 cell values to produce an output raster with the summed cell values Diagram adapted from ESRI ArcGIS 9.3 Helpdesk Local Operations Multiple Rasters Examples of operations that can be done using multiple rasters: mathematical functions summary statistics Combine operation (Combines rasters by assigning a unique output value to each unique combination of input values). Applications: change detection studies; predicting habitats favorable for wildlife species 4

Neighborhood (focal) Operations Uses values for the cells within the neighborhood to calculate the value for the focal cell Focal cell moves from cell to cell Applies to single rasters Can produce summary statistics No data cells not included in analysis Common shapes used for neighborhood analysis: Diagram from ESRI ArcGIS 9.3 Help Desk Neighborhood Operations Operation: Summation (including value of focal cell) Neighborhood size: 3 x 3 rectangle; red circle = focal cell Gray square = no data for that cell s value Diagram adapted from ESRI ArcGIS 9.3 Helpdesk 5

Neighborhood Operations Operation: Summation (including value of focal cell) Neighborhood size: 3 x 3 rectangle; red circle = focal cell Gray squares = no data for that cell s value Diagram adapted from ESRI ArcGIS 9.3 Helpdesk Neighborhood Operations Common Applications Data simplification Terrain analysis Image processing Site selection 6

Zonal Operations Involves groups of cells with the same values or similar features (zones) Cells do not need to be contiguous to be in a zone Can be used with a single raster or with two rasters Zonal Operations Single raster zonal operations Measures the geometry of each zone (area, perimeter, centroid, thickness, etc.) Two raster zonal operations Involves an input raster and a zonal raster to produce a new raster that summarizes cell values in the input raster by zone 7

Zonal Thickness Single Raster Example Answers the question: How far you can run into a forest at its deepest point before you are running out of it? (ESRI ArcGIS 9.3 Help Desk). Zonal Operation Two Raster Example Example application Zone layer soil type Value layer vegetation type Output table Number of vegetation types associated with each soil type Diagram from ESRI ArcGIS 9.3 Helpdesk 8

Zonal Operations Applications * Landscape ecology analyses * Comparisons of data sets using descriptive statistics Raster Operations: Quiz Questions 1. List two reasons for doing reclassification and provide a realworld example of each. 2. Overlaying is another term for a operation using multiple rasters. 3. True or False: Neighborhood operations are used to compare summary statistics from two or more rasters. 4. Fill in the blanks: operations work with groups of cells of same values; operations are cell by cell operations; and operations involve moving groups of cells. 9

Raster Operations: References Chang, K. 2009. Raster data analysis. In: Introduction to geographic information systems. McGraw Hill. New York, NY. Pp. 248 267. ESRI. 2002. Using ArcGIS spatial analysis. Redlands, CA. Pp. 164 189. ESRI ArcGIS 9.3 Help Desk. http://webhelp.esri.com/arcgisdesktop/9.3/ (Accessed 10 23 09). 10