Limit this search to....

pgRouting: A Practical Guide
Contributor(s): Obe, Regina O. (Author), Hsu, Leo S. (Author), Sherman, Gary E. (Editor)
ISBN: 0989421732     ISBN-13: 9780989421737
Publisher: Locate Press
OUR PRICE:   $52.25  
Product Type: Paperback
Published: May 2017
Qty:
Additional Information
BISAC Categories:
- Computers | Data Visualization
- Computers | Databases - General
- Computers | Programming Languages - Sql
Physical Information: 0.59" H x 7.5" W x 9.25" (1.08 lbs) 282 pages
 
Descriptions, Reviews, Etc.
Publisher Description:

What is pgRouting? It's a PostgreSQL extension for developing network routing applications and doing graph analysis.

Interested in pgRouting? If so, chances are you already use PostGIS, the spatial extender for the PostgreSQL database management system. So when you've got PostGIS, why do you need pgRouting? PostGIS is a great tool for molding geometries and doing proximity analysis, however, it falls short when your proximity analysis involves constrained paths such as driving along a road or biking along defined paths.

PostGIS alone can't help you apply costs and resource constraints to your travels, such as traffic congestion, mileage restrictions, or allocating resources like vehicles. pgRouting is a complement to PostGIS that allows you to incorporate costs and path restrictions to your proximity analysis.

pgRouting is well suited to building travel navigation systems and computing driving distance polygons for places of interest. While the main focus of pgRouting is GIS applications, it can be used for non-GIS resource management and routing applications.

This book will give you all the tools and information you need to get started with pgRouting, as well as complete code examples and even how to deploy your project to the web.