Week 9: Vector analysis Flashcards
(16 cards)
A goal for spatial analysis is to
Reveal patterns, trends and anomalies that might otherwise be missed
Queries can be based on
Attributes or location
Spatial data contains
- Location information
- Attributes
- Metadata
Goals of spatial analysis: Spatial analysisi combines both attrributes and locations of objects/features to
- Transform raw data into useful information
- Reveal patterns, trends, and anomalies that might otherwise be missed
- Allow us to test “conventional knowledge” and/or hypotheses
Analysis is considered spatial if the results depend on
The location of the objects being analyzed (move the objects and the results change)
Queries, or data subsetting, involves
Turning raw data into information (tables, graphs, maps)
Queries do not
- Change existing data sets
- Create new data by combining existing data sets
Transformations
Create new objects and attributes based on simple rules
Two types of proximity based transformations
- Buffering
- Joins
Characteristics of buffering
- Divides space into discrete areas of influence
- Positive and negative
- Multiple rings
- Variable width linked to attribute
Two types of joins
- Attribute join
- Spatial join
Attribute join characteristics
- Used to append the fields of one table to another table based on a common field
- The common field is common data / can have different names
- Does not create a new dataset / it just holds the attribute connection in memory
Spatial join characteristics
- Used to append the field from one layer to the other based on geogrpahic proximity
- Can be based on spatial coincidence (intersect), touch, or within a specified distance
- Creates a new dataset with the combined attributes
What is a vector overlay (spatial join)
Combining layers to explore the spatial relationships between their features
Overlay issues
- Spurious polygons (sliver polys)
- Complexity of output map layers
- Dissolving adjacent polygons (spatial aggregation) to solve these issues
Why do we need to show our work through a flow chart
- Repeatability (good scientific method)
- Identifying errors in analysis
- Coming back to the work to tweak something
- Naming conventions are important