Skip to content

Conceptual fixes #42

@gmatosferreira

Description

@gmatosferreira

On get_route_frequency_hourly(), it is conceptually wrong to assume that the first stop has stop_sequence=1. According to the documentation it can start at any number and does not have to be consecutive. The only requirement is for it to increase along the sequence.

stop_times = stop_times |> # Only departures from origin (first stop)
filter(stop_sequence == 1)

Image

Metadata

Metadata

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions