-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2021_conf.json
32 lines (32 loc) · 1 KB
/
2021_conf.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
{
"default_agency": {
"agency_id": "divers",
"agency_name": "Divers opérateurs",
"agency_url": "https://wiki.openstreetmap.org/wiki/FR:WikiProject_C%C3%B4te_d'Ivoire/Transport_Abidjan",
"agency_timezone": "Africa/Abidjan",
"agency_lang": "fr",
"agency_phone": "",
"agency_fare_url": ""
},
"feed_info": {
"feed_publisher_name": "Jungle Bus",
"feed_publisher_url": "https://jungle-bus.github.io/AbidjanTransport2021/",
"feed_contact_url" : "https://jungle-bus.github.io/AbidjanTransport2021/",
"feed_lang": "fr",
"feed_start_date": "20210901",
"feed_end_date": "20220601"
},
"make_stop_times": {
"algo": "osm_duration_tag",
"speed_by_mode": {
"ferry": 10,
"bus": 10
}
},
"default_stop_name": "[Arrêt]",
"use_network_as_agency": "True",
"osm_filter" : {
"mode" : ["bus", "ferry"],
"operator": ["divers", "Citrans"]
}
}