Skip to content

Commit b365fb3

Browse files
committed
added extension to README document
1 parent bd78dc1 commit b365fb3

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

README.rst

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
=====
2+
About
3+
=====
4+
5+
.. rubric:: Abstract
6+
7+
`pgRouting <http://www.pgrouting.org>`_ adds routing functionality to `PostGIS <http://www.postgis.org>`_. This introductory workshop will show you how. It gives a practical example of how to use pgRouting with `OpenStreetMap <http://www.openstreetmap.org>`_ road network data. It explains the steps to prepare the data, make routing queries, assign costs and use `GeoExt <http://www.geoext.org>`_ to show your route in a web-mapping application.
8+
9+
Navigation for road networks requires complex routing algorithms that support turn restrictions and even time-dependent attributes. pgRouting is an extendible open-source library that provides a variety of tools for shortest path search as extension of PostgreSQL and PostGIS. The workshop will explain about shortest path search with pgRouting in real road networks and how the data structure is important to get faster results. Also you will learn about difficulties and limitations of pgRouting in GIS applications.
10+
11+
To give a practical example the workshop makes use of OpenStreetMap data of Barcelona. You will learn how to convert the data into the required format and how to calibrate the data with "cost" attributes. Furthermore we will explain the difference of the main routing algorithms "Dijkstra", "A-Star" and "Shooting-Star". By the end of the workshop you will have a good understanding of how to use pgRouting and how to get your network data prepared.
12+
13+
To learn how to get the output from rows and columns to be drawn on a map, we will build a basic map GUI with GeoExt. We listened to the students feedback of the last year's and want to guide you through the basic steps to build a simple browser application. Our goal is to make this as easy as possible, and to show that it's not difficult to integrate with other FOSS4G tools. For that reason we selected GeoExt, which is a JavaScript library providing the groundwork for creating web-mapping applications based on OpenLayers and Ext.
14+
15+
.. note::
16+
17+
* Workshop level: intermediate
18+
* Attendee's previous knowledge: SQL (PostgreSQL, PostGIS), Javascript, HTML
19+
* Equipments: This workshops will make use of the GIS LiveDVD if possible. Otherwise it will require VirtualBox installed to load a virtual machine image.
20+
21+
22+
.. rubric:: Presenter
23+
24+
* *Daniel Kastl* is founder and CEO of `Georepublic UG <http://georepublic.de>`_ and works in Germany and Japan. He is moderating and promoting the pgRouting community and development since 4 years, and he's an active OSM contributor in Japan.
25+
26+
* *Frédéric Junod* works at the Swiss office of `Camptocamp <http://www.camptocamp.com>`_ for about five years. He's an active developer of many open source GIS projects from the browser (GeoExt, OpenLayers) to the server world (MapFish, Shapely, TileCache) and he is member of the pgRouting PSC.
27+
28+
Daniel and Frédéric are the authors of the previous pgRouting workshops, that have been held at FOSS4G events in Canada and South Africa and at local conferences in Japan.
29+
30+
31+
.. rubric:: License
32+
33+
This work is licensed under a `Creative Commons Attribution-Share Alike 3.0 License <http://creativecommons.org/licenses/by-sa/3.0/>`_.
34+
.. rubric:: Supported by
35+
* `Camptocamp <http://www.camptocamp.com>`_
36+
* `Georepublic <http://georepublic.de>`_
37+
38+
39+
=============
40+
Install notes
41+
=============
42+
43+
To build the workshop documentation with all further steps, go into ``docs`` directory and run::
44+
45+
make html
46+
make latex
47+

0 commit comments

Comments
 (0)