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
- Host: GitHub
- URL: https://github.com/pgrouting/workshop
- Owner: pgRouting
- License: other
- Created: 2010-07-07T04:13:07.000Z (almost 16 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T04:17:28.000Z (over 1 year ago)
- Last Synced: 2024-10-29T18:49:05.422Z (over 1 year ago)
- Language: CMake
- Homepage: https://workshop.pgrouting.org
- Size: 230 MB
- Stars: 18
- Watchers: 12
- Forks: 33
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)