-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstations.json
604 lines (604 loc) · 24.2 KB
/
stations.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
{
"stations": [
{
"name": "12th St. Oakland City Center",
"abbr": "12TH",
"latitude": 37.803768,
"longitude": -122.271450,
"description": "12th St. Oakland City Center Station is in the heart of Downtown Oakland, near historic Old Oakland and Oakland's Chinatown. BART's Lost and Found is located at this station.",
"parking": "false",
"lockers": "true",
"bikeRacks": "true",
"city": "Oakland",
"county": "alameda"
},
{
"name": "16th St. Mission",
"abbr": "16TH",
"latitude": 37.765062,
"longitude": -122.419694,
"description": "\"The Mission\" refers to the San Francisco de Asis Mission, also known as Mission Dolores, which was founded 1776. Today the neighborhood is host to an eclectic mix of restaurants, markets, performance spaces, shops, and nightspots.",
"parking": "false",
"lockers": "false",
"bikeRacks": "true",
"city": "San Francisco",
"county": "sanfrancisco"
},
{
"name": "19th St. Oakland",
"abbr": "19TH",
"latitude": 37.808350,
"longitude": -122.268602,
"description": "19th Street Station is in the heart of Uptown Oakland near the historic Paramount Theater on Broadway. Public restrooms are available.",
"parking": "false",
"lockers": "false",
"bikeRacks": "true",
"city": "Oakland",
"county": "alameda"
},
{
"name": "24th St. Mission",
"abbr": "24TH",
"latitude": 37.752470,
"longitude": -122.418143,
"description": "\"The Mission\" refers to the San Francisco de Asis Mission, also known as Mission Dolores, which was founded 1776. Today the neighborhood is host to an eclectic mix of restaurants, markets, performance spaces, shops, and nightspots.",
"parking": "false",
"lockers": "false",
"bikeRacks": "true",
"city": "San Francisco",
"county": "sanfrancisco"
},
{
"name": "Antioch",
"abbr": "ANTC",
"latitude": 37.995388,
"longitude": -121.780420,
"description": "Antioch is a terminal station on the yellow line serving northern and eastern Contra Costa County. It is part of a new rail system that connects to BART's Pittsburg/Bay Point station using state-of-the art Diesel Multiple Unit (DMU) vehicles.There is a Transfer Platform between Pittsburg/Bay Point and Pittsburg Center where riders walk from one train to another. The Transfer Platform is only reachable by train.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Antioch",
"county": "Contra Costa"
},
{
"name": "Ashby",
"abbr": "ASHB",
"latitude": 37.852803,
"longitude": -122.270062,
"description": "Ashby Station is located on Ashby Avenue and Adeline Street in the southern part of Berkeley. On weekends, the City of Berkeley sponsors a popular flea market in the parking lot.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Berkeley",
"county": "alameda"
},
{
"name": "Balboa Park",
"abbr": "BALB",
"latitude": 37.721585,
"longitude": -122.447506,
"description": "Balboa Park is the name of both a San Francisco neighborhood and a public park between Mission Street and I-280 north of Geneva Avenue. The park features a public swimming pool, children's playground, baseball diamonds and tennis courts.",
"parking": "false",
"lockers": "false",
"bikeRacks": "true",
"city": "San Francisco",
"county": "sanfrancisco"
},
{
"name": "Bay Fair",
"abbr": "BAYF",
"latitude": 37.696924,
"longitude": -122.126514,
"description": "Bay Fair Station provides easy access to Bayfair Center in San Leandro, one of the first shopping centers built in the East Bay.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "San Leandro",
"county": "alameda"
},
{
"name": "Berryessa/North San Jose",
"abbr": "BERY",
"latitude": 37.368473,
"longitude": -121.874681,
"description": "The Berryessa/North San Jose station is the southernmost station in Santa Clara County. The BART station is located within VTA's Berryessa Transit Center with frequent connections to VTA buses, including rapid service into Downtown San Jose and Diridon Station.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "San Jose",
"county": "Santa Clara"
},
{
"name": "Castro Valley",
"abbr": "CAST",
"latitude": 37.690746,
"longitude": -122.075602,
"description": "Once known for its chicken ranches, Castro Valley was named after Don Guillermo Castro, a local rancher and magistrate in the mid-1800s.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Castro Valley",
"county": "alameda"
},
{
"name": "Civic Center/UN Plaza",
"abbr": "CIVC",
"latitude": 37.779732,
"longitude": -122.414123,
"description": "Civic Center/UN Plaza Station is nearby some notable San Francisco destinations including including City Hall, War Memorial Opera House, Asian Art Museum, Louise M. Davies Symphony Hall, and the Main Branch of the San Francisco Public Library.",
"parking": "false",
"lockers": "false",
"bikeRacks": "true",
"city": "San Francisco",
"county": "sanfrancisco"
},
{
"name": "Coliseum",
"abbr": "COLS",
"latitude": 37.753661,
"longitude": -122.196869,
"description": "Coliseum is the transfer Station that connects BART to the Oakland International Airport Station (OAK). The station is also connected by a pedestrian bridge to the O.co Coliseum and Oracle Arena.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Oakland",
"county": "alameda"
},
{
"name": "Colma",
"abbr": "COLM",
"latitude": 37.684638,
"longitude": -122.466233,
"description": "The Town of Colma is a diverse community on the San Francisco peninsula that maintains that \"small town\" feel despite being so close to major cities. The Colma BART Station is close to residential neighborhoods and shopping areas. Colma is perhaps best known for its 17 cemeteries, which comprise approximately 73% of the town's land area. The town incorporated in 1924 primarily to protect this land use. Colma's cemeteries represent numerous religious beliefs and nationalities, and include structures and districts which are historically significant on local, state and national levels.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Colma",
"county": "sanmateo"
},
{
"name": "Concord",
"abbr": "CONC",
"latitude": 37.973737,
"longitude": -122.029095,
"description": "Concord is the largest city in Contra Costa County. The Concord BART Station was the \"end of the line\" until 1995 when the line was extended to Pittsburg/Bay Point.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Concord",
"county": "contracosta"
},
{
"name": "Daly City",
"abbr": "DALY",
"latitude": 37.706121,
"longitude": -122.469081,
"description": "Daly City, located at the northernmost edge of San Mateo County, is often called the \"Gateway to the Peninsula\".",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Daly City",
"county": "sanmateo"
},
{
"name": "Downtown Berkeley",
"abbr": "DBRK",
"latitude": 37.870104,
"longitude": -122.268133,
"description": "The Downtown Berkeley BART Station is located on Shattuck Avenue between Allston Way and Addison Street. It is conveniently located close to the University of California campus and to many shops, restaurants, theaters and other attractions, and has valet bike parking.",
"parking": "false",
"lockers": "false",
"bikeRacks": "true",
"city": "Berkeley",
"county": "alameda"
},
{
"name": "Dublin/Pleasanton",
"abbr": "DUBL",
"latitude": 37.701687,
"longitude": -121.899179,
"description": "This unique station straddles the border of Dublin and Pleasanton on Interstate 580. The station features a number of local and regional bus connections.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Pleasanton",
"county": "alameda"
},
{
"name": "El Cerrito del Norte",
"abbr": "DELN",
"latitude": 37.925086,
"longitude": -122.316794,
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"description": "Sometimes called simply \"del Norte,\" as the name suggests this station serves the northern part of the City of El Cerrito.",
"city": "El Cerrito",
"county": "contracosta"
},
{
"name": "El Cerrito Plaza",
"abbr": "PLZA",
"latitude": 37.902632,
"longitude": -122.298904,
"description": "El Cerrito Plaza is one of two BART stations in the City of El Cerrito. It serves southern El Cerrito, northern Albany, Kensington and nearby areas of Berkeley and Richmond.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "El Cerrito",
"county": "contracosta"
},
{
"name": "Embarcadero",
"abbr": "EMBR",
"latitude": 37.792874,
"longitude": -122.397020,
"description": "Located in San Francisco's Financial District at the foot of Market Street, Embarcadero Station is close to the Ferry Building, Embarcadero Center, Salesforce Transit Center and the California Street cable car.",
"parking": "false",
"lockers": "false",
"bikeRacks": "false",
"city": "San Francisco",
"county": "sanfrancisco"
},
{
"name": "Fremont",
"abbr": "FRMT",
"latitude": 37.557465,
"longitude": -121.976608,
"description": "Fremont Station is located in central Fremont. The city, and the station, are named for American explorer John Charles Frémont.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Fremont",
"county": "alameda"
},
{
"name": "Fruitvale",
"abbr": "FTVL",
"latitude": 37.774836,
"longitude": -122.224175,
"description": "Originally called \"Fruit Vale,\" the neighborhood around Fruitvale BART Station was mostly apricot and cherry orchards in the late 1800s. Today, it's a vibrant neighborhood and one of Oakland's main commercial areas.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Oakland",
"county": "alameda"
},
{
"name": "Glen Park",
"abbr": "GLEN",
"latitude": 37.733064,
"longitude": -122.433817,
"description": "The Glen Park neighborhood in San Francisco is nestled in a small valley below Diamond Heights, and BART is at the center of the neighborhood on the corner of Diamond and Bosworth Streets.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "San Francisco",
"county": "sanfrancisco"
},
{
"name": "Hayward",
"abbr": "HAYW",
"latitude": 37.669723,
"longitude": -122.087018,
"description": "The City of Hayward is known as the \"Heart of the Bay\" for its central and convenient location in Alameda County. Hayward BART Station is near a pedestrian-friendly downtown with a mix of housing, shops, offices and restaurants.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Hayward",
"county": "alameda"
},
{
"name": "Lafayette",
"abbr": "LAFY",
"latitude": 37.893176,
"longitude": -122.124630,
"description": "Centrally located in the East Bay hills, Lafayette exudes a quiet rural atmosphere and features a distinctive downtown.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Lafayette",
"county": "contracosta"
},
{
"name": "Lake Merritt",
"abbr": "LAKE",
"latitude": 37.797027,
"longitude": -122.265180,
"description": "Lake Merritt Station is ideally located near Oakland Chinatown, Laney College and the Oakland Museum. Public restrooms are available.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Oakland",
"county": "alameda"
},
{
"name": "MacArthur",
"abbr": "MCAR",
"latitude": 37.829065,
"longitude": -122.267040,
"description": "MacArthur Station is a major BART transfer point near the commercial heart of Temescal, one of north Oakland's oldest neighborhoods.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Oakland",
"county": "alameda"
},
{
"name": "Millbrae",
"abbr": "MLBR",
"latitude": 37.600271,
"longitude": -122.386702,
"description": "Situated on an estate formerly owned by Darius Ogden Mills, this city's name derives from \"Mills\" and the Scottish word \"brae\" or \"rolling hills.\" The Millbrae BART Station features a cross-platform connection to Caltrain.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Millbrae",
"county": "sanmateo"
},
{
"name": "Milpitas",
"abbr": "MLPT",
"latitude": 37.410277,
"longitude": -121.891081,
"description": "The Milpitas Station is located within Santa Clara Valley Transportation Authority's Milpitas Transit Center. It is the northernmost BART station in Santa Clara County.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Milpitas",
"county": "Santa Clara"
},
{
"name": "Montgomery St.",
"abbr": "MONT",
"latitude": 37.789405,
"longitude": -122.401066,
"description": "Located in the heart of San Francisco's Financial District on Market Street, Montgomery Station features excellent access to San Francisco Muni and destinations throughout the city.Public restrooms are available.",
"parking": "false",
"lockers": "false",
"bikeRacks": "false",
"city": "San Francisco",
"county": "sanfrancisco"
},
{
"name": "North Berkeley",
"abbr": "NBRK",
"latitude": 37.873967,
"longitude": -122.283440,
"description": "North Berkeley Station features a unique circular building and offers easy access to the Ohlone Greenway, an East Bay pedestrian and bicycle path.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Berkeley",
"county": "alameda"
},
{
"name": "North Concord/Martinez",
"abbr": "NCON",
"latitude": 38.003193,
"longitude": -122.024653,
"description": "The North Concord/Martinez station opened December 16, 1995 and briefly served as \"end of the line\" until BART completed the Pittsburg/Bay Point extension over Willow Pass in 1996.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Concord",
"county": "contracosta"
},
{
"name": "Oakland International Airport",
"abbr": "OAKL",
"latitude": 37.713238,
"longitude": -122.212191,
"description": "The Oakland International Airport Station is located just across from the Terminal 1 baggage claim area and a short walk from Terminal 2.",
"parking": "false",
"lockers": "false",
"bikeRacks": "false",
"city": "Oakland",
"county": "alameda"
},
{
"name": "Orinda",
"abbr": "ORIN",
"latitude": 37.878361,
"longitude": -122.183791,
"description": "Originally a rural area known for ranching and summer cabins, today Orinda is primarily a residential community with a rich history that is depicted on a mural and map in the station.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Orinda",
"county": "contracosta"
},
{
"name": "Pittsburg/Bay Point",
"abbr": "PITT",
"latitude": 38.018914,
"longitude": -121.945154,
"description": "Pittsburg/Bay Point is part of the yellow line serving northern and eastern Contra Costa County. A transfer platform located just outside the station connects riders to the BART to Antioch trains.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Pittsburg",
"county": "contracosta"
},
{
"name": "Pittsburg Center",
"abbr": "PCTR",
"latitude": 38.016941,
"longitude": -121.889457,
"description": "Pittsburg Center is on the yellow line serving northern and eastern Contra Costa County. It is part of a new rail system that connects BART's Pittsburg/Bay Point and Antioch stations using state-of-the art Diesel Multiple Unit (DMU) vehicles. Ticket vending machines only dispense Clipper cards. There is a one-time $3 acquisition fee. Magstripe paper tickets are not sold at the station, but you can use paper tickets purchased elsewhere in the system to enter or exit. There is a Transfer Platform between Pittsburg/Bay Point and Pittsburg Center where riders walk from one train to another. The Transfer Platform is only reachable by train.",
"parking": "true",
"lockers": "false",
"bikeRacks": "true",
"city": "Pittsburg",
"county": "Contra Costa"
},
{
"name": "Pleasant Hill/Contra Costa Centre",
"abbr": "PHIL",
"latitude": 37.928468,
"longitude": -122.056012,
"description": "BART, buses, Highway 680 and the Iron Horse pedestrian and bicycle trail all converge to make this one of BART's most easily accessed stations.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Walnut Creek",
"county": "contracosta"
},
{
"name": "Powell St.",
"abbr": "POWL",
"latitude": 37.784471,
"longitude": -122.407974,
"description": "Located at Powell and Market Streets, this station is centrally located near San Francisco's most popular attractions including the cable cars, Union Square, Yerba Buena Gardens, the Moscone Convention Center and the City's Theatre District. Public restrooms are available.",
"parking": "false",
"lockers": "false",
"bikeRacks": "true",
"city": "San Francisco",
"county": "sanfrancisco"
},
{
"name": "Richmond",
"abbr": "RICH",
"latitude": 37.936853,
"longitude": -122.353099,
"description": "Three major railroad tracks, including BART's, help to outline the \"Iron Triangle\" in Richmond: a largely residential area that also includes the downtown Richmond business district along Macdonald Avenue.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Richmond",
"county": "contracosta"
},
{
"name": "Rockridge",
"abbr": "ROCK",
"latitude": 37.844702,
"longitude": -122.251371,
"description": "Named for local rock outcroppings formed by the Hayward Fault, the Rockridge neighborhood is a vibrant residential neighborhood, retail and commercial district in Oakland.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Oakland",
"county": "alameda"
},
{
"name": "San Bruno",
"abbr": "SBRN",
"latitude": 37.637761,
"longitude": -122.416287,
"description": "San Bruno Station is next to the city's Tanforan shopping mall and business area. Before becoming a mall, Tanforan was a racetrack, airfield and military center. During World War II it was used as a temporary detention center for persons of Japanese descent before they were relocated to long term incarceration camps.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "San Bruno",
"county": "sanmateo"
},
{
"name": "San Francisco International Airport",
"abbr": "SFIA",
"latitude": 37.615966,
"longitude": -122.392409,
"description": "his station is located in the International Terminal at SFO. It's a short walk to United Airlines in Terminal 3, but all domestic terminals (1, 2 & 3) are one to three minutes away on AirTrain.",
"parking": "false",
"lockers": "false",
"bikeRacks": "false",
"city": "San Francisco Int'l Airport",
"county": "sanmateo"
},
{
"name": "San Leandro",
"abbr": "SANL",
"latitude": 37.721947,
"longitude": -122.160844,
"description": "Agriculture was an important part of San Leandro's history and cherries were one of the City's most well-known crops. The city's first Cherry Festival was held in 1909 and the tradition still continues today.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "San Leandro",
"county": "alameda"
},
{
"name": "South Hayward",
"abbr": "SHAY",
"latitude": 37.634375,
"longitude": -122.057189,
"description": "Hayward, originally known as 'Haywards', is named for William Hayward, a New England shoe factory worker who came to California during the Gold Rush.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Hayward",
"county": "alameda"
},
{
"name": "South San Francisco",
"abbr": "SSAN",
"latitude": 37.664245,
"longitude": -122.443960,
"description": "Emerging from a portion of old Rancho Buri Buri, South San Francisco occupies the basin and portions of the sides of a broad valley formed by the San Bruno Mountains on the north and the Coast Range on the west.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "South San Francisco",
"county": "sanmateo"
},
{
"name": "Union City",
"abbr": "UCTY",
"latitude": 37.590630,
"longitude": -122.017388,
"description": "Incorporated in 1959, Union City combined the communities of Alvarado, Decoto, and New Haven. Alvarado was the original county seat of Alameda County, and the site of the first county courthouse is a California Historical Landmark.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Union City",
"county": "alameda"
},
{
"name": "Walnut Creek",
"abbr": "WCRK",
"latitude": 37.905522,
"longitude": -122.067527,
"description": "The Walnut Creek BART Station is a key piece of infrastructure for a thriving community that can also be characterized as the business and arts center for Contra Costa County.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Walnut Creek",
"county": "contracosta"
},
{
"name": "Warm Springs/South Fremont",
"abbr": "WARM",
"latitude": 37.502171,
"longitude": -121.939313,
"description": "Warm Springs/South Fremont Station is the southernmost station in Alameda County and in the heart of Fremont’s Warm Springs Innovation District.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Fremont",
"county": "alameda"
},
{
"name": "West Dublin/Pleasanton",
"abbr": "WDUB",
"latitude": 37.699756,
"longitude": -121.928240,
"description": "This station straddles the border of Dublin and Pleasanton on Interstate 580 and is near the Stoneridge Shopping Center. It is BART's 44th station.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Dublin",
"county": "alameda"
},
{
"name": "West Oakland",
"abbr": "WOAK",
"latitude": 37.804872,
"longitude": -122.295140,
"description": "The West Oakland BART Station is located in the West Oakland residential and industrial community. The station serves both local residents and riders from throughout the region with its excellent freeway access and short ride to downtown San Francisco.",
"parking": "true",
"lockers": "true",
"bikeRacks": "true",
"city": "Oakland",
"county": "alameda"
}
]
}