Replies: 1 comment 6 replies
Where? |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
My main motivation for using motis is for its fast routing (A to B) but I want the distances of these routes (with all/any transport modes). Since only the direct mode routes come with distances inherently, I have initially resorted to calculating (geodesic) distances from the polyline data. This works alright for a number of things but it seems a bit hacky and it doesn't generalize to all transport modes. For instance, for ferries I only get straight lines when doing this. I know the ferry routes are available but I am pretty clueless on how to access them or if this is even the best way of getting distances.
Ideally, the distance calculation should be one-fits-all. Are there any suggestions on what the best approach is?
Best,
Rasmus
All reactions