Simple GIS Data Analysis Flashcards
Spatial Analysis
The process of understanding spatial features/phenomena
Spatial
(absolute location, shape, size)
Feature/feature class, Multi-feature, Local, Regional, Global
Spatial Relationships
Spatial relationship from geometry
Intensity of spatial relationships from attributes
Proximity, containment, overlap
Temporal
Static
Hourly
Daily
Monthly
Yearly
Multi-temporal
(time, duration, frequency)
GIS for Spatial Analysis
GIS provides data, tools, and methods that enable the representation, description, measurement, comparison, understanding relationships, and modeling the past and present of spatial phenomena and prediction of future.
Two Tiers in GIS software systems
Common Tools and Techniques & Extensions or Specialized Tools and Techniques
Common Tools and Techniques
Date query, proximity, overlays
Extensions or Specialized Tools and Techniques
Terrain mapping and analysis, path analysis and network applications
Single Layer Analysis
how close each other, how different from each other in pattern land use classification
Multi-layer Analysis
change detection –> pre & post desaster,spatial model –> Universal Soil Loss Equation (USLE)
Integrated Analysis
both spatial and attribute data
involves attributes, location and topology
Analysis involves
Analysis involve selection, measure and classification, overlay, surface operations, analysis of spatial connectivity……
Attribute Data Query
Attribute data query retrieves a data subset by working with attribute data
The selected data subset can also be saved for further processing
Selected Data Subset Can Be Simultaneously
examined in a spreadsheet lile data table structure (records and fields)
displayed in charts/ graphs, and
Can be linked to the highlighted features in a map
Selection of attribute data or the data query requires an expression
must be interpretable by the GIS DBMS
varies from one system to another
ArcGIS uses SQL (Standard Query Language) for query expressions
SQL (Structured Query Language)
designed for relational databases, by IBM in the 1970s, and used by many commercial database management systems
The basic syntax of SQL includes the following:
select [ selects fields as a list]
from [name of the table of the database]
Where [specify the selection criteria]
Query Expressions
Query expressions consist of Boolean expressions and connectors
A simple Boolean expression contains two operands and a logical operator
Boolean connectors are AND, OR, XOR, and NOT are used in query functions and overlay operations.
Connect two or more expressions in a query statement.
NOT, AND, and OR are actually used in the operations of Complement, Intersect, and Union on sets in probability
E.g.:
Parcel. PIN = ‘P101’
Boolean Connectors
Not
The blue shaded portion represents the complement of data subset B contains elements of the set A that do NOT belong to B
Boolean Connectors
OR
The union of data subsets A and B the set of elements that belongs to A OR B
Boolean Connectors
AND
The intersection of A and B –> the set of elements that belongs to both A AND B
SQL (Structured Query Language)Use of Boolean connectors
PIN relates the owner and the parcel tables and allows use of SQL with both tables
Spatial Data Query
…refers to the process of retrieving a data subset from a layer by working directly with features
Select Features
Select features using a cursor, a graphic, or the spatial relationship between features
Spatial Relationships
Spatial relationships used for query include containment, intersect, and proximity
Feature Selection by Graphic
Uses a graphic, such as a circle, box, line or polygon to select features that fall inside or are intersected by the graphic
Feature Selection by Spatial Relationship
Select features based on their spatial relationship to other features
In the same layer or in different layers
Containment, intersect, proximity
Containment
Select features that fall completely within features for selection,
Intersect
Select features that intersect other features
Proximity
Select Features within a specified distance of other features