I have the spatial data of all buildings and the roads in a particular zone. I am trying to identify the distance between each building and the nearest road using QGIS.
I have identified the centroids for all the buildings, identified the vertices for all the roads. I then used the distance matrix to identify the distances between the buildings and the roads. Not sure if my approach is correct.