Vector data exploration
Input → Spatial operation → Output
Spatial data allows us to
See/visualize
Spatial Analysis
Use spatial operations to find relationships or patterns
Vector data model
Points, lines, and polygons
Exploration
Looking at data through stats, charts, and queries to understand patterns
Spatial Query
Selecting features based on location or relationship
Example of spatial query
Within 5 km
Proximity / Adjacency
Determines which features are near or next to others
Proximity can be seen as
Features based on location
Adjacency can be seen as
All features that share a border (e.g. in state tuition)
Containment
Determines whether one feature is inside another (select fea. in certain area)
Containment example
All car crashes within a neighborhood
Proximity / Adjacency example
All states that contain the Mississippi river
Spatial Selection
Choosing features using spatial relationships (adjacency, containment)
Dissolve
Merge features with a shared attribute to remove boundaries
Buffer
Creates an area around a feature at a set distance
Example of dissolve
Giving every state a number based on side of Miss. river, dissolving state lines so that it just shows E and W
Example of buffer
Determine # of fast-food restaurants within 1 km of house
Use a bigger buffer for
Bigger area or distance
Overlay
Combines multiple layers into one, merging spatial and attribute data
Example of overlay
Combining roads and wetlands
Union (Overlay)
Keeps all features from both layers, overlapping or not
Intersect (Overlay)
Keeps only features common to all input layers
Clip (Overlay)
Cuts a layer using another layer as a boundary (“cookie cutter”)