The data for the lab was downloaded and extracted and the project was saved.
Under Project > Properties > CRS, the coordinates are set to NAD83 / UTM zone 17N. The data was found in the Browser section of the interface and dragged into the Layers section. The properties / the colour of the buildings were changed depending on the building type. This is done by right clicking on the layer and going into Properties > drop down menu: Categorize >Value: Type.
Figure 1. Inputted data of streets, water, contours and buildings for Brock University campus.
Layer > Add Layer > Add Vector Layer was used to input the .csv file containing the tree data. The coordinate system was set to the same as the other data before it was added to the map. Then, the data was right clicked on to save it to a shapefile.
Figure 2. Map of campus from figure 1 with trees added.
In order to remove any trees in poor condition that are within 20 meters of roads, buffers are used.
Vector > Geoprocessing Tools > Buffer
In order to select the trees within this buffer zone, select by location is used.
Vector > Research Tools > Select by Location
The resulting trees that satisfy the condition are now yellow. To remove them, right click on the tree shapefile and click the following:
Export > Save Selected Features As > ESRI Shapefile, browse and select data folder > ok.
Then the previous tree file was removed to keep only the new tree_buffer file with the trees that need to be cut down.
Figure 3. Map of trees that intersect with the road buffer of 20m.
Now the trees in poor condition must be selected.
Right click on tree_buffer layer > Open Attribute Table > Select Features by using an Expression > Expand "Fields and Values" (in Function List" > CanopyCond = > Under values click "All Unique" > Critical > OR > CanopyCond = > Poor >> Select Features > Close
These selected attributes were then saved as a new shapefile.
Figure 4. Conditional statement for the tree conditions to be cut down.
Project > New Print Layout > rename it, check off "Include report header" > Edit > Add Item > Add Map.
From here you can customize the report in whichever way you prefer in the editor as seen below.
Figure 5. Example of report layout editor.
Figure 6. Lake boundary and elevation data entered into QGIS.
Figure 7. Locating the TIN Interpolation tool.
Figure 8. Using the TIN Interpolation tool.
Figure 9. Interpolated elevation data with contour lines for Lake Arlington.