GIS Analysis Queries Operations Non-spatial Spatial Vector Raster

Slides:



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

Spatial Analysis – vector data analysis
19 th Advanced Summer School in Regional Science Overview of advanced techniques in ArcGIS data manipulation.
Map Analysis with Feature Datasets Francisco Olivera, Ph.D., P.E. Department of Civil Engineering Texas A&M University.
Geographic Information Systems GIS Analysis and Modeling.
Using ESRI ArcGIS 9.3 Arc ToolBox 3 (Spatial Analyst)
Spatial Information Systems (SIS) COMP Spatial queries and operations.
19 th Advanced Summer School in Regional Science Combining Vectors and Rasters in ArcGIS.
ANALYSIS 3 - RASTER What kinds of analysis can we do with GIS? 1.Measurements 2.Layer statistics 3.Queries 4.Buffering (vector); Proximity (raster) 5.Filtering.
NR 322: Single Layer Analysis Jim Graham Fall 2008 Chapter 8 & 9.
BASIC SPATIAL ANALYSIS TOOLS IN A GIS
Spatial Queries & Analysis in GIS
Map Analysis with Raster Datasets Francisco Olivera, Ph.D., P.E. Department of Civil Engineering Texas A&M University.
Spatial Analysis with Raster Datasets - 2 Francisco Olivera, Ph.D., P.E. Srikanth Koka Department of Civil Engineering Texas A&M University.
Intro. To GIS Lecture 6 Spatial Analysis April 8th, 2013
GIS 2, Final Project: Creating a Dasymetric Map for Two Counties in Minnesota By: Hamidreza Zoraghein Melissa Cushing Caitlin Lee Fall 2013.
Geographic Information Systems
GIS Analysis. Questions to answer Position – what is here? Condition – where are …? Trends – what has changed? Pattern – what spatial patterns exist?
Geographic Information Systems Applications in Natural Resource Management Chapter 14 Raster GIS Database Analysis II Michael G. Wing & Pete Bettinger.
Basic Spatial Analysis
Spatial Analysis – Raster data analysis Lecture 5-6.
Raster Data Analysis Chapter 11. Introduction  Regular grid  Value in each cell corresponds to characteristic  Operations on individual, group, or.
Spatial Analyst Toolbox Lecture 17. Spatial Analyst Tool Sets  Conditional  Density  Distance  Generalization  Ground Water  Interpolation  Conditional.
ESRM 250 & CFR 520: Introduction to GIS © Phil Hurvitz, KEEP THIS TEXT BOX this slide includes some ESRI fonts. when you save this presentation,
CE 525. SPATIAL ANALYSIS Using Spatial Analyst Point Density (Data Management) Clipping Cell size - smoothness Raster Calculator (Map Algebra) Combined.
GIS2: Geo-processing and Metadata Treg Christopher.
Applied Cartography and Introduction to GIS GEOG 2017 EL
 Trace the incremental algorithm for constructing convex data on the sample point data given below. Intermediate steps should be shown First, two steps.
Spatial Analysis.
CHAPTER 12 RASTER DATA ANALYSIS 12.1 Data Analysis Environment
Lecture 5 Raster Data Analysis Introduction Analysis with raster data is simple and efficient for it’s feature based on position Analysis.
Intro to Raster GIS GTECH361 Lecture 11. CELL ROW COLUMN.
Spatial & Terrain Analysis Nigel Trodd Coventry University in 3D.
Raster Analysis. Learning Objectives Develop an understanding of the principles underlying lab 4 Introduce raster operations and functions Show how raster.
Advanced GIS Using ESRI ArcGIS 9.3 Spatial Analyst 2.
Environmental Modeling Basic GIS Functions for Suitability Index Modeling.
NR 143 Study Overview: part 1 By Austin Troy University of Vermont Using GIS-- Introduction to GIS.
1 Overview Importing data from generic raster files Creating surfaces from point samples Mapping contours Calculating summary attributes for polygon features.
Definition of Spatial Analysis
1 Where have we come so far? By now, you should be familiar with: –What GIS is –How GIS works –Some of what GIS can do –GIS data formats Spatial data Tabular.
Intro. To GIS Pre-Lab Spatial Analysis April 1 st, 2013.
CENTENNIAL COLLEGE SCHOOL OF ENGINEERING & APPLIED SCIENCE VS 361 Introduction to GIS SPATIAL OPERATIONS COURSE NOTES 1.
Spatial Analysis – vector data analysis Lecture 8 10/12/2006.
Overlay Operations. Overlay Operations involve combining spatial and attribute data from two or more spatial data layers. “Stacking data” – Very powerful.
YOUR TITLE HERE Your Name.
Chapter 8 Raster Analysis.
GIS Institute Center for Geographic Analysis
Vector Analysis Ming-Chun Lee.
Spatial Models – Raster Stacy Bogan
Raster Analysis Ming-Chun Lee.
URBDP 422 Urban and Regional Geo-Spatial Analysis
Spatial Queries & Analysis in GIS
Basic Spatial Analysis
Spatial Analysis and Functions
Geographic Information Systems
Spatial Analysis: Raster
Spatial Data Processing
Lecture 6 Implementing Spatial Analysis
Problems with Vector Overlay Analysis (esp. Polygon)
Review- vector analyses
URBDP 422 Urban and Regional Geo-Spatial Analysis
Basic Spatial Analysis Tools
Spatial Analysis & Dissemination of Census Data
GIS Lecture: Geoprocessing
Raster Data Analysis.
Spatial Analysis: Raster
GIS Institute Center for Geographic Analysis
Vector Geoprocessing.
GIS Institute Center for Geographic Analysis
Presentation transcript:

GIS Analysis Queries Operations Non-spatial Spatial Vector Raster what is the population of this city? show me the roads longer than 1km (population and road length must be recorded in the attribute table) Spatial where is the closest bus stop? (proximity) in what region is this city? (containment) what are the neighbours of Italy? (adjacency) which regions are crossed by this river? (intersection) and many others Operations Vector Raster Mixed

Non-spatial queries All countries whose population is more than 30,000,000

Spatial queries Containment Query Given a spatial object, find all objects that completely contain it Which country surrounds Lesotho? If the object is a point, this is called a Point Query Where is Khartoum?

Spatial queries Region Query Given a polygon, find all objects in the map that intersect it. When the polygon is a rectangle, the query is called Window Query Enclosure Query Given a polygon, find all objects that are completely contained in it. Which countries are completely contained by South Africa?

Spatial queries Intersection query Given a polyline, extract all objects in the map that interect it. Which countries are crossed by the Nile and its tributaries?

Spatial queries Range query Given an object, extract all objects that are within a given distance from it Which African capitals lies within 1,000 km from Ouagadougou? Nearest Neighbour Query Given an object, find the object in the map that is closest to it. K-Nearest Neighbour Query: find the k nearest objects

Spatial operations - vector Clipping (intersection) Given a polygon, extract all portions of objects in the map that are contained in it. The geometry of the objects in the result corresponds to the intersection of the object with the window, i.e. they are modified.

Spatial operations - vector Merge (Dissolve) Given two (or more) objects, return their geometric union Show the political situation of Horn of Africa 30 years ago

Spatial operations - vector Buffering Given an object, define the area(s) that lie within a given distance(s) from it Areas that are within 100 km from the Nile and its main tributaries Difference (symmetric difference) Given two layer, logically subtract one from the other

Spatial operations - vector Intersection (AND) Union (OR)

Spatial operations - vector Union Intersection Difference

Spatial operations - raster The raster data model performs overlay operations more efficiently than the vector model.

Spatial operations - raster Local operations Example of a raster query (Elevation > 1000m) AND (Slope > 50%) Map Algebra (create a new layer) (MeanTemp2010 – MeanTemp2000) = TempChange

Pay attention to data format problem: Spatial operations - raster Pay attention to data format problem: calculations with integers yield integers (4 / 3) x 3 = 3 solution: convert the data format before performing calculations (float (4) / 3) x 3 = 4

Spatial operations - raster Focal operations Examples: Slope and aspect calculations on a DEM Filtering

Spatial operations - raster Zonal operations Example: zonal mean zones values

Spatial operations - raster Global operations Example: reclassify

Spatial analysis - raster and vector Interpolation inverse distance weighting (arithmetical) spline interpolation (mathematical) kriging (statistical) use of barriers