asweigart

routedata.py - SF Muni Google Map

Feb 10th, 2014
571
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.04 KB | None | 0 0
  1. allRoutes = {'1': '1-California',  '10': '10-Townsend',  '108': '108-Treasure Island',  '12': '12-Folsom/Pacific',  '14': '14-Mission',  '14L': '14L-Mission Limited',  '14X': '14X-Mission Express',  '16X': '16X-Noriega Express',  '17': '17-Parkmerced',  '18': '18-46th Avenue',  '19': '19-Polk',  '1AX': '1AX-California A Express',  '1BX': '1BX-California B Express',  '2': '2-Clement',  '21': '21-Hayes',  '22': '22-Fillmore',  '23': '23-Monterey',  '24': '24-Divisadero',  '27': '27-Bryant',  '28': '28-19th Avenue',  '28L': '28L-19th Avenue Limited',  '29': '29-Sunset',  '3': '3-Jackson',  '30': '30-Stockton',  '30X': '30X-Marina Express',  '31': '31-Balboa',  '31AX': '31AX-Balboa A Express',  '31BX': '31BX-Balboa B Express',  '33': '33-Stanyan',  '35': '35-Eureka',  '36': '36-Teresita',  '37': '37-Corbett',  '38': '38-Geary',  '38AX': '38AX-Geary A Express',  '38BX': '38BX-Geary B Express',  '38L': '38L-Geary Limited',  '39': '39-Coit',  '41': '41-Union',  '43': '43-Masonic',  '44': "44-O'Shaughnessy",  '45': '45-Union/Stockton',  '47': '47-Van Ness',  '48': '48-Quintara/24th Street',  '49': '49-Mission/Van Ness',  '5': '5-Fulton',  '52': '52-Excelsior',  '54': '54-Felton',  '56': '56-Rutland',  '59': 'Powell/Mason Cable Car',  '5L': '5L-Fulton Limited',  '6': '6-Parnassus',  '60': 'Powell/Hyde Cable Car',  '61': 'California Cable Car',  '66': '66-Quintara',  '67': '67-Bernal Heights',  '71': '71-Haight/Noriega',  '71L': '71L-Haight/Noriega Limited',  '76X': '76X-Marin Headlands Express',  '81X': '81X-Caltrain Express',  '82X': '82X-Levi Plaza Express',  '83X': '83X-Mid-Market Express',  '88': '88-Bart Shuttle',  '8AX': '8AX-Bayshore A Express',  '8BX': '8BX-Bayshore B Express',  '8X': '8X-Bayshore Express',  '9': '9-San Bruno',  '90': '90-San Bruno Owl',  '91': '91-Owl',  '9L': '9L-San Bruno Limited',  'F': 'F-Market & Wharves',  'J': 'J-Church',  'K OWL': 'K-Owl',  'KT': 'KT-Ingleside/Third Street',  'L': 'L-Taraval',  'L OWL': 'L-Owl',  'M': 'M-Ocean View',  'M OWL': 'M-Owl',  'N': 'N-Judah',  'N OWL': 'N-Owl',  'NX': 'NX-N Express',  'T OWL': 'T-Owl'}
Add Comment
Please, Sign In to add comment