Week 6- Vector Analysis Flashcards

1
Q

Vector data operations

A
  1. Data transformation/projection
  2. Attribute query
  3. Classification and generalisation –
    reclassify, merge/split, dissolve
  4. Measurement functions
  5. Map overlay
  6. Proximity analysis
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Data involved in GIS Analysis

A

1) Single data layer (Interpolation of point
data into contour lines)
2) Map pair (Clipping (“cookie cutter”) of one map by another map)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  1. Data transformation/projection
A
  • Coordinate transformation –e.g. scale, orientation, shift

* Map projection –e.g. UTM to AMG

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

SQL to select objects

that are of interest and produce maps

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

Kind of Joins:

A

Match – only include matched items only
All – allow combinations where no match
found, i.e. leaves blank fields

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

logical operators ___ multiple attributes

A

combine

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

Reclassify

A

areas by a single attribute or some combination

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  1. Reclassify, merge/split and dissolve
A
  • to group features
  • to identify trends / clustering
  • to simplify information
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Merge

A

polygons into large objects by recording the sequence of line segments that connect to form the boundary and assigning new ID numbers to each new object. Split is opposite to merge.

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

Dissolve

A

dissolve boundaries between areas of same type (i.e if an attribute is similar in both polygons)

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

Aggregation operation

A
  • dissolve (spatial summary)

- Table summary: Simplify and summarise data to reveal overall trend (e.g region sum of housing approvals)

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

Dissolve

A

Spatial aggregation (same as table summary though visual (geometry is merged))

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

Data disaggregation operation

A

split:
- divide data to analyse data relationships
-integrate data
(e.g. Number of people renting by age intervals derived from separate data on
peoples age and dwelling ownership status)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  1. Measurement Functions
A
distances between two points
• lengths of lines or strings
• areas of polygons
• perimeters of polygons
• area of a single or group of classes
• volumes of cut and fill
• slope and aspect
• angles or directions of features; and
• cross-sections
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
  1. Overlay Functions (+draw)
A

Overlay analysis:

  • all layers to be registered to same coordinate system
  • Intersection (overlapping area of combined attributes)
  • Union (boolean OR operation- keeps areas from both data layers)
  • clip (cookie cuts)
  • Update (feature replaces overlapping areas)
  • Identity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

spatial join

A
  • relate features based on spatial relationships:

- intersect, contains, distances within

17
Q

Overlay analysis Limitations

A
  • ecological fallacy: assuming 50/50 population if you evenly split QLD in half
  • sliver polygons (different versions of boundaries creating over or under shoots)
18
Q
  1. Proximity Analysis
A

-to highlight or determine areas of influence of certain
features or phenomena (e.g How many X features are within 5km of feature Y)
–>buffering: (polygon or a region
created around a point, line or area)
–> nearest function