Module 9 Flashcards Preview

Y3 T2 Geography 322 > Module 9 > Flashcards

Flashcards in Module 9 Deck (30)
Loading flashcards...
1
Q

Define spatial analysis and provide two examples we have talked about in the past

A
▪ 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

2
Q

there are 2 ways to select features in GIS

A

– interactive selection or query selection

3
Q

Rules of SQL Queries(5)

A

▪ 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

4
Q

Reclassification for vector and raster

A

▪ 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

5
Q

Vector Reclassification is a..

A

this is why it is a data

simplification technique

6
Q

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)

A

projected

geographic

7
Q

Raster area is calculated by

A

area is calculated as the cell resolution multiplied

by the number of cells in the polygon

8
Q

3 CATEGOIRES OF SHAPE MEASURES

A
  1. 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

9
Q
for standard
shapes SIc(compactness) = \_\_ and the further below that number...
A

1

means its less compact
-anything <1

10
Q

for standard smoothness of the boundary is __ and as it gets rougher it is closer to __

A

1

2

11
Q

buffering

A

▪ 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

12
Q

Using dissolve when buffering mean..

A

that the objects, if they have overlapping buffers, will connect instead of each having individual overlaps

13
Q

▪ 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

A

cartesian space, Euclidean

geodesic

14
Q

ringed buffers

A

.ringed buffers are common to use when the influence diminishes with distance from the feature

15
Q

vector uses buffers while rasters use..

A

distance surfaces

16
Q

distance surfaces

A

▪ 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)

17
Q

ARCGIS uses the _____ algorithm to generate the cost distance surface

A

spreading

18
Q

Least Cost path approach

A

▪ 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

19
Q

Overlay Analysis

A

▪ 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

20
Q

▪_______ overlay determines which areas a line feature is crossing

A

line-in-polygon

21
Q

▪ ________ 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

A

polygon-in-polygon

22
Q

6 types of overlay

A
  1. 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

  1. Erase:Only those portions of the input features falling outside the erase features outside boundaries are copied to the output feature class.
  2. 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
  3. Spatial Join
23
Q

the output feature type of vector
overlay will always be of the same type
or a type of the input features with the…

A

lowest dimension geometry (eg, if any
of the inputs are points, the output will
be point)

24
Q

map algebra

A

▪ 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

25
Q

Raster Overlay analysis(6)

basic understanding of each

A
  1. Arithmetic: + − × ÷ power square root exponential logarithm
  2. Logical: AND OR NOT
  3. Relational: = > ≥ < ≤
  4. Conditional: IF…THEN… IF…THEN…ELSE…
  5. Trigonometric: sin cos tan sin−1

6.Statistical: maximum minimum mean range standard deviation sum median mode majority
minority variety

26
Q

▪ map algebra expressions are built inside the ______

A

raster calculator

27
Q

▪ the most common method of map algebra uses ____ functions, performing cell-bycell
analysis

A

local

28
Q

Raster Overlay Analysis 5 types

A
  1. Those that work on single cell locations (local operations)
  2. Those that work on cell locations within a neighborhood (focal operations)
  3. Those that work on cell locations within zones (zonal operations)
  4. Those that work on all cells within the raster (global operations)
  5. Those that perform a specific application (for example, hydrologic analysis operations)
29
Q

kernels

A

▪ irregularly shaped neighbourhoods are
known as kernels, and can be used to
apply weights to specific cells in the
neighbourhood

30
Q

zonal functions

A

zonal functions calculate a new value for every cell in the output raster as a function
of the existing values of the cells belonging to the same zone
▪ a zone is a group of cells of the same value