ShanghaiBusDBProject
I'd like to make a bus schedule/database/trip-planner in English so that expats living in Shanghai can take better advantage of public transportation in the city.
Notes
- 
	
Shanghai Traffic Administration site to scrape
 - 
	
Somebody built a simple database for Rome.
 - 
	
Dijkstra's Algorithm could come in handy (also Prim's Algorithm).
 - 
	
The Perl module Graph::Base may be useful.
 - 
	
Notes on Dyalog's Subway Route Planner.