derhuerst/vbb-fare-zones

use VBB GTFS as data source

Open

#22 opened on Sep 25, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (0 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide