Add files via upload
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -13,7 +13,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 33,
|
"execution_count": 1,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 119,
|
"execution_count": 2,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
@@ -80,7 +80,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 125,
|
"execution_count": 3,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
@@ -110,7 +110,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 36,
|
"execution_count": 4,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
@@ -127,7 +127,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 39,
|
"execution_count": 5,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
@@ -146,7 +146,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 59,
|
"execution_count": 6,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
@@ -155,6 +155,7 @@
|
|||||||
"places = drop_index(pd.read_table(open('bikeplaceshort.csv'), sep=',', comment='#'))\n",
|
"places = drop_index(pd.read_table(open('bikeplaceshort.csv'), sep=',', comment='#'))\n",
|
||||||
"\n",
|
"\n",
|
||||||
"tiles = drop_index(pd.DataFrame(columns='date square cluster total comment'.split(), data=[\n",
|
"tiles = drop_index(pd.DataFrame(columns='date square cluster total comment'.split(), data=[\n",
|
||||||
|
" ('04/28/2024', 14, 1275, 3382, 'Livermore!11287081291'),\n",
|
||||||
" ('02/25/2024', 14, 1196, 3279, 'Expanding through Santa Cruz and to the South!10838162005'),\n",
|
" ('02/25/2024', 14, 1196, 3279, 'Expanding through Santa Cruz and to the South!10838162005'),\n",
|
||||||
" ('01/01/2024', 14, 1056, 3105, 'Start of this year'),\n",
|
" ('01/01/2024', 14, 1056, 3105, 'Start of this year'),\n",
|
||||||
" ('12/08/2023', 14, 1042, 3084, 'Benicia ride connects East Bay and Napa clusters!10350071201'),\n",
|
" ('12/08/2023', 14, 1042, 3084, 'Benicia ride connects East Bay and Napa clusters!10350071201'),\n",
|
||||||
@@ -177,7 +178,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 41,
|
"execution_count": 7,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
@@ -222,7 +223,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 101,
|
"execution_count": 8,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
@@ -267,7 +268,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 44,
|
"execution_count": 9,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
@@ -281,11 +282,11 @@
|
|||||||
" return drop_index(leaders.sort_values('Avg %', ascending=False))\n",
|
" return drop_index(leaders.sort_values('Avg %', ascending=False))\n",
|
||||||
"\n",
|
"\n",
|
||||||
"leaders = make_leaders([ # Data as of Jan 3, 2024 (Name, Initials, SMC, SCC)\n",
|
"leaders = make_leaders([ # Data as of Jan 3, 2024 (Name, Initials, SMC, SCC)\n",
|
||||||
" ('Megan Gardner', 'MG', 99.01, 13.6),\n",
|
" ('Megan Gardner', 'MG', 99.4, 13.6),\n",
|
||||||
" ('Barry Mann', 'BM', 77.41, 30.38), \n",
|
" ('Barry Mann', 'BM', 77.4, 30.4), \n",
|
||||||
" ('Peter Norvig', 'PN', 63.5, 33.0),\n",
|
" ('Peter Norvig', 'PN', 65.1, 35.3),\n",
|
||||||
" ('Brian Feinberg', 'BF', 32.5, 43.9),\n",
|
" ('Brian Feinberg', 'BF', 32.5, 44.0),\n",
|
||||||
" ('Jason Molenda', 'JM', 7.56, 56.25) \n",
|
" ('Jason Molenda', 'JM', 7.56, 56.2) \n",
|
||||||
" ])\n",
|
" ])\n",
|
||||||
" \n",
|
" \n",
|
||||||
"def pareto_front(leaders):\n",
|
"def pareto_front(leaders):\n",
|
||||||
@@ -308,7 +309,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 45,
|
"execution_count": 10,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
|
|||||||
@@ -1,102 +1,105 @@
|
|||||||
name,miles,county,pct
|
name,miles,county,pct
|
||||||
#,,,
|
#
|
||||||
# San Mateo County,,SMC,
|
# San Mateo County = SMC
|
||||||
#,,,
|
#
|
||||||
Atherton,56.3,SMC,99.8
|
Atherton,56.3,SMC,99.8
|
||||||
Bay Area Ridge Trail,395.6,SMC,21.4
|
Bay Area Ridge Trail,395.6,SMC,25.6
|
||||||
Belmont,98.1,SMC,54.2
|
Belmont,98.1,SMC,54.7
|
||||||
Brisbane,40.9,SMC,46.7
|
Brisbane,40.9,SMC,50.2
|
||||||
Broadmoor,8.8,SMC,38.2
|
Broadmoor,8.8,SMC,38.2
|
||||||
Burlingame Hills,6,SMC,71.4
|
Burleigh Murray Park,2.1,SMC,90.9
|
||||||
Burlingame,88.4,SMC,54.3
|
Burlingame Hills,6,SMC,71.5
|
||||||
Burleigh Murray Park,2.1,SMC,91.6
|
Burlingame,88.4,SMC,56.2
|
||||||
|
Butano State Park,15.2,SMC,30.1
|
||||||
Coal Creek Preserve,3.9,SMC,66.7
|
Coal Creek Preserve,3.9,SMC,66.7
|
||||||
Colma,13.7,SMC,38.3
|
Colma,13.7,SMC,38.9
|
||||||
Daly City,148.1,SMC,27.2
|
Daly City,148.1,SMC,27.4
|
||||||
East Palo Alto,48.3,SMC,99.6
|
East Palo Alto,48.3,SMC,99.7
|
||||||
El Granada,49.2,SMC,38.4
|
El Granada,49.2,SMC,43.6
|
||||||
Emerald Lake Hills,24.6,SMC,99.8
|
Emerald Lake Hills,24.6,SMC,99.9
|
||||||
Foster City,150,SMC,80.7
|
Foster City,150,SMC,90.4
|
||||||
Half Moon Bay,68,SMC,32.2
|
Half Moon Bay,68,SMC,33.6
|
||||||
Half Moon Bay State Beach,4.4,SMC,51.5
|
Half Moon Bay State Beach,4.4,SMC,51.5
|
||||||
Hillsborough,85.3,SMC,52.3
|
Hillsborough,85.3,SMC,52.3
|
||||||
Kensington Square,0.6,SMC,99.9
|
Kensington Square,0.6,SMC,100
|
||||||
Ladera,8.1,SMC,99.9
|
Ladera,8.1,SMC,100
|
||||||
Long Ridge Preserve,11.0,SMC,51.2
|
Long Ridge Preserve,11.0,SMC,51.2
|
||||||
Los Trancos OSP,0.3,SMC,100
|
Los Trancos OSP,0.3,SMC,100
|
||||||
Los Trancos Woods,5.3,SMC,99.9
|
Los Trancos Woods,5.3,SMC,100
|
||||||
Menlo Oaks,3.5,SMC,99.9
|
Menlo Oaks,3.5,SMC,100
|
||||||
Menlo Park,139.5,SMC,99.5
|
Menlo Park,139.5,SMC,99.7
|
||||||
Millbrae,65,SMC,40.8
|
Millbrae,65,SMC,42.6
|
||||||
Montara,27.8,SMC,32.7
|
Montara,27.8,SMC,59.3
|
||||||
Moss Beach,19.7,SMC,44.3
|
Moss Beach,19.7,SMC,43.6
|
||||||
North Fair Oaks,26.7,SMC,99.8
|
North Fair Oaks,26.7,SMC,100
|
||||||
Pacifica,150.9,SMC,32.7
|
Pacifica,150.9,SMC,33.2
|
||||||
Palomar Park,4,SMC,99.9
|
Palomar Park,4,SMC,99.9
|
||||||
Portola Valley,48.2,SMC,99.5
|
Portola Valley,48.2,SMC,99.5
|
||||||
Purisima Creek Preserve,16.5,SMC,38.7
|
Purisima Creek Preserve,16.5,SMC,39.0
|
||||||
Redwood City,240.5,SMC,99.3
|
Redwood City,240.5,SMC,99.3
|
||||||
Russian Ridge Preserve,12.2,SMC,51.2
|
Russian Ridge Preserve,12.2,SMC,59.5
|
||||||
San Bruno,114,SMC,29.5
|
San Bruno,114,SMC,31.0
|
||||||
San Carlos,99,SMC,99.0
|
San Carlos,99,SMC,99.2
|
||||||
San Mateo,256,SMC,51.8
|
San Mateo,256,SMC,51.8
|
||||||
San Mateo Highlands,18,SMC,77.9
|
San Mateo Highlands,18,SMC,93.5
|
||||||
Sequoia Tract,11,SMC,99.7
|
Sequoia Tract,11,SMC,100
|
||||||
Sky Londa,11.8,SMC,99.4
|
Sky Londa,11.8,SMC,99.6
|
||||||
Skyline Ridge OSP,0.8,SMC,74.9
|
Skyline Ridge OSP,0.8,SMC,76.4
|
||||||
South San Francisco,185.3,SMC,27.2
|
South San Francisco,185.3,SMC,29.6
|
||||||
West Menlo Park,11.2,SMC,99.8
|
West Menlo Park,11.2,SMC,100
|
||||||
Windy Hill Preserve,4.1,SMC,99.1
|
Windy Hill Preserve,4.1,SMC,99.8
|
||||||
Woodside,75.2,SMC,99.5
|
Woodside,75.2,SMC,99.4
|
||||||
#,,,
|
#
|
||||||
# Santa Clara County,,SCC,
|
# Santa Clara County = SCC
|
||||||
#,,,
|
#
|
||||||
Branham,44,SCC,32.7
|
Branham,44,SCC,32.7
|
||||||
Campbell,119,SCC,28.8
|
Campbell,119,SCC,29.3
|
||||||
Communications Hill,27.8,SCC,39.5
|
Communications Hill,27.8,SCC,39.5
|
||||||
Cupertino,172,SCC,33.2
|
Cupertino,172,SCC,52.8
|
||||||
Edenvale,30,SCC,47
|
Edenvale,30,SCC,47.7
|
||||||
Foothills Preserve,1.1,SCC,86.8
|
Foothills Preserve,1.1,SCC,86.8
|
||||||
Gardner,23.4,SCC,47.2
|
Gardner,23.4,SCC,47.2
|
||||||
Gilroy,188.9,SCC,12.1
|
Gilroy,188.9,SCC,26.4
|
||||||
Los Altos,138.2,SCC,99.6
|
Los Altos,138.2,SCC,99.6
|
||||||
Los Altos Hills,91.3,SCC,99.4
|
Los Altos Hills,91.3,SCC,99.2
|
||||||
Los Gatos,148,SCC,33.2
|
Los Gatos,148,SCC,33.6
|
||||||
Loyola,18.3,SCC,99.6
|
Loyola,18.3,SCC,99.9
|
||||||
Milpitas,224,SCC,37.3
|
Milpitas,224,SCC,36.7
|
||||||
Monte Sereno,20.4,SCC,44.7
|
Monte Sereno,20.4,SCC,52.4
|
||||||
Mountain View,208.1,SCC,99.2
|
Mountain View,208.1,SCC,99.3
|
||||||
Palo Alto,297.2,SCC,99.0
|
Palo Alto,297.2,SCC,99.0
|
||||||
Parkview,42.5,SCC,33.4
|
Parkview,42.5,SCC,33.7
|
||||||
San Francisco Bay Trail,260.8,SCC,62.7
|
San Francisco Bay Trail,260.8,SCC,74.1
|
||||||
San Jose,2618.7,SCC,27.7
|
San Jose,2618.7,SCC,28
|
||||||
Santa Clara,348,SCC,34
|
San Martin,35.3,SCC,31.5
|
||||||
San Martin,35.3,SCC,31.1
|
Santa Clara,348,SCC,34.8
|
||||||
Saratoga,180,SCC,29.7
|
Saratoga,180,SCC,50.4
|
||||||
Seven Trees,40.9,SCC,33.6
|
Seven Trees,40.9,SCC,33
|
||||||
Spartan Keyes,64.3,SCC,35.7
|
Spartan Keyes,64.3,SCC,36.8
|
||||||
Sunnyvale,357,SCC,52.4
|
Sunnyvale,357,SCC,53.3
|
||||||
Willow Glen,81.6,SCC,34.9
|
Willow Glen,81.6,SCC,36
|
||||||
Willow Glen South,63.3,SCC,30.5
|
Willow Glen South,63.3,SCC,30.9
|
||||||
#,,,
|
#
|
||||||
# Alameda County,,,
|
# Alameda County = ALA
|
||||||
#,,,
|
#
|
||||||
Alameda,206.7,ALA,12.2
|
Alameda,206.7,ALA,12.2
|
||||||
Albany,42.7,ALA,6.8
|
Albany,42.7,ALA,6.8
|
||||||
Ashland,35.1,ALA,35.7
|
Ashland,35.1,ALA,36.1
|
||||||
Berkeley,260.3,ALA,7.4
|
Berkeley,260.3,ALA,7.6
|
||||||
Cherryland,20.9,ALA,27.1
|
Castro Valley,192.5,ALA,26.1
|
||||||
Emeryville,28.1,ALA,8
|
Cherryland,20.9,ALA,27.8
|
||||||
Fremont,780.2,ALA,32.2
|
Emeryville,28.1,ALA,7.7
|
||||||
Hayward,444.5,ALA,30.0
|
Fairview,34.4,ALA,28.2
|
||||||
|
Fremont,780.2,ALA,32.9
|
||||||
|
Hayward,444.5,ALA,32.7
|
||||||
Hayward Acres,3.5,ALA,43.3
|
Hayward Acres,3.5,ALA,43.3
|
||||||
Newark,147,ALA,45.9
|
Newark,147,ALA,51
|
||||||
San Leandro,230.6,ALA,27.5
|
San Leandro,230.6,ALA,27.7
|
||||||
San Lorenzo,55.5,ALA,40.8
|
San Lorenzo,55.5,ALA,40.8
|
||||||
Union City,208.8,ALA,30.7
|
Union City,208.8,ALA,32.9
|
||||||
#,,,
|
#
|
||||||
# SF County,,SFC,
|
# SF County = SFC
|
||||||
#,,,
|
#
|
||||||
Aquatic Park Fort Mason,6.4,SFC,15.4
|
Aquatic Park Fort Mason,6.4,SFC,15.4
|
||||||
Ashbury Heights,3.7,SFC,13
|
Ashbury Heights,3.7,SFC,13
|
||||||
Balboa Terrace,3.4,SFC,18.2
|
Balboa Terrace,3.4,SFC,18.2
|
||||||
@@ -124,9 +127,9 @@ Presidio Terrace,2.8,SFC,43.9
|
|||||||
Seacliff,4.1,SFC,29.3
|
Seacliff,4.1,SFC,29.3
|
||||||
South Beach,4.8,SFC,37.4
|
South Beach,4.8,SFC,37.4
|
||||||
Sutro Heights,7.1,SFC,13.2
|
Sutro Heights,7.1,SFC,13.2
|
||||||
#,,,
|
#
|
||||||
# Far Away Places,,,
|
# Far Away Places
|
||||||
#,,,
|
#
|
||||||
Barangaroo,1.7,NSW,47.3
|
Barangaroo,1.7,NSW,47.3
|
||||||
Bodega Bay,28.9,SON,17
|
Bodega Bay,28.9,SON,17
|
||||||
Cambridge,180.8,MAS,6.2
|
Cambridge,180.8,MAS,6.2
|
||||||
@@ -143,23 +146,23 @@ MIT,9.6,MAS,34.7
|
|||||||
Mokelumne Hill,14.7,CAL,26.8
|
Mokelumne Hill,14.7,CAL,26.8
|
||||||
Mt Tamalpais State Park,31.7,MAR,38.7
|
Mt Tamalpais State Park,31.7,MAR,38.7
|
||||||
Muir Beach,4.6,MAR,37.1
|
Muir Beach,4.6,MAR,37.1
|
||||||
Rosie Riveter Park,5.5,CCC,29.3
|
Rosie Riveter Park,5.5,CCC,73.2
|
||||||
San Rafael,260,MAR,3.7
|
San Rafael,260,MAR,3.7
|
||||||
Sausalito,32.7,MAR,12.9
|
Sausalito,32.7,MAR,12.9
|
||||||
Stinson Beach,11.2,MAR,32.9
|
Stinson Beach,11.2,MAR,32.9
|
||||||
#,,,
|
#
|
||||||
# Counties and Bigger,,,
|
# Counties and Bigger
|
||||||
#,,,
|
#
|
||||||
San Mateo County,2814,---,61.56
|
San Mateo County,2814,---,63.5
|
||||||
Santa Clara County,7569,---,32.8
|
Santa Clara County,7569,---,33.0
|
||||||
Alameda County,5818,---,15.38
|
Alameda County,5818,---,16.58
|
||||||
Marin County,2333,---,10.75
|
Marin County,2333,---,10.94
|
||||||
San Francisco County,1217,---,7.21
|
San Francisco County,1217,---,9.26
|
||||||
Napa County,1609,---,4.85
|
Napa County,1609,---,8.9
|
||||||
Sonoma County,4895,---,5.12
|
Sonoma County,4895,---,5.12
|
||||||
Santa Cruz County,2718,---,7.12
|
Santa Cruz County,2718,---,7.12
|
||||||
Contra Costa County,5945,---,2.05
|
Contra Costa County,5945,---,3.8
|
||||||
#,,,
|
#
|
||||||
California,377037,---,1.7108
|
California,377037,---,1.782
|
||||||
USA,6406754,---,0.10677
|
USA,6406754,---,0.11343
|
||||||
Earth,41974536,---,0.017159
|
Earth,41974536,---,0.017055
|
||||||
|
@@ -1,9 +1,16 @@
|
|||||||
date title hours miles feet
|
date title hours miles feet
|
||||||
|
#
|
||||||
##### 2019-2024: Mostly Eddington rides; most recent first
|
##### 2019-2024: Mostly Eddington rides; most recent first
|
||||||
|
#
|
||||||
|
Sat, 5/25/2024 Niles 5:36:13 75.71 1,396
|
||||||
|
Sat, 3/9/2024 Millbrae / San Bruno / Sawyer Camp Trail / Bay Trail 8:07:10 98.52 4,896
|
||||||
Sun, 2/25/2024 To Salinas, etc. 4:43:57 69.39 2,065
|
Sun, 2/25/2024 To Salinas, etc. 4:43:57 69.39 2,065
|
||||||
Sat, 2/10/2024 Seacliff, etc. 4:43:16 63.41 5,365
|
Sat, 2/10/2024 Seacliff, etc. 4:43:16 63.41 5,365
|
||||||
Sat, 2/3/2024 Before the rains 4:48:45 70.88 2,668
|
Sat, 2/3/2024 Before the rains 4:48:45 70.88 2,668
|
||||||
Mon, 1/1/2024 Bear Gulch 6:09:21 70.12 6,627
|
Mon, 1/1/2024 Bear Gulch 6:09:21 70.12 6,627
|
||||||
|
#
|
||||||
|
# 2023
|
||||||
|
#
|
||||||
Sat, 12/9/2023 December 100K 4:57:49 62.31 2,618
|
Sat, 12/9/2023 December 100K 4:57:49 62.31 2,618
|
||||||
Sat, 10/7/2023 Morning Ride 5:33:41 70.25 3,038
|
Sat, 10/7/2023 Morning Ride 5:33:41 70.25 3,038
|
||||||
Sat, 9/23/2023 Dumbarton / Niles 4:45:06 65.02 1,122
|
Sat, 9/23/2023 Dumbarton / Niles 4:45:06 65.02 1,122
|
||||||
@@ -22,6 +29,9 @@ Mon, 5/1/2023 Eden Landing 5:43:00 64.24 1,425
|
|||||||
Sun, 4/23/2023 Portola Loop with Juliet 5:09:21 62.43 2,805
|
Sun, 4/23/2023 Portola Loop with Juliet 5:09:21 62.43 2,805
|
||||||
Sun, 3/26/2023 Redwood City 5:42:04 69.11 1,015
|
Sun, 3/26/2023 Redwood City 5:42:04 69.11 1,015
|
||||||
Sat, 3/18/2023 Mostly Palo Alto 5:54:50 69.31 2,549
|
Sat, 3/18/2023 Mostly Palo Alto 5:54:50 69.31 2,549
|
||||||
|
#
|
||||||
|
# 2022
|
||||||
|
#
|
||||||
Wed, 12/21/2022 Canada / Portola 4:18:54 62.83 2,226
|
Wed, 12/21/2022 Canada / Portola 4:18:54 62.83 2,226
|
||||||
Sat, 11/19/2022 Cañada 5:02:48 63.06 3,340
|
Sat, 11/19/2022 Cañada 5:02:48 63.06 3,340
|
||||||
Fri, 10/21/2022 Alviso Levees + Seaport 5:06:26 67.14 931
|
Fri, 10/21/2022 Alviso Levees + Seaport 5:06:26 67.14 931
|
||||||
@@ -35,6 +45,9 @@ Sat, 4/23/2022 Tierra Bella 100K with Anne and David 5:38:12 68.38 4,892
|
|||||||
Sat, 4/9/2022 Kings / Skyline / 92 6:07:05 69.29 5,029
|
Sat, 4/9/2022 Kings / Skyline / 92 6:07:05 69.29 5,029
|
||||||
Sat, 1/29/2022 Woodside plus Montebello 6:49:14 67.73 5,553
|
Sat, 1/29/2022 Woodside plus Montebello 6:49:14 67.73 5,553
|
||||||
Sat, 1/15/2022 Crestview 5:43:00 64.49 4,446
|
Sat, 1/15/2022 Crestview 5:43:00 64.49 4,446
|
||||||
|
#
|
||||||
|
# 2021
|
||||||
|
#
|
||||||
Sun, 11/14/2021 Hayward 5:08:23 72.23 1,132
|
Sun, 11/14/2021 Hayward 5:08:23 72.23 1,132
|
||||||
Sat, 10/16/2021 San Jose 5:47:00 70.18 2,562
|
Sat, 10/16/2021 San Jose 5:47:00 70.18 2,562
|
||||||
Sat, 9/2/2021 San Jose 4:38:20 60.54 1,079
|
Sat, 9/2/2021 San Jose 4:38:20 60.54 1,079
|
||||||
|
|||||||
|
Reference in New Issue
Block a user