-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Simon Gröchenig edited this page Jul 1, 2020
·
10 revisions
This is a QGIS extension for the road network management tool Graphium. Graphium is available at Github: https://github.com/graphium-project.
Features of this plugin include:
- Connect to Graphium and GraphiumNeo4j servers
- Graph management
- Map-matching
- Routing
The plugin consists of two main components. All features and algorithms are described at the linked pages.
- Graph Manager to manage Graphium server connections and graphs
- Algorithms to perform tasks and queries on the Graphium server
The plugin is compatible with QGIS versions 3.10 or higher.
Follow these steps to install the plugin via Plugin Manager.
- Find the latest version in the 'Releases' section of this repository and download the "GraphiumQGIS_v*.zip" file
- Via Menu: 'Plugins' > 'Manage and Install Plugins...'
- Navigate to 'Install from ZIP'
- Select ZIP file and click 'Install Plugin'
After installing the plugin, the tools can be accessed through several options:
- Graphium toolbar (marked red in the figure)
- Via Plugins menu
- Via Processing framework (see Algorithms)