forked from pgRouting/pgrouting
-
Notifications
You must be signed in to change notification settings - Fork 2
Multi modal Public Transit Routing
justjkk edited this page Jun 10, 2011
·
24 revisions
To implement multi-modal public transport routing(MMPTR) functions in pgRouting and to make pgrouting easy to use for various applications dealing with public transport.
Live, Unstable, Tests failing code is accessible through gsoc-multimodal branch.
(Ref: http://wiki.osgeo.org/wiki/Google_Summer_of_Code_2011_Ideas#Weekly_reports)
- [2011/05/27](Target 1) - Weekly Report
- [2011/06/03](Target 1) - Weekly Report
- [2011/06/10](Target 2) - Weekly Report
- [2011/06/17](Target 2)
- [2011/06/24](Target 3)
- [2011/07/01](Target 3)
- [2011/07/08](Code Cleanup)
- [2011/07/15](MidTerm Week)
- [2011/07/22](Target 4)
- [2011/07/29](Target 5)
- [2011/08/05](Target 6)
- [2011/08/12](Documentation)
- [2011/08/19](Documentation)
- [2011/08/26](Final Evaluations)
Create a test environment for pgRouting functions- Write Tests for MMPTR functions
Design database fields and tables(topology) to store public transit information
- Pass cunit tests written for sm_public_transit_routing c function
- Pass unittest tests written for sm_public_transit_routing sql function
- Pass all tests written for sm_public_transit_scheduled_routing function
- Pass all tests written for connect_stops_* wrapper functions
- Clean up code
- Write more test cases, find and fix bugs
- Submit code for midterm review
- Pass tests for core multi-modal routing functions
- Pass tests for wrapper functions connect_points_*, *_itinerary and *_with_geom
- Write data importers to import transit data(Eg: GTFS) into database.
- Prepare documentation and tutorial for using pgRouting’s new public transit routing
- Make use of pgrouting functions in busroutes.in project.