-
How about implementing the OEBB to transport.rest?
-
-
See derhuerst/vbb-rest#17 for the original report.
-
`cat routes.txt | grep '^853,'`
```
853,N04---,S,,,109,http://www.vbb.de,,
```
`cat agency.txt | grep '^N04---,'`
```
N04---,DB Regio AG,http://www.bahn.de/brandenburg,Europe/Berlin,de,0331 235688…
-
Im aktuellen Datensatz verteilen sich die Haltestellen des zHV-Datensatzes auf die folgenden Authorities:
```sql
select Authority, count(*) Anzahl from zhv group by authority;
┌──────────────────…
-
When I try to query a station by the name, the API always returns an empty response.
To reproduce (the example in the documentation):
```
curl 'https://v5.vbb.transport.rest/stations?query=mehri…
-
Apparently the VBB API will only return a certain number of stations. Throw if the passed value is above.
-
(Please excuse if this is the wrong venue!)
The VBB (Berlin Transit Coorp.) has finally published their data as GTFS. It's under the CC-by-SA 3.0 license and can be found here. Additionally the state…
-
The Let's encrypt cert of `v6.vbb.transport.rest` has expired:
```
% curl -kv https://v6.vbb.transport.rest
* Host v6.vbb.transport.rest:443 was resolved.
* IPv6: 2a01:4f8:c012:91b7::
* IPv4: 1…
-
Der DELFI-GTFS-Datensatz beinhaltet mehrere grundsätzlich äquivalente Trips mehrfach.
Mutmaßliche Ursache sind in den vermutlich aus unterschiedlichen Quellen stammenden Fahrten teilweise abweichende…