Itinerary without camera !
Go to file
Tjiho dbac13771b Merge pull request 'write add tag to make it more efficient' (#1) from BlackSponge/silence-routing:rewrite-add-tag into main
Reviewed-on: #1
2023-03-10 18:56:21 -05:00
add-tag write add tag to make it more efficient 2023-03-07 00:15:42 +01:00
brouter elevation add files 2023-03-04 17:58:38 +01:00
brouter-segment add files 2023-03-04 17:58:38 +01:00
new pbf add files 2023-03-04 17:58:38 +01:00
routing add files 2023-03-04 17:58:38 +01:00
source pbf add files 2023-03-04 17:58:38 +01:00
README.md Add request to add-tag.py and add readme 2023-03-05 19:06:34 +01:00
add-tag.py Add request to add-tag.py and add readme 2023-03-05 19:06:34 +01:00
compute_id.sql add files 2023-03-04 17:58:38 +01:00
extract.lua Add request to add-tag.py and add readme 2023-03-05 19:06:34 +01:00
segment-generation.sh add files 2023-03-04 17:58:38 +01:00

README.md

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 "^-"