Jannis R

Results 1016 comments of Jannis R

We could also try to get Transitous into the [EU Open Data Portal's "Data Stories"](https://data.europa.eu/en/publications/datastories).

**TLDR: I *think* this is a bug in HAFAS and that `db-rest` cannot solve this in a clean way.** ## background AFAIK – I might be wrong, or things might...

Right now, do *all* OTP instances expose both GraphQL APIs, i.e. does every endpoint expose both "sub-endpoints"?

Man könnte auch argumentieren, dass diese Fahrten im GTFS als ["non-revenue trips" mit `pickup_type`/`drop_off_type` `1`](https://github.com/google/transit/blob/be861272df8aaa821d7d47b771fb37a014d561f9/gtfs/best-practices/best-practices.md?plain=1#L77) abgebildet werden sollen. Ich würde aber (lediglich) `route_type` `712` vorziehen. Und in jedem Fall sollten...

related: https://github.com/schildbach/public-transport-enabler/issues/606#issuecomment-2503718705

ZVV might also have a `rest.exe`-style endpoint, but their `mgate.exe`-style endpoint is still available, just under a new URL. The switch to this new endpoint (https://github.com/public-transport/hafas-client/commit/4be39afdd317adce2b16b51c67d45d1ebb33c52e) has been published as...

This has been the case for quite a while: https://github.com/public-transport/hafas-client/blob/6.3.1/test/e2e/db.js#L253 Not sure if we can do something about it though, I haven't investigated. Upgrading to a new [`ver`](https://github.com/public-transport/hafas-client/blob/6.3.1/p/db/base.json#L15) might work?

https://github.com/public-transport/hafas-client/issues/287#issuecomment-1609121167 sounds related. cc @lamBOOO

Although it doesn't solve the problem, https://github.com/derhuerst/db-rest/pull/46 will let you specify the routing mode in `db-rest#6` a.k.a. https://v6.db.transport.rest, once merged & deployed.

It is a workaround. Last time I checked, you could choose a non-`REALTIME` routing mode and get `earlierRef` and `laterRef`. But the endpoint didn't seem to allow pagination on realtime-routed...