forked from Jungle-Bus/osm2gtfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
35 lines (35 loc) · 892 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"query": {
"bbox": {
"n": "5.7844",
"s": "5.4783",
"e": "0.0611",
"w": "-0.4779"
},
"tags": {
"route": "bus"
}
},
"stops": {
"name_without": "Add a name to the stop with JungleBus app",
"name_auto": "yes"
},
"agency": {
"agency_id": "AM3",
"agency_name": "Accra Tro tro",
"agency_url": "https://ama.gov.gh/welcome/transport/",
"agency_timezone": "Africa/Accra",
"agency_lang": "en",
"agency_phone": "",
"agency_fare_url": ""
},
"feed_info": {
"publisher_name": "Jungle Bus",
"publisher_url": "http://junglebus.io",
"version": "0.1",
"start_date": "20170901",
"end_date": "20180730"
},
"output_file": "data/gh-accra.zip",
"selector": "gh_accra"
}