recently I've been asked (by several independent parties) about the upcoming toll update for Germany which applies from 1.12.2023:
And here's what you should know - based on xServer2 / Developer:Currently, we're utilizing your service to acquire road taxes. However, it's no secret that these road taxes are scheduled to increase in Germany from 0.19 EUR/KM to 0.34 EUR/KM, starting from the 1st of December 2023. This presents a significant challenge for us, as we have to factor in these changes while calculating prices for future contracts, considering road taxes constitute a substantial part of the price.
Is there a possibility for us to input a contract start date into your service, and have your service calculate the future road taxes accordingly? I've noticed there's a field in your web application where we can input the departure date. However, when I attempted to set this to a future date, say 2024-02-02, the result remained the same as if I had input the current date. Could you provide some clarity on this?
- Basically our routing engine is able to handle different tarif scenarios - as long as the required underlying data is up2date. Whenever we provide toll updates we communicate them throught the Developer Blog (as in this example) and if possible these updates are available before the new rates apply. Sometimes we have to wait for some official political announcements - in this case it can happen that we are delayed.
- For the upcoming toll update we also need to implement some new functionality in the routing engine itself because the tarif scheme is based on some new parameters, e.g. a "emission efficiency class" - this will be available in one of the next core xServer versions (e.g. v2.30 at the earliest)
- The API itself already offers access to so-called TimeConsiderationModes which enables users to specify how the engine is supposed to deal with time dependent data - whether it is daytime dependent speed patterns, live traffic data or toll data:
- short term within a scenario (e.g. cheaper prices during the day)
- long term with different scenarios
Bernd