derhuerst / vbb-gtfs

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

weird station IDs #6

Open derhuerst opened 6 years ago

derhuerst commented 6 years ago
curl -s 'https://vbb-gtfs.jannisr.de/latest/stops.txt' | grep '^M'
M000008010088,"","Dresden-Klotzsche",,"51.114667000000","13.789110000000",1,
M000008000058,"","Büchen",,"53.474972000000","10.623298000000",1,
M000008003774,"","Lübeck St Jürgen",,"53.842321000000","10.702942000000",1,

IDs beginning with M might break lots of things, because

derhuerst commented 6 years ago

In https://github.com/derhuerst/vbb-hafas/commit/43355d723fa98347a303d5c8056d788389acdb0c, i have set up logging to check if the API returns ^M station IDs.