-
-
Notifications
You must be signed in to change notification settings - Fork 383
2.0 Development Plan
dkastl edited this page Mar 4, 2013
·
30 revisions
- Modular library design
- Add unit tests
- Compatibility with PostgreSQL 9.1 or newer
- Compatibility with PostGIS 2.0 or newer
- Install with "CREATE EXTENSION pgrouting"
- Revision of core function
- Revision of function parameters
- Revision of return results
- Support for "schema"
- Support for "ST_" prefix
- Introduce "PGR_" prefix
- Return "raw" computation result
- Drop CGAL dependency
- Drop GAUL dependency
- Revision of wrapper functions
- Better documentation
- Add DD and replace CGAL
- Add TSP and replace GAUL
- Linux/Windows build configurations
- Add algorithm "APSP" (currently in Github branch)
- Add algorithm "TDSP" (currently in Github branch)
- Add algorithm "TRSP" (currently in Github branch)
- Add algorithm "Two Queue SP" (currently in Github branch)
- Add algorithm "Bidirectional SP" (currently in Github branch)
- Add algorithm "MultiModal" (currently in Github branch)
- Add algorithm "Two-way Astar" (currently in Github branch)
- [add your ideas here]
- Tickets: https://github.com/pgRouting/pgrouting/issues?milestone=1
- Development branch: https://github.com/pgRouting/pgrouting/tree/devel-2_0
- PostGIS Coding Styles: http://trac.osgeo.org/postgis/wiki/DevWikiMain