| | 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 | |
|---|
| | 14 | pgRouting adds routing functionality to PostGIS. This introductory workshop |
|---|
| | 15 | will show you how. It gives a practical example of how to use pgRouting with |
|---|
| | 16 | OpenStreetMap road network data. It explains the steps to prepare the network |
|---|
| | 17 | data, make routing queries, assign costs to the network links and modify your |
|---|
| | 18 | results 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 | {{{ |
|---|
| | 27 | username: foss4g |
|---|
| | 28 | password: foss4g |
|---|
| | 29 | }}} |
|---|
| | 30 | |
|---|
| | 31 | = Get the source = |
|---|
| | 32 | |
|---|
| | 33 | * Checkout the latest workshop scripts and data from here: |
|---|
| | 34 | {{{ |
|---|
| | 35 | svn checkout http://pgrouting.postlbs.org/svn/pgrouting/branches/workshop/FOSS4G2008/ workshop |
|---|
| | 36 | }}} |
|---|