I am trying to calculate isochrones using public transport for different days and different times. Therefore I am able to set the earliest departure time for the isochrone calculation.
Is there a function to get back the chosen departure time? Am I able to specify the timeframe in which the real departure time should be in, after selecting the earliest departure time?
If I understand the documentation correctly that is possible in the routing API for PT with the pt.limit_trip_time and pt.profile_duration settings.