Difference between revisions of "Network Analysis: Finding shortest path in QGIS"

From CUOSGwiki
Jump to navigationJump to search
Line 15: Line 15:
 
* Activate the Tool
 
* Activate the Tool
 
To activate the Road Graph plugin: Start the Plugin Manager by clicking on the QGIS main window’s menu item Plugins ‣ Manage Plugins. A dialog appears. Select the plugin like this: [[File:plugin.PNG|500px|thumb|right]] Click OK on the Plugin Manager dialog. To see the plugin in your interface, go to View ‣ Panels and ensure that Shortest path has a check mark next to it.
 
To activate the Road Graph plugin: Start the Plugin Manager by clicking on the QGIS main window’s menu item Plugins ‣ Manage Plugins. A dialog appears. Select the plugin like this: [[File:plugin.PNG|500px|thumb|right]] Click OK on the Plugin Manager dialog. To see the plugin in your interface, go to View ‣ Panels and ensure that Shortest path has a check mark next to it.
  +
  +
This panel will appear in your interface
  +
[[File:Panel.PNG|200px|thumb|right]]
   
   

Revision as of 15:39, 16 December 2014

Introduction

Calculating the shortest distance between two points is a commonly cited use for GIS. QGIS ships with this tool, but it’s not visible by default. In this tutorial we will show you what you need to get started.

Data

Acquired QGIS (version 2.6)

QgisLOGO.PNG You need to install Quantum GIS version 2.6 in order to get activate the road graph plugin.

Road Graph Plugin

  • Activate the Tool

To activate the Road Graph plugin: Start the Plugin Manager by clicking on the QGIS main window’s menu item Plugins ‣ Manage Plugins. A dialog appears. Select the plugin like this:

Plugin.PNG

Click OK on the Plugin Manager dialog. To see the plugin in your interface, go to View ‣ Panels and ensure that Shortest path has a check mark next to it.

This panel will appear in your interface

Panel.PNG


  • Configure the Tool
  • Use the Tool
  • Using Criteria

Conclusion

References