Hacker News new | ask | show | jobs
by ng-henry 1067 days ago
Not sure if something like this exists yet, but certainly do-able within my implementation.

For example, when choosing the best route, it penalizes every transfer by 120 seconds [1]. Therefore, a route that takes 2 minutes longer is equivalent to one transfer.

It'd be cool to have a tool where you can dynamically change these settings, and maybe even have different transfer penalties depending on if you're transferring inside a station vs walking outside.

[1]: https://github.com/econaxis/time2reach/blob/main/src/formatt...