Skip to content

Prepares VBB stops as GTFS-compatible CSV for departure boards

License

Notifications You must be signed in to change notification settings

de-stops/vbb-stops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vbb-stops

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

Usage

npm install
node index.js

License

Source code is licensed under BSD 2-clause license.

About

Prepares VBB stops as GTFS-compatible CSV for departure boards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published