Skip to content

Instantly share code, notes, and snippets.

@jonspring
Last active August 25, 2023 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonspring/30469efca00fccfcf8dd369b0a8995c1 to your computer and use it in GitHub Desktop.
Save jonspring/30469efca00fccfcf8dd369b0a8995c1 to your computer and use it in GitHub Desktop.
tibble::tribble(
~soo, ~station_name, ~station_code, ~Location, ~County,
"ANTC", "Antioch", "AN", "Antioch", "Contra Costa",
"ASHB", "Ashby", "AS", "Berkeley", "Alameda",
"DBRK", "Berkeley", "BK", "Berkeley", "Alameda",
"NBRK", "North Berkeley", "NB", "Berkeley", "Alameda",
"CAST", "Castro Valley", "CV", "Castro Valley", "Alameda",
"COLM", "Colma", "CM", "Colma", "San Mateo",
"CONC", "Concord", "CN", "Concord", "Contra Costa",
"NCON", "North Concord / Martinez", "NC", "Concord", "Contra Costa",
"DALY", "Daly City", "DC", "Daly City", "San Mateo",
"DUBL", "Dublin / Pleasanton", "ED", "Dublin", "Alameda",
"WDUB", "West Dublin", "WD", "Dublin", "Alameda",
"DELN", "El Cerrito Del Norte", "EN", "El Cerrito", "Contra Costa",
"PLZA", "El Cerrito Plaza", "EP", "El Cerrito", "Contra Costa",
"FRMT", "Fremont", "FM", "Fremont", "Alameda",
"WARM", "Warm Springs", "WS", "Fremont", "Alameda",
"HAYW", "Hayward", "HY", "Hayward", "Alameda",
"SHAY", "South Hayward", "SH", "Hayward", "Alameda",
"LAFY", "Lafayette", "LF", "Lafayette", "Contra Costa",
"MLBR", "Millbrae", "MB", "Millbrae", "San Mateo",
"MLPT", "Milpitas", "ML", "Milpitas", "Santa Clara",
"12TH", "12th Street / Oakland City Center", "12", "Oakland", "Alameda",
"19TH", "19th Street Oakland", "19", "Oakland", "Alameda",
"COLS", "Coliseum / Oakland Airport", "CL", "Oakland", "Alameda",
"FTVL", "Fruitvale", "FV", "Oakland", "Alameda",
"LAKE", "Lake Merritt", "LM", "Oakland", "Alameda",
"MCAR", "MacArthur", "MA", "Oakland", "Alameda",
"OAKL", "Oakland Airport", "OA", "Oakland", "Alameda",
"ROCK", "Rockridge", "RR", "Oakland", "Alameda",
"WOAK", "West Oakland", "OW", "Oakland", "Alameda",
"ORIN", "Orinda", "OR", "Orinda", "Contra Costa",
"PCTR", "Pittsburg Center", "PC", "Pittsburg", "Contra Costa",
"PITT", "Pittsburg/BayPoint", "WP", "Pittsburg", "Contra Costa",
"RICH", "Richmond", "RM", "Richmond", "Contra Costa",
"SBRN", "San Bruno", "SB", "San Bruno", "San Mateo",
"BERY", "Berryessa", "BE", "San Jose", "San Jose",
"BAYF", "Bayfair", "BF", "San Leandro", "Alameda",
"SANL", "San Leandro", "SL", "San Leandro", "Alameda",
"SFIA", "San Francisco Airport", "SO", "San Mateo", "San Mateo",
"16TH", "16th Street Mission", "16", "SF", "SF",
"24TH", "24th Street Mission", "24", "SF", "SF",
"BALB", "Balboa Park", "BP", "SF", "SF",
"CIVC", "Civic Center", "CC", "SF", "SF",
"EMBR", "Embarcadero", "EM", "SF", "SF",
"GLEN", "Glen Park", "GP", "SF", "SF",
"MONT", "Montgomery Street", "MT", "SF", "SF",
"POWL", "Powell Street", "PL", "SF", "SF",
"SSAN", "South San Francisco", "SS", "South SF", "San Mateo",
"UCTY", "Union City", "UC", "Union City", "Alameda",
"PHIL", "Pleasant Hill", "PH", "Walnut Creek", "Contra Costa",
"WCRK", "Walnut Creek", "WC", "Walnut Creek", "Contra Costa"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment