Shortest & Fastest Routes, Isochrone Maps, Time - Distance Matrix using QGIS
ฝัง
- เผยแพร่เมื่อ 10 พ.ย. 2024
- In this tutorial, you will learn how to use three functionalities of the ORS Tools of QGIS.
1. Calculating the shortest & fastest routes based on a given points layer
2. Creating Isochrone maps based on time and distance dimensions
3. Developing a distance/ time matrix for a given 2 sets of origin and destination point layers
As usual, quality tutorial. Straight to the point and very well explained. Thanks a lot.
Feature ID None caused a ApiError:
401 ({
"error": "Authorization field missing"
})
This appears in my log after I clicked run for isochrone. What should I do to fix it?
Really useful and glad to see you demonstrate this on the latest version of QGIS. An explanation on the API key and how to apply that to the ORS tools would have helped too. I was stumped on that for a while as I added they key to the wrong place.
This is fantastic. The matrix option will be perfect for my thesis topic. Im going to use it to determine the shortest path from maintenacne roads (centroid) to water points and gravel stockpile points.
Really useful. Really simple. Thanks so much!!
am having this error when trying to run the isochrones " Feature ID None caused a InvalidKey:
403 ({
"error": "Quota exceeded"
})"
Thank you so much for this! I could generate the path of a bus route by uploading the stops in sequence. But I got a spreadsheet with 200+ bus routes and their corresponding stops listed in sequence. I cannot generate directions for more than one route at a time. Please let me know if it's possible to create multiple paths at a go, and if so, how?
Thank you very much for this tutorial
Great - simple explaination and very useful! Cheers!
One question: what is the adopted average speed of movement of the cyclist and is it somehow taken into account the slope of the terrain? Thanks
Thanks for the tutorials.
My challenge is that I keep receiving error message run directions tool.
Message is : The files are not supported for this algorithm
What is the issue?
Thanks
Thanks for the informative tutorial. I have a question. What if I have my own network of roads which is in the desert and I need to calculate the driving areas from a point feature class over this network of desert roads? these roads are not available in the builtin data set as you demonstrated in the tutorial.
Thanks for the very useful video. Can you please demonstrate the travelling salesman problem using the matrix you generated?
excellent hands on tanning sir
How would you create isochrones using ORS for public transportation?
What if instead of using the OSM map to use as routes, I want to use a road segment shapefile? Especially if I'm working in places that don't have roads and I want to create my own road network and use this tool to test its efficacy?
Thank you very much.
you saved me! thank you
Hi, please let me know, What is the speed of the car in the Distance Matrix. How this function calculate ?
Hi thanks for your tutorial very useful. I have a question regarding to the fastest routes that if the waiting at traffic light time was calculated or considered? Thanks a lot
Is this your own voice? If yes, how do u get such crystal clear audio on these videos?
Using a dynamic microphone can be immensely helpful for that :)
@@geodeltalabs which one do you use?
How to configure start and stop locations when getting optimized directions using points layer?
Hey how did you create those files in the browser field please? :)
Can matrix layer converted into a line (vector layer) ?
I have lots of points, I'd like to calculate the distance from these points to a street (layer). How to solve? It doesn't works
What are the features of the map you use? What kind of data should I have to make these calculations?
Exellent
When i try to run the fastest or shortest path I get error.
"Feature could not be written to Output_Layer_5f74ef56_a8d5_4d5c_a96c_6c2be63bfe78: Could not store attribute "id": Value "" is not a number "
Any suggestion?
Thank you.
any solution?
Respected sir,
I had used ORS tool to create Isochrones. I had to click on "Isochrones from point". and I had click "Run" button after filling in all information. But no any isochrones visible --- there the shapefile layer is created on the left side but Isochrones are not visible. Can you please tell me the correct way to create isochrones? . or Any settings?
Maybe you can check log if there is an error
hi, I was wondering...is it possible to create a route for a garbage truck with qgis?
Hi, can you elaborate a bit more on this.
@@geodeltalabs I would like to plan a route for two or more vehicles with multiple stops for waste collection. Someone said that this type of problem is called the Chinese Postman Problem and I don't know if its possible to solve it with this or other tools via Qgis. Anyway I just want to optimize and scheduling a route for this type of vehicles.
Awesome
Thanks :)
Interesting facts
is there a way to upload data from an excel sheet with starting and ending points and make a matrix from those? rather than clicking spots on the map?
If you have the lat, lon then yes
th-cam.com/video/Xgi-UdyDi1k/w-d-xo.html
@@geodeltalabs Hello, I tried using the Matrix in ORS tools because I already have the data. But when I input the layer on the paramters and run, the log says "KeyError: INPUT_AVOID_FEATURES"
What does it mean?
@@ravenalice8253 Did you go get your free API key from the Open Source?
How can I calculate the longest path?
Hi, can you elaborate your intended application of that? Because in a practical sense, one can make the path as long as they want by taking detours further away from the intended destination.
@@geodeltalabs Thanks for the answer. In my case, I have an open network and want to determine the longest route starting from one or two starting points.
I have a hydrographic network and I want to determine the longest route from an initial point.
Are you referring to the longest flow path in a hydrological sense? If yes, the techniques explained in this tutorial are not applicable as this is only valid for road networks.
@@geodeltalabs Yes, I’m referring to the longest route in the hydrological sense. I was actually hoping that you would know a plugin or qgis function that could do this.
Thanks for your time
Hi
I'm getting an error when trying to use the Matrix mode.
I think it's referring to some sort of 'Avoid Features' setting.
Grateful for advice
Traceback (most recent call last):
File "C:/Users/User/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ORStools\proc\matrix_proc.py", line 91, in processAlgorithm
options = self.parseOptions(parameters, context)
File "C:/Users/User/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ORStools\proc\base_processing_algorithm.py", line 195, in parseOptions
features_raw = parameters[self.IN_AVOID_FEATS]
KeyError: 'INPUT_AVOID_FEATURES'
Execution failed after 0.06 seconds