Week 9: Vector analysis Flashcards

(16 cards)

1
Q

A goal for spatial analysis is to

A

Reveal patterns, trends and anomalies that might otherwise be missed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Queries can be based on

A

Attributes or location

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Spatial data contains

A
  1. Location information
  2. Attributes
  3. Metadata
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Goals of spatial analysis: Spatial analysisi combines both attrributes and locations of objects/features to

A
  1. Transform raw data into useful information
  2. Reveal patterns, trends, and anomalies that might otherwise be missed
  3. Allow us to test “conventional knowledge” and/or hypotheses
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Analysis is considered spatial if the results depend on

A

The location of the objects being analyzed (move the objects and the results change)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Queries, or data subsetting, involves

A

Turning raw data into information (tables, graphs, maps)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Queries do not

A
  1. Change existing data sets
  2. Create new data by combining existing data sets
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Transformations

A

Create new objects and attributes based on simple rules

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Two types of proximity based transformations

A
  1. Buffering
  2. Joins
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Characteristics of buffering

A
  1. Divides space into discrete areas of influence
  2. Positive and negative
  3. Multiple rings
  4. Variable width linked to attribute
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Two types of joins

A
  1. Attribute join
  2. Spatial join
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Attribute join characteristics

A
  1. Used to append the fields of one table to another table based on a common field
  2. The common field is common data / can have different names
  3. Does not create a new dataset / it just holds the attribute connection in memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Spatial join characteristics

A
  1. Used to append the field from one layer to the other based on geogrpahic proximity
  2. Can be based on spatial coincidence (intersect), touch, or within a specified distance
  3. Creates a new dataset with the combined attributes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a vector overlay (spatial join)

A

Combining layers to explore the spatial relationships between their features

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Overlay issues

A
  1. Spurious polygons (sliver polys)
  2. Complexity of output map layers
  3. Dissolving adjacent polygons (spatial aggregation) to solve these issues
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Why do we need to show our work through a flow chart

A
  1. Repeatability (good scientific method)
  2. Identifying errors in analysis
  3. Coming back to the work to tweak something
  4. Naming conventions are important