In my project, I need to calculate each village's distance along a route to a seaport.
However, as you can see in the picture, not all the villages are connected to roads already, so, first of all, I need to create the shortest path from each village to the road. Since there are more than 400 such villages, I'm looking for an automatic way to do this job.
I guess the next step will be finding the shortest path and distance base on the network. I'm looking for an automatic way like running certain python functions to do this too.
Thanks!
Shu
أكثر...
However, as you can see in the picture, not all the villages are connected to roads already, so, first of all, I need to create the shortest path from each village to the road. Since there are more than 400 such villages, I'm looking for an automatic way to do this job.
I guess the next step will be finding the shortest path and distance base on the network. I'm looking for an automatic way like running certain python functions to do this too.
Thanks!
Shu

أكثر...