Kevin Kreiser
Kevin Kreiser
In # we removed CI workflows for 32bit architectures. This is largely in part to those platforms being in various stages of deprication. Still running the code on 32bit platforms...
in the speed assigner we penalize rough paved edges by reducing their speed when they are tagged with a max_speed (speed limit) value https://github.com/valhalla/valhalla/blob/007042ac414988209a759f342de923cf19a4f02b/src/mjolnir/speed_assigner.h#L290-L304 this has the effect of having...
this one removes boost geometry from admin_builder and uses geos only. its close-ish to finished but not building yet. its not urgent but its a nice simplification from the work...
trivial one but in a lot of the tests we dont use directories in a CWD safe way which causes some tests to fail when you run them outside of...
I'm using rapidjson in a larger project over here: https://github.com/valhalla/valhalla I recently updated to master so that I could make use of `RAPIDJSON_ASSERT_THROWS` which removes `clang` warnings when you override...
all the matrix end points are special cases of sources_to_targets. we should update the demo to just use sources_to_targets as, its easier to understand and the preferred method from within...
it would be cool if the didnt reset all the time. maybe we could have the modes be radio buttons and have a single button for running the route. that...
we have a bunch of documentation about what all the recipes do and how you can use them to deploy different types of nodes in a given cluster. we need...
we should have a little python status server deployed along side the data producer. this thing can be made to monitor what is going on with the machine at any...
after `cut_tiles.sh` finishes with the `valhalla_build_tiles` bit we should be ready to do some testing to see if the tiles are any good. lets make a new script which will...