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

Add Support for Buses #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

greenfrogs
Copy link

Description

Currently bus (rail replacement) services are not shown. This fixes that by adding parsing of bus services, to support this platform has been changed to a string type. This is required as the bus type platform is generally BUS but also required to support alphanumeric platforms (for example Stratford 3A).

Type of change

  • New feature
  • Breaking change (platform int -> string)

How Has This Been Tested?

Created synthetic bus service data based on live bus service data. Most importantly platform -> BUS, serviceType -> bus.

Platform should be a string as some stations have alpha-numeric
platforms (such as 3A) and is required to support BUS platforms.
Adds support for bus (rail replacement) services.
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

Successfully merging this pull request may close these issues.

1 participant