From 372e30f214fd1fbdcd3d30a08362f4e87af6bdfd Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Thu, 26 Aug 2021 05:59:05 -0400 Subject: [PATCH] feat(vbn): added router config --- vbn/router-config.json | 16 ++++++++++++++++ vbn/router-config.json.md | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 vbn/router-config.json create mode 100644 vbn/router-config.json.md diff --git a/vbn/router-config.json b/vbn/router-config.json new file mode 100644 index 0000000..19116ed --- /dev/null +++ b/vbn/router-config.json @@ -0,0 +1,16 @@ +{ + "routingDefaults": { + "walkSpeed": 1.3, + "transferSlack": 120, + "maxTransfers": 4, + "waitReluctance": 0.95, + "waitAtBeginningFactor": 0.7, + "walkReluctance": 1.75, + "stairsReluctance": 1.65, + "walkBoardCost": 540, + "comment": "Ignore walkOnStreetReluctance as implementation is too simple and causes unexpected detours", + "ignored_walkOnStreetReluctance": 1.5, + "carParkCarLegWeight": 2, + "itineraryFiltering": 1.0 + } +} diff --git a/vbn/router-config.json.md b/vbn/router-config.json.md new file mode 100644 index 0000000..59c5b80 --- /dev/null +++ b/vbn/router-config.json.md @@ -0,0 +1,2 @@ +# router-config.json +The router config has been copied from [Stadtnavi tutorial](https://github.com/stadtnavi/stadtnavi-tutorial/blob/main/02-otp-and-graph-building/router-config.json). \ No newline at end of file