Introduction¶
pgRouting is an extension of PostGIS and PostgreSQL geospatial database and adds routing and other network analysis functionality. A predecessor of pgRouting – pgDijkstra, written by Sylvain Pasche from Camptocamp, was later extended by Orkney and renamed to pgRouting. The project is now supported and maintained by Georepublic, iMaptools and a broad user community.
pgRouting is an OSGeo Labs project of the OSGeo Foundation and included on OSGeo Live.
License¶
The following licenses can be found in pgRouting:
License | |
GNU General Public License, version 2 | Most features of pgRouting are available under GNU General Public License, version 2. |
Boost Software License - Version 1.0 | Some Boost extensions are available under Boost Software License - Version 1.0. |
MIT-X License | Some code contributed by iMaptools.com is available under MIT-X license. |
Creative Commons Attribution-Share Alike 3.0 License | The pgRouting Manual is licensed under a Creative Commons Attribution-Share Alike 3.0 License. |
In general license information should be included in the header of each source file.
Contributors¶
Individuals (in alphabetical order)¶
Akio Takubo, Anton Patrushev, Ashraf Hossain, Christian Gonzalez, Daniel Kastl, Dave Potts, David Techer, Ema Miyawaki, Florian Thurkow, Frederic Junod, Gerald Fenoy, Jay Mahadeokar, Jinfu Leng, Kai Behncke, Kishore Kumar, Ko Nagase, Mario Basa, Martin Wiesenhaan, Razequl Islam, Stephen Woodbridge, Sylvain Housseman, Sylvain Pasche, Virginia Vergara
Corporate Sponsors (in alphabetical order)¶
These are corporate entities that have contributed developer time, hosting, or direct monetary funding to the pgRouting project:
- Camptocamp
- CSIS (University of Tokyo)
- Georepublic
- Google Summer of Code
- iMaptools
- Orkney
- Paragon Corporation
Inside¶
More Information¶
- The latest software, documentation and news items are available at the pgRouting web site http://pgrouting.org.
- PostgreSQL database server at the PostgreSQL main site http://www.postgresql.org.
- PostGIS extension at the PostGIS project web site http://postgis.net.
- Boost C++ source libraries at http://www.boost.org.
- Computational Geometry Algorithms Library (CGAL) at http://www.cgal.org.