-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Description
Interested to gauge demand for isochrone / one-to-all query support in OSRM.
There have been previous proof of concepts that didn't make it to mainline.
@danpat it looks like you were involved in these. Perhaps you have some insights into how feasible this is now and whether any of these POCs can be revived?
There are some specialised isochrone algorithms for both MLD and CH style preprocessing, which would be consistent with OSRM's performance characteristics and provide an alternative to the isochrone support provided by other routing engines.
Personally, it's a use-case I'm frequently having. I've been extending RoutingKit to do this as it already uses a PHAST-like graph representation, but it would be nice to combine this with OSRM's extraction flexibility and features.