valhalla / docker

docker
MIT License
17 stars 22 forks source link

Gk traffic #21

Closed gknisely closed 7 years ago

gknisely commented 7 years ago

@heffergm this is the init copy of scripts that we can use for creating routing tiles and then run associate segments on that data for open traffic. I hope to reuse these for valhalla as well.

scripts/associate_segments.sh -- runs valhalla_associate_segments on valhalla data using the latest osmlr...thinking it can run once a week. scripts/batch.sh -- used for testing valhalla tiles. Not needed for transit. scripts/cut_tiles.sh -- creates valhalla route tiles. Should be set up to run forever via lamdba. scripts/minutely_update.sh -- Applies changesets to the latest planet.pbf file. Should be set up to run forever via lamdba. scripts/run.sh -- used for testing valhalla tiles. Not needed for transit. scripts/test_tiles.sh -- used for testing valhalla tiles. Not needed for transit.

We need to discuss as we are thinking that the results of minutely_update.sh should be saved in a mount point and cut_tiles will use that location to build valhalla tiles. The same goes for associate_segments.sh...it will use a mount point to get the latest version of the valhalla tiles.