forked from Jungle-Bus/osm2gtfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
35 lines (35 loc) · 1 KB
/
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": "13.1308234",
"s": "13.0534171",
"e": "-86.3197351",
"w": "-86.3999775"
},
"tags": {
"route": "bus",
"network": "NI-Estelí"
}
},
"stops": {
"name_without": "Parada sin nombre",
"name_auto": "no"
},
"agency": {
"agency_id": "NI-Estelí",
"agency_name": "Estelí",
"agency_url": "https://wiki.openstreetmap.org/wiki/ES:Wikiproyecto_Nicaragua/Transporte_p%C3%BAblico/Estel%C3%AD",
"agency_timezone": "America/Managua",
"agency_lang": "es",
"agency_phone": "",
"agency_fare_url": ""
},
"feed_info": {
"publisher_name": "MapaNica.net",
"publisher_url": "https://mapanica.net",
"version": "0.1"
},
"schedule_source": "https://github.com/mapanica/pt-data-esteli/raw/master/timetable.json",
"output_file": "data/ni-esteli-gtfs.zip",
"selector": "ni_esteli"
}