-
In OTP, GTFS-RT alerts can cause edges to be non-traversable. This is a method of cancelling trips or routes that predates our handling of GTFS-RT trip updates.
From the GTFS-RT spec at https://devel…
abyrd updated
4 years ago
-
Is it possible to know from where "code : SNCB_2090_HINT " and relied description are retrieved ?
I don't found them through this real-time SNCB feed
https://sncb-opendata.hafas.de/gtfs/static/c21…
-
**Summary:**
Trip planning will not have real time information for trips that are not active yet.
This is a server-side issue, though I don't know whether the problem should be fixed in OTP or in t…
-
**Summary:**
I'm trying to review feeds from the 511 SF API, and, while it's possible to download static feeds directly, the validator is failing on this step.
**Steps to reproduce:**
Stati…
-
## Expected behavior
Like OneBusAway: parse the GTFS-RT feed and publish RT updates
## Observed behavior
```
21:11:52.785 ERROR (GraphUpdaterManager.java:196) Error while running graph writer org.…
-
```js
const createHafas = require('bvg-hafas')
const createMonitor = require('hafas-monitor-trips')
const centerOfBerlin = {
north: 52.55,
west: 13.31,
south: 52.48,
east: 13.48
}
const…
-
The routing engine (and/or graph builder) needs to absorb reroute information that will contradict that in the GTFS data. Temporary reroutes happen frequently, and there’s no way for an agency (or at…
-
I'm trying to understand where/how MOTIS downloads real-time GTFS-RT updates. Since the Swiss Open Platform Data requires an API key to access the real time updates, I was surprised to see that MOTIS …
-
It would be great to be able to display vehicle's position in analyst, extrapolating position between stops and using real time data when available (based on this: https://github.com/vasile/transit-ma…
-
TransitMaster is implementing GTFS-RT ServiceChange v3.1. We are looking at the situation where a detour is created but later postponed. As part of the detour new trips are created to show the new pat…