UNPKG
gtfs-to-blocks
Version:
latest (0.3.11)
0.3.11
0.3.10
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
Generate CSV of transit departure times organized by block_id in GTFS.
gtfs-to-blocks
/
config-sample.json
14 lines
(13 loc)
•
252 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"agencies"
:
[
{
"agency_key"
:
"my-agency-name"
,
"url"
:
"~/path/to/my/gtfs"
}
]
,
"date"
:
"20221024"
,
"includeDeadheads"
:
true
,
"outputPath"
:
"custom/output/path"
,
"sqlitePath"
:
"/tmp/gtfs"
,
"timeFormat"
:
"HH:mm:ss"
}