derhuerst / vbb-gtfs

GTFS data for Berlin & Brandenburg public transport (VBB).
https://vbb-gtfs.jannisr.de/
1 stars 0 forks source link

lines exist more than once #4

Closed derhuerst closed 6 years ago

derhuerst commented 7 years ago

S5:

curl -s 'https://vbb-gtfs.jannisr.de/latest/routes.txt' | grep '"S5"'
# 10157_109,1,"S5","",109,"","",""
# 10158_109,1,"S5","",109,"","",""
# 10159_109,1,"S5","",109,"","",""
# 10160_109,1,"S5","",109,"","",""
# 10456_700,1,"S5","",700,"","",""
# 16034_109,1,"S5","",109,"","",""
# 16564_109,1,"S5","",109,"","",""

S75:

curl -s 'https://vbb-gtfs.jannisr.de/latest/routes.txt' | grep '"S75"'
# 10165_109,1,"S75","",109,"","",""
# 10166_109,1,"S75","",109,"","",""

As noted in derhuerst/generate-vbb-graph#3.

derhuerst commented 6 years ago

closing in favor of derhuerst/vbb-lines#2