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

Hci: Support more journey types #27

Closed
alexander-albers opened this issue Apr 7, 2021 · 1 comment
Closed

Hci: Support more journey types #27

alexander-albers opened this issue Apr 7, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@alexander-albers
Copy link
Owner

There are still journey types which are not being parsed in AbstractHciProvider and result in a parse error:

  • BIKE: Bike
  • KISS: Car
  • PARK: Park & Ride
  • TAXI: Taxi
  • CHKI: Check-In
  • CHKO: Check-Out

I haven't encountered any of the above mentioned types in the wild, except for one case: BVG requires that the product type "BERLKOENIG" is included, or otherwise some trips may fail, even if those don't include any Berlkönig products (see #26).

@alexander-albers alexander-albers added bug Something isn't working enhancement New feature or request labels Apr 7, 2021
@derhuerst
Copy link

derhuerst commented Apr 7, 2021

I think HAFAS responds with BIKE, KISS, PARK & TAXI if you request multimodal and intermodal journeys (see also public-transport/hafas-client#218).

Haven't seen CHKI and CHKO so far.

@alexander-albers alexander-albers removed the bug Something isn't working label Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants