-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.json
44 lines (44 loc) · 4.56 KB
/
settings.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
36
37
38
39
40
41
42
43
44
{
"train-tracker": {
"api-enabled": "True",
"map-enabled": "False",
"//first-comment": "Station/Stop Information for Trains",
"//second-comment": "Enter the train station #'s to lookup",
"station-ids": ["30072","30073","30070","30071","30381","30382","30215","30216","30040","30041","30164","30241","30064","30065","30297","30298"],
"map-ids": ["40370","40360","41690","41130","40210","40270","40330","41680"],
"temp-map-ids": ["40370","40360","41690","41130","40210","40270","40190","41680"],
"temp-map-ids-start-time": "2024-01-06T21:00:00",
"temp-map-ids-end-time": "2024-01-07T09:00:00",
"special-station-ids": ["41400"],
"map-station-ids": ["40370.0","40330.0","41440.0","41360.0", "41130.0", "41030.0", "40270.0", "41680.0"],
"special-map-station-ids": ["41400.0"],
"headway-map-station-ids": ["40390.0", "40890.0", "40350.0", "41290.0", "40460.0", "40020.0", "40510.0", "40930.0", "41400.0", "40580.0", "41160.0", "41050.0", "40900.0", "40450.0"],
"tracked-destinations": ["O'Hare ", "Forest Park", "UIC-Halsted", "Rosemont", "Jefferson Park", "Howard", "95th/Dan Ryan", "Skokie", "Harlem/Lake", "Ashland/63rd", "Cottage Grove", "Loop", "Damen"],
"api-url": "https://lapi.transitchicago.com/api/1.0/ttarrivals.aspx?key={}&mapid={}&outputType=JSON",
"api-url-backup": "http://lapi.transitchicago.com/api/1.0/ttarrivals.aspx?key={}&mapid={}&outputType=JSON",
"station-api-url": "https://lapi.transitchicago.com/api/1.0/ttarrivals.aspx?key={}&mapid={}&outputType=JSON",
"station-api-url-backup": "http://lapi.transitchicago.com/api/1.0/ttarrivals.aspx?key={}&mapid={}&outputType=JSON",
"map-url": "https://www.transitchicago.com/traintracker/PredictionMap/tmTrains.aspx?line=R%2CP%2CY%2CB%2CV%2CG%2CT%2CO&MaxPredictions=6",
"special-map-url": "https://www.transitchicago.com/traintracker/PredictionMap/tmTrains.aspx?line=R%2CP%2CY%2CB%2CV%2CG%2CT%2CO&MaxPredictions=100",
"headway-map-url": "https://www.transitchicago.com/traintracker/PredictionMap/tmTrains.aspx?line={}&MaxPredictions=100",
"map-url-backup": "http://www.transitchicago.com/traintracker/PredictionMap/tmTrains.aspx?line=R%2CP%2CY%2CB%2CV%2CG%2CT%2CO&MaxPredictions=2",
"little-map-url": "https://www.transitchicago.com/traintracker/PredictionMap/tmTrains.aspx?line=B&MaxPredictions=16",
"train-tracker-headers": ["Station_ID", "Stop_ID", "Station_Name", "Destination", "Route", "Run_Number", "Prediction_Time", "Arrival_Time", "Flags"],
"integrity-file-headers": ["Full_Date_Time", "Simple_Date_Time", "Status"],
"all-station-ids": ["40420", "40780", "40940", "40230", "40470", "41310", "40830", "40380", "41280", "40530", "41500", "40350", "41120", "40520", "40040", "40360", "41300", "41230", "41380", "40980", "40900", "41070", "41140", "40290", "40450", "40670", "40660", "41400", "41320", "40580", "40690", "41220", "40770", "40810", "41660", "40240", "41260", "40430", "41210", "41350", "41450", "40800", "41240", "40070", "41040", "40790", "41010", "40210", "40920", "40020", "41700", "41360", "40100", "40310", "40490", "40320", "40960", "40080", "41410", "40460", "40890", "41270", "40190", "41020", "40590", "40170", "40550", "40540", "41000", "41340", "40880", "40760", "41420", "40280", "41670", "40400", "41080", "41190", "41130", "40050", "40710", "41090", "41180", "40130", "40510", "41060", "40330", "41690", "41030", "40090", "40150", "40120", "40840", "40270", "40560", "41200", "40850", "40010", "40370", "40250", "40910", "41150", "40700", "41430", "40220", "41480", "40570", "40390", "40820", "40680", "40340", "40750", "40060", "40630", "40300", "40600", "40140", "41510", "40970", "41680", "40720", "40930", "41250", "40030", "40610", "41050", "41170", "40650", "40180", "41460", "40870", "40160", "40440", "40740", "40990", "40730", "41490", "41160", "41290", "41440", "40260", "40480", "41330", "41710"]
},
"alerts-api": {
"api-enabled": "False",
"api-url": "http://lapi.transitchicago.com/api/1.0/alerts.aspx?routeid=P,Y,Blue,Pink,G,Org,Brn,Red&outputType=JSON&accessibility=false"
},
"metra-api": {
"api-enabled": "True",
"api-url": "https://gtfsapi.metrarail.com/gtfs/positions",
"trips-api-url": "https://gtfsapi.metrarail.com/gtfs/tripUpdates",
"alerts-api-url": "https://gtfsapi.metrarail.com/gtfs/alerts"
},
"bus-tracker-api": {
"api-enabled": "True",
"api-url": "http://www.ctabustracker.com/bustime/api/v2/getpredictions?key={}&vid=4374&format=json&top=100"
}
}