Week 6- Vector Analysis Flashcards
Vector data operations
- Data transformation/projection
- Attribute query
- Classification and generalisation –
reclassify, merge/split, dissolve - Measurement functions
- Map overlay
- Proximity analysis
Data involved in GIS Analysis
1) Single data layer (Interpolation of point
data into contour lines)
2) Map pair (Clipping (“cookie cutter”) of one map by another map)
- Data transformation/projection
- Coordinate transformation –e.g. scale, orientation, shift
* Map projection –e.g. UTM to AMG
- Attribute Query
SQL to select objects
that are of interest and produce maps
Kind of Joins:
Match – only include matched items only
All – allow combinations where no match
found, i.e. leaves blank fields
logical operators ___ multiple attributes
combine
Reclassify
areas by a single attribute or some combination
- Reclassify, merge/split and dissolve
- to group features
- to identify trends / clustering
- to simplify information
Merge
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.
Dissolve
dissolve boundaries between areas of same type (i.e if an attribute is similar in both polygons)
Aggregation operation
- dissolve (spatial summary)
- Table summary: Simplify and summarise data to reveal overall trend (e.g region sum of housing approvals)
Dissolve
Spatial aggregation (same as table summary though visual (geometry is merged))
Data disaggregation operation
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)
- Measurement Functions
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
- Overlay Functions (+draw)
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