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 DE VVS Alerts translator #1

Open
wants to merge 3 commits into
base: fork
Choose a base branch
from
Open

Add DE VVS Alerts translator #1

wants to merge 3 commits into from

Conversation

hbruch
Copy link
Member

@hbruch hbruch commented Nov 21, 2024

The German VVS (Verkehrs- and Tarifverbund Stuttgart, https://vvs.de) publishes a GTFS-RT Alerts feeds, which has various issues:

  1. stop_id ids are DHID parent station ids (though the parent stations are not contained in the corresponding GTFS feed)
  2. Route-Ids don't match (though they are mostly mappable by a simple text replacement)
  3. no efffect/cause are defined
  4. descriptions are not plain text but html fragments.
  5. priorities are not used

This PR currently addresses issues 1.-4.

stop and route ids, which can't be matched to the referenced GTFS stops/routes are logged as warning.
Note:

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