pgRouting

Changeset 226

Show
Ignore:
Timestamp:
09/15/08 18:51:13 (2 months ago)
Author:
daniel
Message:

workshop introduction

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/workshop/FOSS4G2008/Docs/01_introduction.chapter

    r222 r226  
     1= FOSS4G routing with pgRouting tools and OpenStreetMap road data = 
     2 
     3=== Presenters: === 
     4 * Claude Philipona ([http://www.camptocamp.com Camptocamp SA]) 
     5 * Daniel Kastl ([http://www.orkney.co.jp Orkney, Inc.]) 
     6 
     7=== Further authors: === 
     8 * Frédéric Junod ([http://www.camptocamp.com Camptocamp SA]) 
     9 * Anton Patrushev ([http://www.orkney.co.jp Orkney, Inc.]) 
     10 
     11 
     12== Abstract == 
     13 
     14pgRouting adds routing functionality to PostGIS. This introductory workshop  
     15will show you how. It gives a practical example of how to use pgRouting with  
     16OpenStreetMap road network data. It explains the steps to prepare the network  
     17data, make routing queries, assign costs to the network links and modify your  
     18results through wrapper functions. 
     19 
     20= Workplace access = 
     21 
     22 * Download the compressed VMware image and extract the file 
     23 * Start VM Player and load the workshop virtual machine 
     24 * If root access is required, use 
     25 
     26{{{ 
     27username: foss4g 
     28password: foss4g 
     29}}} 
     30 
     31= Get the source = 
     32 
     33 * Checkout the latest workshop scripts and data from here: 
     34{{{ 
     35svn checkout http://pgrouting.postlbs.org/svn/pgrouting/branches/workshop/FOSS4G2008/ workshop 
     36}}}