Skip to content

Lists of stations in Berlin with HAFAS ID operated by BVG ๐Ÿš‡ or S-Bahn Berlin GmbH ๐Ÿš†

License

Notifications You must be signed in to change notification settings

poldixd/vbb-stations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

vbb-stations

Here you can find lists of stations in Berlin which are operated by Berliner Verkehrsbetriebe (BVG) or S-Bahn Berlin GmbH. The files are in JSON format.

File Description

In these file are all stations operated by BVG (Berliner Verkehrsbetriebe) or S-Bahn Berlin GmbH.

[
  [
    "900000100003", // 12 digit VBB id
    "S+U Alexanderplatz Bhf (Berlin)", // name of the station
    ["1", "796"] // array with id's of the operators (agency_id)
  ]
]

The agency's are:

{
	id: '796',
	name: 'Berliner Verkehrsbetriebe',
	url: 'http://www.bvg.de',
	timezone: 'Europe/Berlin',
	language: 'de',
	phone: null
},
{
	id: '1',
	name: 'S-Bahn Berlin GmbH',
	url: 'http://www.s-bahn-berlin.de',
	timezone: 'Europe/Berlin',
	language: 'de',
	phone: null
}
[
  [
    "009023302", // 9 digit VBB id
    "U Adenauerplatz (Berlin)", // name of the station
    "Adenauerplatz" // clean name of the station
  ]
]   

like operated-by-bvg.json

Todo

New Stations

BVG (Berliner Verkehrsbetriebe)

Name opens
Museumsinsel expected 2019
Rotes Rathaus expected 2019
Unter den Linden expected 2019

S-Bahn Berlin GmbH

Name opens
Flughafen Berlin-Brandenburg ๐Ÿ˜…
Perleberger Brรผcke ?
WaรŸmannsdorf ?

Errors

If you find an error feel free to create a pull request.

Sources

About

Lists of stations in Berlin with HAFAS ID operated by BVG ๐Ÿš‡ or S-Bahn Berlin GmbH ๐Ÿš†

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published