-
The `zone_id` column contains the fare zone nrs.
```shell
curl https://vbb-gtfs.jannisr.de/2020-09-04/stops.csv -s | xsv search -s location_type 1 | xsv select zone_id
```
https://gist.github.…
-
[There are many JS libraries and general tools available](https://github.com/derhuerst/vbb-modules) for working with the VBB [GTFS](https://developers.google.com/transit/gtfs/) [data](https://daten.be…
-
Hey! This is the author of [vbb-rest](https://github.com/derhuerst/vbb-rest), deployed at `vbb.transport.rest`. Nice to see that [you (seem to) use my service](https://github.com/aviatorraum/schduleal…
-
This client should support *all* VDV-453/VDV-454 services, not just those that VBB currently uses.
https://github.com/OpenDataVBB/vdv-453-client/blob/0ace9f3a48b981278f78107fd5fbeead4b09ccfa/index.…
-
Edit @derhuerst:
The gist of this thread is here: https://github.com/derhuerst/berlin-gtfs-rt-server/issues/9#issuecomment-1942259721
**`gtfs-via-postgres`'s ability to import into a custom schema s…
-
## Bug Report
嵌套函数计算存在问题,结果和oracle不相等
oracle:
![image](https://github.com/IvorySQL/IvorySQL/assets/69310610/b7781867-ef45-4937-bda7-e47df6413112)
IvorySQL :
![image](https://github.com/IvorySQL…
-
Hi,
I think there is a mistake in the order of the arguments in the `main` function of `vbb2voc.py` file. In the `main` function you call the `parse_anno_file` function:
`parse_anno_file(args.se…
-
Design work to help define requirements and prepare for updates to the portal/ml challenge page after ML challenge ends in January. Implementation will likely happen in Q1.
-
Hi folks,
Have you ever noticed the `unrecognized value "on;" for "ON_ERROR_STOP": Boolean expected` feedback when calling `npm run build`? Here is a larger snippet.
```
...
ALTER TABLE
COPY 53…
-
For Caltech converting, I have set person_types to ['person'] in main:
person_types = ["person"]
parse_anno_file(vbb_inputdir, seq_inputdir, vbb_outputdir, seq_outputdir, person_types=person_typ…