Generating the shortest paths for all students
So far, we have only looked at the shortest path between all the given segments of road in the city. Now, given the student location, let's look at where student traffic will accumulate.
Finding the associated segment for a student location
By following these steps, we will join attributes from the closest road segment—including the associated topological and travel attributes—to each student location. Perform the following steps:
- Install the NNJoin plugin.
- Navigate to Plugins | NNJoin | NNJoin.
- Enter the following parameters:
- Input vector layer: students
- Join vector layer: newark_osm
- Output layer:
students_topology
- Click on OK.
- Import
students_topology
into thepackt_c4
database using Database Manager.
The ...
Get QGIS: Becoming a GIS Power User now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.