This is not exactly a question but more that I need your ideas and opinions and to point out a few resources if you have done this in the past.

I am working on a transportation planner for a city. This is really huge city but unfortunately belonging to a developing country, there is is no such journey planner on the website available from the government. So here is where I think I can help the people. Anyway right now I am only limiting this route planner to just buses. I have very limited data to work with unfortunately right now just routes of only 5 major buses whereas total number could easily reach upto 100-150. My overall plan for first stage is to actually build a route planner that works that would obviously work with any number of buses. Then in order to grow the database for both bus stops (different areas of the city) and the buses, I am actually thinking of implementing a wiki style system that would allow people themselves to add/remove the number of buses/bus stops to the database. I havent worked out the exact details but I will implement the algorithm as to every change would like require at least say 5+ votes to become permanent and if say 10+ votes say a bus stop to be non-existant or route to be incorrect, then it will automatically get flagged. The population of the city is around 18000000+. So in order to keep the website running, I think I will allow them to send donations and also use ads for this purpose. I have worked on loads of project through out my career and am still working on websites that get millions of hits on monthly basis but this will definitely be the biggest project I have ever worked and unfortunately I havent been able to find anyone who shares this goal.

Anyway my greatest fear for this is that I dont want to find out in the later stages that something I did in the first stages was not the best solution and that its not extensible. For the first part, I am thinking of actually implementing the bus nodes as graph nodes and using Dijkstra's algorithm to compute the path and timing calculations. Since I have not done any graph programming at all during my career, so I just want to be sure whether this is the right way to go and if you have done anything like this in the past, please tell me a bit about you approached it. Thanks a lot.

link|improve this question
1  
One such route planning website I would highly recommend investigating, and perhaps contacting, is the gothere.sg for route planning around Singapore. They provide an interface for planning routes using both the bus and MRT (train) systems, resulting in a very intuitive and fast service for planning routes throughout this complicated city. -- I am not related in anyway to this website, I've just used it to my advantage in the past. – Chris Jan 23 at 13:29
I would look into the google maps api to use their route planner algorythms. – Peter Porfy Jan 23 at 16:16
feedback

closed as not constructive by David Makogon, George Duckett, PHeiberg, Gabe, Bill the Lizard Jan 23 at 13:43

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.