“GIS workflows typically consist of running multiple steps before reaching a solution. This is cumbersome in situations where you have to do it over again. The graphical modeller is useful for defining”
In this module, we will build upon the concepts we covered in module qgis_intersect from section 10.
Goal: To update points (cities and towns) that lie within the each aggregate municipality layer with a column that depicts the location of the town relative to the municipality.
Name | Expectation |
---|---|
Layers |
cities_and_towns /municipalities |
Expression |
"province" = 'WC' |
Models are very powerful as they allow GIS task to be easily automated. The model builder is a visual tool that allows users to build geoprocessing workflows. The model is represented as a diagram that links together inputs and algorithms to produce a single/multi outputs.
The advantages of using the model builder are:
It is intuitive.
Which of the following statements is true:
What is the effect of hard coding values in the model. I.e. defining the buffer distance within the model:
Can model be used as an algorithm within another model: