Hello Adrien,
On 10/12/2013 16:14, Adrien Pavillet wrote:
> Just wondering was this branch merged into OTP ?
See Andrew answer, a pull request is pending.
> Also do you know a way to ignore date and time in isochrone : ie act as
> if transportation were always avalaible ?
That is not possible at the moment, isochrone generation rely on the OTP
path finding code (shortest path tree builder) to generate the data,
which need precise date/time information.
Adding this kind of functionality could be nice for isochrone generation
indeed, but that would be (and need to be from an architecture point of
view) quite independent from the isochrone generation itself.
A tricky point would be to define what this means exactly (weighted
average, no waiting time/best trip, etc...), if that represents reality
and how complex it would be to implement it. However for most
transportation networks an "average" can be approximated using a certain
representative date/time (for example the following Monday at 14:00).
HTH,
--Laurent