Week 8, 9, 10 Flashcards

1
Q

What is the concept for this definition?
=belief that all observations w/in an area will exhibit the same values?
–> logical error inferring about something

a) first law of Geography
b) ecological fallacy
c) modifiable areal unit problem

A

b) ecological fallacy

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

What is the concept for this term?
=our numeration unit influences the result of our analysis?
=when smaller areal units are combined into fewer larger ones
= variation in map decreases

-enumeration unit = square, cencus tract, county

a) second law of Geography
b) ecological fallacy
c) modifyable areal unit problem

A

c) modifiable areal unit problem

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

What is not 1 of the spatial queries?

a) proximity
b) membership (containment)
c) Interject
d) intersect

A

c) interject

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

What term concerns with:

what features are close to a target feature?

a) proximity
b) membership
c) intersect

A

a) proximity

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

What term concerns with:

what features are inside a target feature?

a) proximity
]b) membership
c) intersect

A

b) membership

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

What term concerns with:

what features cross a target feature?

a) proximity
b) membership
c) intersect

A

c) intersect

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

What is not a Spatial Query related to Proximity?

a) search by distance
b) adjacency
c) line-in-polygon
d) search radius

A

c) line-in-polygon

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

What is not a Spatial Query related to Membership?

a) line-in-polygon
b) line-on-polygon
c) polygon-in-polygon
d) point-in-polygon

A

b) line-on-polygon

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

What is not a Spatial Query related to Intersect?

a) Point/Polygon Intersection
b) Line/Polygon Intersection
c) Polygon/Polygon intersection
d) Line/Line Intersection

A

a) Point/Polygon Intersection

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

What Vector Overlay tool accomplishes:

  • uses the OR operator
  • only for 2 polygon input layers

Preserves

  • all features
  • attribtute info
  • spatial extents from both input layers

a) Union
b) Intersect
c) Clip
d) Buffer
e) Dissolve
f) Erase

A

a) union

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

What Vector Overlay tool accomplishes:

=employs the AND operator
-gets all the input attributes (original + intersect) in output

a) Union
b) Intersect
c) Clip
d) Buffer
e) Dissolve
f) Erase

A

b) intersect

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

What Vector Overlay tool accomplishes:

=extracts those featuers from an input line/poluygon layer that falls within the spatial extent
- only cookie cutter attribute

a) Union
b) Intersect
c) Clip
d) Buffer
e) Dissolve
f) Erase

A

c) clip

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

What Vector Overlay tool accomplishes:

=combines all adjacent features with the same attribtue values
- no unnecessary, intervening line segments = same extent as original

a) Union
b) Intersect
c) Clip
d) Buffer
e) Dissolve
f) Erase

A

e) dissolve

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

What Vector Overlay tool accomplishes:

=surrpounding areas preserved
- opposite of clip

a) Union
b) Intersect
c) Clip
d) Buffer
e) Dissolve
f) Erase

A

f) erase

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

What is the term for this Python Attribute:
=the literal value you are working with

a) literals
b) variables
c) lists
d) dictionaries

A

a) literals

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

What is the term for this Python Attribute:

=represents a litereal
=represents data (eg. cities = Guelph)

a) literals
b) variables
c) lists
d) dictionaries

A

b) variables

17
Q

What is the term for this Python Attribute:

=contains multiple variables (eg. cities, and has a list of multiple city names)

  • starts at 0
  • uses square bracket notation

a) literals
b) variables
c) lists
d) dictionaries

A

c) lists

18
Q

What is the term for this Python Attribute:

=has information more than just lists of names
- organize data using keys and values

eg. cities w/ their population

a) literals
b) variables
c) lists
d) dictionaries

A

d) dictionaries