Skip to content

pgRouting/workshop

Repository files navigation

pgRouting Workshop

Requirements

  • python
  • osm2pgrouting >= 2.7

Working virtual environment

python3 -m venv py-env
source py-env/bin/activate
pip install -r REQUIREMENTS.txt
  • If you are using Python 3, then you should already have the venv module from the standard library installed. If you don't have it then do:

    sudo apt-get install python3-venv

Build

Build the workshop:

dropdb city_routing
mkdir build
cd build
cmake ..
make html
cd ..

Building PDF

Install prerequisite:

sudo apt-get install texlive-latex-extra

License

This workshop is licensed under a Creative Commons Attribution-Share Alike 3.0 License.

Supported by

About

Source, data and docs for the pgRouting workshop

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 18