Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PT routing #4

Open
2 of 15 tasks
dabreegster opened this issue May 25, 2024 · 0 comments
Open
2 of 15 tasks

PT routing #4

dabreegster opened this issue May 25, 2024 · 0 comments

Comments

@dabreegster
Copy link
Contributor

dabreegster commented May 25, 2024

Walking + PT has been started in this repo. Just starting a list of improvements.

UI

A-to-B routing

  • Configurable start time
  • Display text route directions nicer. "Walk 5 minutes", "wait 4 minutes", plumb info about the route taken
  • Correctness -- only ever 1 stop per trip? Impossible
  • Use route shapes for display (and see how much space they need)
  • Get more precise about linking walking and transit steps

Isochrone

  • Implement it

Data model

  • Decide requirements for days of the week, service exceptions, etc
  • Think through serveless-friendly ways of getting GTFS data

Performance

  • Can an A*-like heuristic help for PT routing? Edit: yes, but it loses optimality
  • Get base file size down, without GTFS. London is 370MB, but the PFB is 90MB
  • Smaller GTFS data. London is around 300MB right now
  • More compact NaiveTimes?

Refactoring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant