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