Calculating Distance/Duration Matrix for Fuzzy Coordinates or Areas #7139
Unanswered
515orestis
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The functionality doesn't exist. What I have seen people do is working with centroids for areas. |
Beta Was this translation helpful? Give feedback.
2 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,
We are working with the OSRM service to calculate a distance/duration matrix between source and destination points. However, our requirement is somewhat unique, as the sources and destinations do not need to represent precise coordinates.
Instead, we need the ability to define a radius for each source and destination, effectively creating areas rather than exact points. The OSRM service should then return the shortest distance and duration for each source-destination pair, where both the source and destination can be any coordinate within their respective areas.
Could you please confirm if this functionality is configurable via a Lua file, or if it requires a different branch or fork of OSRM? Any guidance or suggestions would be greatly appreciated.
Thank you for your assistance!
Beta Was this translation helpful? Give feedback.
All reactions