“Spatial analysis is the process of examining the locations, attributes, and relationships of features in spatial data through overlay and other analytical techniques in order to address a question or ”
In this module, we will try to explore various techniques that are used when solving a geographical problem.
Goal: Problem: You are a salesperson in your local town and you have clients who are interested in buying houses in a town.
The following is the criterion:
a) It needs to be in Swellendam.
b) It must be within reasonable driving distance of a school (say 1km).
c) It must be more than 100m squared in size.
d) Closer than 50m to main road
e) Closer than 500m to a restaurant
Data: Download osm data representing the town you stay eg. Swellendam using Open Street Map downloader or OSMDownloader plugin.
Name | Expectation |
---|---|
CRS ❗ |
EPSG:3857 |
Buffer Zone Severity: ❗ |
Fixed Distance Buffer |
Spatial Operations ❗ |
Clip, Intersect, select by location |
Dissolve Buffer ❗ |
Yes |
Main road filter ❗ |
"highway" is not NULL AND "highway" not in ( 'unclassified', 'track', 'path'. 'footway') |
❗ |
Spatial analysis lies at the heart of GIS. It allows users to answer questions like "What is it?","What is that ?", "What spatial patterns exist?". Spatial analysis allows us to add value to information. Spatial analysis can be broadly classed into the following categories
Most of the spatial analysis techniques require data to be in a projected reference system. When undertaking spatial analysis it is imperative to use the right tool to do an analysis as they are usually multiple tools that produce slightly different results.
Once a user has completed the task and noted the steps that they undertook to achieve the results, QGIS provides tools which allow the steps to be automated and store the procedure either as Models or Scripts in the processing.
What is the difference between an attribute based search and spatial selection:❗
Which of these represent a spatial operation:❗
Joining a non spatial layer to a spatial layer is a type of spatial analysis:❗