The ORS Tools QGIS Plugin documentation states that ORS is accessible in the Processing module of QGIS. I have not seen ORS Tools listed in the QGIS Processing or Provider Registry. I am trying to use the tool in a standalone script in Python but am having trouble importing the ORS tool set. Could someone assist with this process?
Also, is the ORS Tools module not capable of using a Points layer as input for isochrone mapping? I would like to iterate over features in a layer to create individual isochrones with a range unique to each feature. Using the tool in Python seems to be the best option if I can iterate over points in a layer. If not, what can be used as input?
Here is the statement from the ORS Tools QGIS Plugin documentation regarding isochrone mapping using the QGIS Plugin module:
“It has the same functionality as the isochrone tool with the exception of being able to use Point layers as input. The ID field
can be used to join input and output features.”