Quick Links:
- Documentation -- Overview
- Downloads -- source code and sample data
- Gallery -- sample applications
- Support -- community and professional support
pgRouting Documentation
Over the years the pgRouting wiki pages changed, increased and often became outdated. For users it seemed to be difficult to find the right information and for authors it was hard to maintain existing pages. So we decided (http://pgrouting.postlbs.org/discussion/22/252/921#912) to restructure the pgRouting documentation pages.
The idea behind this layout is to collect short articles and recipies, that may help to solve common use cases.
This is a community wiki, so feel free to add new wiki pages or edit existing one.
If you think something is wrong, hack the wiki!
Table of Contents
- Data processing?
- Shortest Path algorithms?
- Shortest Path Dijkstra -- routing without heuristics
- Shortest Path A* -- routing for large data sets (with heuristics)
- Shortest Path Shooting Star -- routing with turn restrictions
- Traveling Sales person Problem solver (TSP)
- Driving Distance calculation
- Basic recipies?
- Advanced recipies
- PostgreSQL/PostGIS tips and tricks
- Shortest Path algorithms?