-
-
Save ttsvetanov/f69d614c3f7057038aa4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"agency" : | |
{ | |
"agency_id" : "ART", | |
"agency_name" : "Arlington Transit", | |
"agency_url": "http://www.arlingtontransit.com/", | |
"agency_timezone" : "America/New_York" | |
}, | |
"routes" : | |
[ | |
{ | |
"route_id" : "1_87", | |
"route_short_name" :"87", | |
"route_long_name" :"Pentagon Metro-Army Navy Drive-Shirlington", | |
"route_desc" : "(description)", | |
"route_type": 3, | |
"route_url" : "http://www.arlingtontransit.com/pages/routes/art-87/", | |
"route_color" : "blue", | |
"route_text_color" : "white", | |
"patterns" : | |
[ | |
{ | |
"pattern_id" : "1_87_0", | |
"pattern_name" : "Northbound", | |
"direction_id" : 0, | |
"reverse_pattern" : "1_87_1", | |
"stop_ratio" : 0.5 , | |
"frequency" : | |
{ | |
"average" : 12, | |
"hours" : | |
{ | |
"7" : 10, | |
"8" : 14, | |
"9" : 12, | |
"10" : 12, | |
"11" : 10, | |
"12" : 10, | |
"13" : 10, | |
"14" : 10, | |
"15" : 10, | |
"16" : 12, | |
"17" : 14, | |
"18" : 14, | |
"19" : 12, | |
"20" : 10 | |
} | |
}, | |
"encoded_polyline" : "asas&*^@!@#df234v...", | |
"stops" : | |
[ | |
{ | |
"stop_id" : "1112", | |
"stop_index" : 1 | |
} | |
] | |
} | |
] | |
} | |
], | |
"stops": | |
[ | |
{ | |
"stop_id" : "1112", | |
"stop_code" : "75031", | |
"stop_name" : "Shirlington Station NB", | |
"stop_desc" : "(description)", | |
"location_type" : 0, | |
"parent_station": "100", | |
"stop_lat" : 38.839620, | |
"stop_lon" : -77.087170, | |
"stop_url" : "http://www.arlingtontransit.com/pages/rider-tools/realtime/?Stop=A75031", | |
"patterns" : | |
[ | |
{ | |
"pattern_id" : "1_87_0" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment