This is a simple script to download all VBB stops supported by web departure board as GTFS-compatible CSV.
The script uses data from Berlin Open Data from the following resource, removes all non-parent stations and converts ids into the "old" format (i.e. 900000003201
-> 9003201
).
The script produces CSV output in the following format:
"stop_id","stop_name","stop_lon","stop_lat"
8010318,"Schönebeck(Elbe)",11.733157,52.018794
npm install
node index.js
Source code is licensed under BSD 2-clause license.