This node uses the Open Source Routing Machine (OSRM) to create a distance matrix for the provided origins and destinations. The matrix is created by pairing each input origin with each input destination and will contain the driving travel distance and time as well as the route for each pair. The travel distance unit is meter and the estimated drive time is returned in minutes.
OSRM is a C++ implementation of a high-performance routing engine for shortest paths in road networks. It combines sophisticated routing algorithms with the open and free road network data of the OpenStreetMap (OSM) project.
If the input geometry is not a point geometry, the centroids will be automatically computed and used.
Good practice and general limitations of the OSRM service that is used by this node can be found here. The current demo server is hosted by FOSSGIS which is subject to the usage policies and terms and conditions that can be found here.
Data copyright by OpenStreetMap (ODbl) and provided under CC-BY-SA. To report a problem and contribute to OpenStreetMap click here. Please note the licence/attribution guidelines as described here.
Select the geometry column that describes the origins.
Select the column which contains for each origin a unique ID. The selected column will be returned in the result table and can be used to link back to the original data.
Select the geometry column that describes the destinations.
Select the column which contains for each destination a unique ID. The selected column will be returned in the result table and can be used to link back to the original data.
Supports the following result modes:
Available options:
The minimum delay in seconds between two requests to the OSRM server.
The default timeout in seconds for a request to the OSRM server.
The URL of the OSRM server to use. The default value is the demo server hosted at https://map.project-osrm.org
You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
To use this node in KNIME, install the extension Geospatial Analytics Extension for KNIME from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com.
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.