Querying and overlaying vector layers, key operations and techniques.
Many operations can be done with vector data.
Finding features of interest based on attributes.
Check equality, relative magnitude, etc.
Species | Age | Height |
Pine | 10 | 5 |
Pine | 95 | 28 |
Oak | 200 | 25 |
Oak | 5 | 4 |
Species | Age | Height |
Pine | 10 | 5 |
Pine | 95 | 28 |
Oak | 200 | 25 |
Oak | 5 | 4 |
Species | Age | Height |
Pine | 10 | 5 |
Pine | 95 | 28 |
Oak | 200 | 25 |
Oak | 5 | 4 |
Combined with operators: AND / OR
Species | Age | Height |
Pine | 10 | 5 |
Pine | 95 | 28 |
Oak | 200 | 25 |
Oak | 5 | 4 |
Species | Age | Height |
Pine | 10 | 5 |
Pine | 95 | 28 |
Oak | 200 | 25 |
Oak | 5 | 4 |
Requires careful consideration:
Species | Age | Height |
Pine | 10 | 5 |
Pine | 95 | 28 |
Oak | 200 | 25 |
Oak | 5 | 4 |
Species | Age | Height |
Pine | 10 | 5 |
Pine | 95 | 28 |
Oak | 200 | 25 |
Oak | 5 | 4 |
Looking at spatial relationships within or between layers.
Use Select by Location when you want to check for spatial relationships. There are many relationships we can check for:
These methods create new layers with altered "geometries". Geometry is a term we use to refer to points, lines, and/or polygons in a vector layer.
Use the Buffer tool to create a new Polygon layer based on distance.
Dissolve aggregates features.
When we have multiple data layers and we want to combine them to form a new output.
Use the Clip tool to cut one layer down to the boundaries of another.
Use the erase tool to remove the area of one layer from another.
Intersect lets us see only where layers overlap and combine overlapping attributes.
Use the Union tool to combine multiple layers, split features where they overlap and combine attributes.
There are many more vector overlay tools! I have presented some of the the most frequenly used tools, but if you have specific use cases you may need others. I can't cover them all, and I don't want to overwhelm folks.