Add HGV restrictions to matrix service
Currently in the matrix service a HGV profile can be given (which leads to adjusted travel time estimation, I guess?), but restrictions like weight or height (like in the directions service) are not possible. This means, distances will be calculated using roads / bridges forbidden for heavy vehicles and are not accurate.
Would be very helpful, if profile_params / restrictions could be used in the matrix service
@krangerich the matrix API uses the base graph for heavy vehicles meaning it will be "compliant". We might be introduced profile_params etcpp. in the future, will keep this one open.
We will have to think about computing matrices with the core (a new algorithm) for this. As this is a rather large new development, results cannot be expected soon, sorry @krangerich
Part of #385