darksabersan Posted July 30, 2015 Report Share Posted July 30, 2015 Hi Guys, Somebody of you have good tutorials for pgRouting? I'm waiting patiently the publication of that book HERE, and I'm facing issues to understand how to setup that stuff. BTW, I'm based on windows for that. Thank you in advance. darksabersan. Quote Link to comment Share on other sites More sharing options...
jonah Posted July 30, 2015 Report Share Posted July 30, 2015 (edited) It says: pgRouting: A Practical Guide is slated for release later this year. Contents Getting started with pgRouting A primer Working with data Working with imperfect data Routing Shortest Path algorithms Routing with turn restrictions Finding multiple routes Drive Time Distance analysis Traveling Sales Person algorithms Vehicle Routing Planner (VPR) algorithms Integrating pgRouting in Web applications 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 site may be a good start. http://workshop.pgrouting.org/ Edited July 30, 2015 by jonah Quote Link to comment Share on other sites More sharing options...
darksabersan Posted July 30, 2015 Author Report Share Posted July 30, 2015 I already based my research on that portal but I wasn't able to have a good end result.. Unfortunately. Anyway, thank you for trying. darksabersan. Quote Link to comment Share on other sites More sharing options...
shin_conan Posted July 31, 2015 Report Share Posted July 31, 2015 I personally think that the best way to start working with pgRouting is integrate it into QGIS. This post from Anita Graser and some other posts help me with some pgRouting projects in the past. Hope it provides some assistance for you too. Quote Link to comment Share on other sites More sharing options...
am2 Posted July 31, 2015 Report Share Posted July 31, 2015 This is a good start point.I have tested it and works fine,Except Userinterface part:D http://workshop.pgrouting.org Quote Link to comment Share on other sites More sharing options...
zsoooc Posted August 27, 2016 Report Share Posted August 27, 2016 (edited) Does pgrouting handle OSM relations? I would like to use turn restrictions. Is it possible? I would like to import raw OSM file with osm2pgrouting. Edited August 27, 2016 by zsoooc Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.