Itinerary without camera !
|
|
||
|---|---|---|
| add-tag | ||
| brouter elevation | ||
| brouter-segment | ||
| new pbf | ||
| routing | ||
| source pbf | ||
| add-tag.py | ||
| compute_id.sql | ||
| extract.lua | ||
| README.md | ||
| segment-generation.sh | ||
Tools neded:
- osm2pgsql
- osmium
- brouter
python3 -m venv env
source env/bin/activate
pip install psycopg2-binary
osm2pgsql -U postgres -W -H localhost -O flex -S extract.lua source\ pbf/st_quentin.osm.pbf
osmium cat source\ pbf/st_quentin.osm.pbf -f opl > st_quentin.opl
python3 add-tag.py
osmium diff output.osm.pbf source\ pbf/st_quentin.osm.pbf -f opl > diff.txt
cat diff.txt | grep "^-"