Adding highway:platform as parameter in lua profile? #3565
-
|
Hi! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 13 replies
-
|
IMO that's mostly interesting when you're serving multi-modal transit routing no? if you're building with public transit, that info is part of the GTFS datasets valhalla ingests (currently served by transit.land, soon hopefully raw GTFS files). it's better data than in osm I'd say, since the transit providers are QC'ing the locations etc. but you would like to have platform ways available for normal routing, outside of transit routing? why route to platforms if you wouldn't be able to use public transit? maybe I'm misunderstanding smth 😅 |
Beta Was this translation helpful? Give feedback.
-
|
It could be useful for pedestrians routing through train stations / complex pedestrian bus stops, depending on how the station has been mapped, e.g. for instance for platform "areas". |
Beta Was this translation helpful? Give feedback.
-
|
It might be me that's misunderstanding the potential of what can be done with Valhalla 😅. It is true that it is mostly interesting with multi-modal transit routing. The intent was initially that we currently have starts and stops and that Valhalla would be used to guide the pedestrians through complex stations as @slvlirnoff mentioned. Is it possible to use Valhalla for travel with respect to bus/train arrival/departure time? |
Beta Was this translation helpful? Give feedback.
-
|
Even without multimodal, i.e. walking through/next a train/bus station, if no walking path explicitly put on platform. Also in my experience transit stops are defined somewhere in a platform areas and often far from any pedestrian way. I don't know about the status of walking through areas in Valhalla right now, is it possible as a beeline? Or does it follows the edges of the area? If the latter then probably best not to include because it will create ridiculously long pedestrian legs. |
Beta Was this translation helpful? Give feedback.
-
|
@PhilipNgo we could add a flag to the mjilnor config that optionally keeps those ways. We would just ad the parsing inthe Lua and use the flag in c++ to determine whether or not to keep them once they come in from the Lua parser. We probably wouldn't have to do more than that |
Beta Was this translation helpful? Give feedback.



@PhilipNgo we could add a flag to the mjilnor config that optionally keeps those ways. We would just ad the parsing inthe Lua and use the flag in c++ to determine whether or not to keep them once they come in from the Lua parser. We probably wouldn't have to do more than that