An open API service indexing awesome lists of open source software.

https://github.com/pgrouting/workshop

Source, data and docs for the pgRouting workshop
https://github.com/pgrouting/workshop

Last synced: over 1 year ago
JSON representation

Source, data and docs for the pgRouting workshop

Awesome Lists containing this project

README

          

# 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:

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

### Building PDF

Install prerequisite:
```bash
sudo apt-get install texlive-latex-extra
```

## License

This workshop is licensed under a [Creative Commons Attribution-Share Alike 3.0 License](http://creativecommons.org/licenses/by-sa/3.0/).

## Supported by

* [Paragon Corporation](https://www.paragoncorporation.com)
* [erosion](https://www.erosion.dev)