derhuerst / vbb-fare-zones

VBB stations and their fare zones.
https://github.com/derhuerst/vbb-fare-zones
ISC License
2 stars 0 forks source link

use VBB GTFS as data source #22

Open derhuerst opened 4 years ago

derhuerst commented 4 years ago

The zone_id column contains the fare zone nrs.

curl https://vbb-gtfs.jannisr.de/2020-09-04/stops.csv -s | xsv search -s location_type 1 | xsv select zone_id

https://gist.github.com/derhuerst/fcf2495d8dace4c7f356664bd69d405e

derhuerst commented 1 year ago

cc @hanshack