pgRouting Manual (2.0.0)

Table of Contents

Contents   ::   Introduction  »


Table of Contents

pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality.

This is the manual for pgRouting 2.0.0 (0a53b89 master).

Creative Commons Attribution-Share Alike 3.0 License

The pgRouting Manual is licensed under a Creative Commons Attribution-Share Alike 3.0 License. Feel free to use this material any way you like, but we ask that you attribute credit to the pgRouting Project and wherever possible, a link back to http://pgrouting.org. For other licenses used in pgRouting see the License page.

Tutorial

Tutorial

For a more complete introduction how to build a routing application read the pgRouting Workshop.

Data Types

pgRouting Data Types

  • pgr_costResult[] - A set of records to describe a path result with cost attribute.
  • pgr_costResult3[] - A set of records to describe a path result with cost attribute.
  • pgr_geomResult - A set of records to describe a path result with geometry attribute.

Functions reference

Topology Functions

Routing Functions

With Driving Distance Enabled

Developers’s Functions

Contents   ::   Introduction  »