Hussein Mahfouz
Hussein Mahfouz
Hi! I think my question is directly related to this issue (sorry if it isn't - I can open a separate issue!) I was using `travel_time_matrix()` function with the `time_window()`...
Some notes I had on route directness (based on conversations with you and @juanfonsecaLS1): - more turns leads to cognitive overhead. Direct paths are preferable for cyclists - BUT we...
I followed https://github.com/ipeaGIT/r5r/issues/321 here as I was also interested in the `time_window()` argument in [r5r::travel_time_matrix](https://ipeagit.github.io/r5r/reference/travel_time_matrix.html). I found a [get_route_frequency()](https://r-transit.github.io/tidytransit/reference/get_route_frequency.html) function in the tidytransit package that looks useful. The logic could...
I have a draft `stop_times_to_frequencies()` function below. Some notes on the logic: - I assign each trip from `stop_times` to a time interval. These time intervals are a custom input...