Module 9 Flashcards
Define spatial analysis and provide two examples we have talked about in the past
▪ spatial analysis refers to a set of methods used to examine, summarize, manipulate, and predict spatial patterns, spatial relationships, trends, and their underlying causes ▪ spatial analysis provides a means of turning spatial data into useful information and knowledge, and is the central component for environmental problem solving and decision making ▪ the product of spatial analysis is composed of new datasets, and maps and tables demonstrating the results of the applied analysis
we’ve already seen some of these methods:
▪ attribute and location queries are relatively simple approaches to identifying
where certain phenomena exist or where one phenomena exists in relation to
another
▪ network analysis uses specifically designed network datasets to assess spatial
relationships and use least-cost approaches for answering various research
questions
there are 2 ways to select features in GIS
– interactive selection or query selection
Rules of SQL Queries(5)
▪ rules for evaluation:
1. expression always evaluated left to right
2. expressions within parentheses assume highest
priority
3. if parentheses are nested, the evaluation starts
with the innermost parentheses
4. AND is evaluated before OR
5. NOT is evaluated before AND and OR
Reclassification for vector and raster
▪ reclassification is used to recode the attributes of features in the attribute table or
reclassify the grid values to produce a new raster layer
Vector:
▪ with vector data, the field calculator is used to reclassify a field in the attribute table
▪ assign new values to classes or ranges of the existing
values to reduce the number of classes or ranges in the
original input layer
▪ group attribute values into categories in a new
classification scheme
-the primary goal of vector reclassification is to take many different feature types and group them into a lesser number of feature types
Raster:
raster reclassification is commonly used for DEMs, where the high resolution continuous surface is reclassed into discrete elevation bands, or to produce binary maps (presence / absence)
▪ assign ranks, orders, ratings, or weights representing preference, importance,
priority, sensitivity, suitability, capability, or other criteria to unique values,
ranges, or categories of values in the input layer
▪ eg, use reclass to assign new values to different land use classes based on
their ecological importance to help identify areas of high conservation value
▪ eg, use reclass to assign values 1 – 10 to different ranges of slope to represent
landslide risk
Vector Reclassification is a..
this is why it is a data
simplification technique
For a _______ coordinate system the shortest distance between two points is a straight line versus a _____ coordinate system which is a curved line(great circle)
projected
geographic
Raster area is calculated by
area is calculated as the cell resolution multiplied
by the number of cells in the polygon
3 CATEGOIRES OF SHAPE MEASURES
- Compactness:quantifies how far a feature deviates from a standard shape (a circle or square), which is considered to be the most compact
2.Boundary:quantitatively describe the roughness or the smoothness of a feature’s outer edge (a smoother boundary has fewer edges), and is an
indicator of shape complexity
3.Form: quantify the overall geometric configuration of a feature by comparing it to a standard shape such as a circle
for standard shapes SIc(compactness) = \_\_ and the further below that number...
1
means its less compact
-anything <1
for standard smoothness of the boundary is __ and as it gets rougher it is closer to __
1
2
buffering
▪ buffering is a common vector data distance measurement tool that creates a zone
around a feature or a set of features with a specific width – the zone is called a
buffer
Using dissolve when buffering mean..
that the objects, if they have overlapping buffers, will connect instead of each having individual overlaps
▪ in a projected coordinate system, the buffer distance
is measured in _______ as a ______ buffer
▪ in a geographic coordinate system, the buffer size is
determined by _____ distance measurement
cartesian space, Euclidean
geodesic
ringed buffers
.ringed buffers are common to use when the influence diminishes with distance from the feature
vector uses buffers while rasters use..
distance surfaces
distance surfaces
▪ distance measurement in raster calculates the shortest distance from the
location(s) representing the source(s)/origin(s) to every other location and creates
a distance surface in raster
▪ distance in raster may be measured based on
absolute physical distance between places, or costs
incurred while traversing the physical distance,
known as a cost or weighted distance (eg, travel time,
energy consumption, etc)
ARCGIS uses the _____ algorithm to generate the cost distance surface
spreading
Least Cost path approach
▪ networks are typically analyzed using a least-cost path approach – this can be used
for rasters as well
▪ the output of this analysis is a cost distance
raster and direction raster, which records the
sequence of movements that created the cost
distance raster
Overlay Analysis
▪ overlay analysis is the process of stacking multiple data layers registered to a
common georeferencing system on top of each other so that the relationships
between features at each location can be analyzed
vector:▪ for vector data, overlay analysis involves combining geometries and attributes
from the input vector layers into a single vector layer
raster:raster overlay can be used to perform
arithmetical, logical, relational, conditional,
and statistical operations on the input
rasters
-raster overlay analysis with mathematical operators is commonly referred to as
map algebra and is a common tool available in many GIS platforms
▪_______ overlay determines which areas a line feature is crossing
line-in-polygon
▪ ________ combines 2 polygon layers and calculates the geometric
intersection of the input features creating a new set of polygons with original
boundaries split at intersections
polygon-in-polygon
6 types of overlay
- Union:All features and their attributes will be written to the output feature class.
- keeps all the features from the 2 input layers
2.Identity:keeps all the features in the 1st input
layer and deletes the portions of the 2nd input
layer that fall outside the boundary of the first
3.Intersect:preserves the features or portion of the
features that fall within the common area of all
inputs
- Erase:Only those portions of the input features falling outside the erase features outside boundaries are copied to the output feature class.
- Symetrical Difference:Features or portions of features in the input and update features that do not overlap will be written to the output feature class
- Spatial Join
the output feature type of vector
overlay will always be of the same type
or a type of the input features with the…
lowest dimension geometry (eg, if any
of the inputs are points, the output will
be point)
map algebra
▪ map algebra is the application of raster data analysis and mathematical operators
and functions to an algebraic equation with raster data layers as input variables to
produce a new raster as a solution